ajcrowe / puppet-supervisord

Puppet Module to install and configure applications under supervisord
MIT License
37 stars 104 forks source link

change 0755 modes to 0644 so conf files are not +x #33

Closed kamholz closed 9 years ago

kamholz commented 9 years ago

I thought it was a bit odd that this module created various *.conf files with a mode of 0755, so I've changed it to 0644 in this PR. Note that this still works with directories (puppet automatically makes them +x if they are +r).

ajcrowe commented 9 years ago

Thanks @kamholz, good catch thanks for the contribution.