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 5a05adf commit e2d3bbeCopy full SHA for e2d3bbe
spec/acceptance/class_spec.rb
@@ -6,9 +6,10 @@
6
pkg_cmd = 'yum info nodejs | grep "^From repo"'
7
install_module_from_forge('puppet-epel', '>= 3.0.0 < 4.0.0')
8
when 'Debian'
9
- pkg_cmd = 'dpkg -s nodejs | grep ^Maintainer'
+ pkg_cmd = 'dpkg -s nodejs | grep "^Maintainer"'
10
install_module_from_forge('puppetlabs-apt', '>= 4.4.0 < 8.0.0')
11
end
12
+
13
context 'default parameters' do
14
let(:pp) { "class { 'nodejs': }" }
15
0 commit comments