Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #420 from ripienaar/419
Browse files Browse the repository at this point in the history
(#419) deprecate the ruby federation broker
  • Loading branch information
ripienaar committed Mar 2, 2018
2 parents 8d60710 + da439f0 commit 7edd886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/choria/manifests/federation_broker.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
Enum["systemd", "supervisord"] $service_provider = "systemd",
Boolean $manage_supervisord = true
) {
notify{"The Ruby Federation Broker is now deprecated, please use the choria/choria module": }

range(1, $instances).each |$instance| {
$config_file = "${mcollective::configdir}/federation/${name}_${instance}.cfg"
$log_file = "/var/log/puppetlabs/mcollective-federation_${name}_${instance}.log"
Expand Down

0 comments on commit 7edd886

Please sign in to comment.