thomasvandoren / puppet-etckeeper

Not actively developed - Puppet module for etckeeper.
https://forge.puppetlabs.com/thomasvandoren/etckeeper
BSD 2-Clause "Simplified" License
14 stars 15 forks source link

/etc/etckeeper directory created with conservative permissions #2

Closed cpick closed 11 years ago

cpick commented 11 years ago

When I used this module to install etckeeper, puppet first created /etc/etckeeper (as prescribed), however it was created with mode 0750. When installing etckeeper with apt-get, /etc/etckeeper was created with 0755 permissions.

Since it is useful to be able to look at etckeeper's permissions without superuser privileges, I think this module should create the directory with 0755.

thomasvandoren commented 11 years ago

Fixed in pull request #3.