We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7e0d6 commit 0e3e914Copy full SHA for 0e3e914
spec/acceptance/class_spec.rb
@@ -7,7 +7,7 @@
7
install_module_from_forge('puppet-epel', '>= 3.0.0 < 4.0.0')
8
when 'Debian'
9
pkg_cmd = 'dpkg -s nodejs | grep "^Maintainer"'
10
- install_module_from_forge('puppetlabs-apt', '>= 4.4.0 < 8.0.0')
+ install_module_from_forge('puppetlabs-apt', '>= 4.4.0 < 9.0.0')
11
end
12
13
context 'default parameters' do
0 commit comments