You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem similar to #67 but with the reports directory. In fact, I was experiencing #67 before as well, but updating to 1.3.1 fixed that, and seems to have introduced this for me.
Every puppet run on the master gives:
//[...]//Stage[main]/Puppet::Passenger/File[/var/lib/puppet/reports]/mode (notice): mode changed '0750' to '0755'
I'm fairly sure this is being triggered by a global file default we set in our site.pp (mode => 0644,). However, I'd like to keep that -- is there some way to work around?
The text was updated successfully, but these errors were encountered:
I'm having a problem similar to #67 but with the reports directory. In fact, I was experiencing #67 before as well, but updating to 1.3.1 fixed that, and seems to have introduced this for me.
Every puppet run on the master gives:
I'm fairly sure this is being triggered by a global file default we set in our site.pp (
mode => 0644,
). However, I'd like to keep that -- is there some way to work around?The text was updated successfully, but these errors were encountered: