You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
The module does not stop the server daemon and doesn't clean up the server.cfg and client.cfg .
What behaviour did you expect instead
The server daemon should be stopped and all alterations done previously by the module should be undone ( like removing the client.cfg and server.cfg ).
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Set server=>false and client=>false :
class{
'::mcollective':
manage_packages => false,
server => false,
client => false,
main_collective => 'mcollective',
collectives => 'mcollective',
server_loglevel => 'info',
connector => 'rabbitmq',
psk => 'XXXXXXXXXXXXX',
middleware_hosts => [ 'XXXXph.be','YYYYYYYph.be','ZZZZZZZZph.be'],
middleware_user => 'mcollective124',
middleware_password => XXXXXXXXXX',
rabbitmq_vhost => '/mcollective124', ;
}
What are you seeing
The module does not stop the server daemon and doesn't clean up the server.cfg and client.cfg .
What behaviour did you expect instead
The server daemon should be stopped and all alterations done previously by the module should be undone ( like removing the client.cfg and server.cfg ).
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: