Bug ID | 747388 |
---|---|
Summary | Add ACLs to be managed by puppet as specified in the top level README |
Classification | Infrastructure |
Product | sysadmin |
Version | unspecified |
OS | Linux |
Status | NEW |
Severity | normal |
Priority | Normal |
Component | Apprentices |
Assignee | sysadmin-maint@gnome.bugs |
Reporter | bugzilla@peter-baumgarten.com |
QA Contact | sysadmin-maint@gnome.bugs |
GNOME version | --- |
Created attachment 300996 [details] [review] The patch mentioned in the description The top level README says that ACLs must be manually entered in case of a server migration. ------------------------------------------------------------------------- Please run the following commands to fix that in case of a server's migration: sudo setfacl -Rdm g:root:rwx /etc/puppet sudo setfacl -Rdm u:root:rwx /etc/puppet sudo setfacl -Rdm o::r /etc/puppet Sadly Puppet doesn't support ACLs on its file type attribute, thus the need to execute these commands manually. ------------------------------------------------------------------------ I used the exec resource as a work around for puppet to add manage the ACLs