puppet-mcollective icon indicating copy to clipboard operation
puppet-mcollective copied to clipboard

mcollective doesn't restart when config changed

Open lkthomas opened this issue 8 years ago • 1 comments

    class { '::mcollective':
      manage_packages => false,
      server            => true,
      server_config_file => '/etc/puppetlabs/mcollective/server.cfg',
      middleware_hosts => [ 'mcollective.domain.com' ],
      middleware_port => '61613',
    }

whenever config changed, mcollective didn't pick up changes until I manually restart it, any method to ensure it restart when config change?

lkthomas avatar Jul 25 '16 04:07 lkthomas

same for package upgrade

tampakrap avatar Aug 23 '16 22:08 tampakrap