Had an issue with nomad not starting because I had a custom create mask set up for improved security.
Updated the role to use explicit mode and user/group for config files. Because all files in /etc are usually owned by root I split-off the config directory creation so it's also owned by root.
Had an issue with nomad not starting because I had a custom create mask set up for improved security.
Updated the role to use explicit mode and user/group for config files. Because all files in
/etc
are usually owned by root I split-off the config directory creation so it's also owned by root.