Skip to content

Commit

Permalink
Raise minimum Puppet version to 7.9.0
Browse files Browse the repository at this point in the history
puppetlabs/apache requires at least 7.9.0, not 7.0.0.
  • Loading branch information
ekohl authored and ehelms committed Oct 19, 2023
1 parent b324bda commit 08ee2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/puppet_version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'
require 'semantic_puppet'

SUPPORTED_PUPPET_VERSIONS = ['7.0.0'].map { |v| SemanticPuppet::Version.parse(v) }
SUPPORTED_PUPPET_VERSIONS = ['7.9.0'].map { |v| SemanticPuppet::Version.parse(v) }

describe 'Puppet module' do
Dir.glob(File.join(__dir__, '../_build/modules/*/metadata.json')).each do |filename|
Expand Down

0 comments on commit 08ee2b8

Please sign in to comment.