Re: [Puppet Users] Puppet 2.7 Windows File Permissions cause Permission Denied Errors

2012-12-10 Thread Josh Cooper
Hi Alex, If you don't care about permissions, you can just omit the mode property. The owner should receive Full Control, but the group and other will always receive less than that, e.g. they shouldn't get WRITE_DAC. For example, C:\work\puppet>envpuppet puppet resource file c:/blarg5 ensure=dir

[Puppet Users] Puppet 2.7 Windows File Permissions cause Permission Denied Errors

2012-12-10 Thread phundisk
I am trying to expand puppet to work for our windows servers and am noticing some weird permissions issues that are occurring. I have a file resource being created that is a folder. I set that folder to have full permission to user Administrator and a local windows group. I set the mode to 07