Skip to content

Commit 8250f40

Browse files
committed
Fixed missing comma
1 parent ef07de0 commit 8250f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/puppet_agent_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
should contain_cron('puppet-client').with(
7272
:command => '/usr/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1',
7373
:user => 'root',
74-
:hour => '5'
74+
:hour => '5',
7575
:minute => '*/30'
7676
)
7777
}

0 commit comments

Comments
 (0)