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 ef07de0 commit 8250f40Copy full SHA for 8250f40
spec/classes/puppet_agent_spec.rb
@@ -71,7 +71,7 @@
71
should contain_cron('puppet-client').with(
72
:command => '/usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1',
73
:user => 'root',
74
- :hour => '5'
+ :hour => '5',
75
:minute => '*/30'
76
)
77
}
0 commit comments