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
Error: Could not find user control_client Error: /Stage[main]/Profile::Mco::Control/Mcollective::User[control_client]/File[/root/.mcollective.d]/owner: change from root to control_client failed: Could not find user control_client Error: /Stage[main]/Profile::Mco::Control/Mcollective::User[control_client]/File[/root/.mcollective.d]/group: change from root to control_client failed: Could not find group control_client
puppet tries to set the owner / group of the folder to $hostname::_client
my hostname is "control"
What behaviour did you expect instead
Setting the /root/.mcollective.d/ owner / group to root.
Output log
Any additional information you'd like to impart
Don't use the $name for owner / group.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
I followed the example:
https://github.com/voxpupuli/puppet-mcollective/blob/master/examples/ssl_example/mco_profile/manifests/client.pp#L11
What are you seeing
Error: Could not find user control_client
Error: /Stage[main]/Profile::Mco::Control/Mcollective::User[control_client]/File[/root/.mcollective.d]/owner: change from root to control_client failed: Could not find user control_client
Error: /Stage[main]/Profile::Mco::Control/Mcollective::User[control_client]/File[/root/.mcollective.d]/group: change from root to control_client failed: Could not find group control_client
puppet tries to set the owner / group of the folder to $hostname::_client
my hostname is "control"
What behaviour did you expect instead
Setting the
/root/.mcollective.d/
owner / group to root.Output log
Any additional information you'd like to impart
Don't use the $name for owner / group.
The text was updated successfully, but these errors were encountered: