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.
Updated by Greg Sutcliffe over 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in 8a6e87dc7a1615dd9d110f60ad13ecf30791dbec
Actions