Skip to content

Commit

Permalink
Merge pull request #286 from sensu/revert-284-master
Browse files Browse the repository at this point in the history
Revert "Flapjack support for puppet"
  • Loading branch information
jlambert121 committed Dec 14, 2014
2 parents 940a419 + 362e656 commit c2dfa6e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 219 deletions.
63 changes: 0 additions & 63 deletions lib/puppet/provider/sensu_flapjack_config/json.rb

This file was deleted.

55 changes: 0 additions & 55 deletions lib/puppet/type/sensu_flapjack_config.rb

This file was deleted.

45 changes: 0 additions & 45 deletions manifests/flapjack/config.pp

This file was deleted.

4 changes: 0 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@
$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 @@ -280,7 +277,6 @@
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
2 changes: 1 addition & 1 deletion manifests/server/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
ensure => $ensure,
enable => $enable,
hasrestart => true,
subscribe => [ Class['sensu::package'], Class['sensu::api::config'], Class['sensu::redis::config'], Class['sensu::rabbitmq::config'], Class['sensu::flapjack::config'] ],
subscribe => [ Class['sensu::package'], Class['sensu::api::config'], Class['sensu::redis::config'], Class['sensu::rabbitmq::config'] ],
}
}
}
51 changes: 0 additions & 51 deletions spec/classes/sensu_flapjack_spec.rb

This file was deleted.

0 comments on commit c2dfa6e

Please sign in to comment.