Skip to content

Commit 17562cb

Browse files
committed
Remove comma
1 parent b30f5f4 commit 17562cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/params.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242

4343
if versioncmp($::puppetversion, "4.0.0") >= 0 {
4444
$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',
45+
$puppet_run_command = '/opt/puppetlabs/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1'
4646
} else {
4747
$puppet_conf = '/etc/puppet/puppet.conf'
48-
$puppet_run_command = '/usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1',
48+
$puppet_run_command = '/usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1'
4949
}
5050

5151
case $::osfamily {

0 commit comments

Comments
 (0)