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.
2 parents 60f49af + 694fd4d commit 2d259beCopy full SHA for 2d259be
spec/spec_helper_acceptance.rb
@@ -51,7 +51,7 @@ def clean(agent, o = {})
51
def setup(agent, o = {})
52
o = { user: 'tstuser' }.merge(o)
53
apply_manifest_on(agent, %(user { '%s': ensure => present, managehome => false }) % o[:user])
54
- apply_manifest_on(agent, %(case $operatingsystem {
+ apply_manifest_on(agent, %(case $facts['os']['name'] {
55
centos, redhat, fedora: {$cron = 'cronie'}
56
solaris: { $cron = 'core-os' }
57
default: {$cron ='cron'} }
0 commit comments