Skip to content

Commit

Permalink
added flapjack settings to init
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrill Poole committed Dec 10, 2014
1 parent 4122d2b commit 0c61507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
$rabbitmq_ssl_cert_chain = undef,
$redis_host = 'localhost',
$redis_port = 6379,
$flapjack_redis_host = 'localhost',
$flapjack_redis_port = 6380,
$flapjack_redis_db = 0,
$api_bind = '0.0.0.0',
$api_host = 'localhost',
$api_port = 4567,
Expand Down Expand Up @@ -277,6 +280,7 @@
class { 'sensu::rabbitmq::config': } ->
class { 'sensu::api::config': } ->
class { 'sensu::redis::config': } ->
class { 'sensu::flapjack::config': } ->
class { 'sensu::client::config': } ->
class { 'sensu::client::service': } ->
class { 'sensu::api::service': } ->
Expand Down

0 comments on commit 0c61507

Please sign in to comment.