Skip to content

Commit

Permalink
Add timezone requirement to agent service.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeduarte committed Mar 28, 2012
1 parent 796bff9 commit 7bd1bc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/agent_service/manifests/init.pp
Expand Up @@ -33,7 +33,9 @@
notify => Service['agent']
}

include timezone
service { "agent":
require => Class['timezone'],
name => 'agent.init',
ensure => running,
enable => true,
Expand Down

0 comments on commit 7bd1bc0

Please sign in to comment.