Actions
Bug #2689
closedImporting installer modules after an installer run causes a permissions conflict
Description
Some cache data gets root owned:
- ls
lh /var/lib/puppet/foreman_cache_data/db_password1 root root 36 Jun 21 12:24 /var/lib/puppet/foreman_cache_data/db_password
-rw------
A simple chown will fix it:
- chown puppet /var/lib/puppet/foreman_cache_data/db_password
We should probably handle this where db_password is created (maybe in the function?), otherwise it will trip people up.
Actions