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
Still, on running chef-client, it looks for consul user to add a service config :(
* file[/etc/consul/conf.d/chef-client.json] action create
* cannot determine user id for 'consul', does the user exist on this system?
================================================================================
Error executing action `create` on resource 'file[/etc/consul/conf.d/chef-client.json]'
================================================================================
Chef::Exceptions::UserIDNotFound
--------------------------------
cannot determine user id for 'consul', does the user exist on this system?
Can you please suggest what I am missing here to have my config files owned by root?
Is it mandatory to have consul username and group created even if I am running the service and config by root user?
The text was updated successfully, but these errors were encountered:
Hi,
I am facing an issue related to config file permissions. I have overridden the default user of config and service to 'root' in wrapper cookbook :
Still, on running chef-client, it looks for consul user to add a service config :(
Can you please suggest what I am missing here to have my config files owned by root?
Is it mandatory to have consul username and group created even if I am running the service and config by root user?
The text was updated successfully, but these errors were encountered: