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 b30f5f4 commit 17562cbCopy full SHA for 17562cb
manifests/params.pp
@@ -42,10 +42,10 @@
42
43
if versioncmp($::puppetversion, "4.0.0") >= 0 {
44
$puppet_conf = '/etc/puppetlabs/puppet/puppet.conf'
45
- $puppet_run_command = '/opt/puppetlabs/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1',
+ $puppet_run_command = '/opt/puppetlabs/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1'
46
} else {
47
$puppet_conf = '/etc/puppet/puppet.conf'
48
- $puppet_run_command = '/usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1',
+ $puppet_run_command = '/usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1'
49
}
50
51
case $::osfamily {
0 commit comments