Skip to content

Commit

Permalink
Merge pull request #57 from garethr/client_on_server_first_run
Browse files Browse the repository at this point in the history
Add a notify between server and client when both are running
  • Loading branch information
jamtur01 committed Mar 23, 2013
2 parents bba68e4 + 9c11718 commit 208490f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

if $server == 'true' or $server == true {
if $client == 'true' or $client == true {
Class['sensu::service::server'] ~> Class['sensu::service::client']
$notify_services = [ Class['sensu::service::client'], Class['sensu::service::server'] ]
} else {
$notify_services = Class['sensu::service::server']
Expand Down

0 comments on commit 208490f

Please sign in to comment.