Re: [Puppet Users] Windows Puppet File Resource Getting Puppet Server's UNIX File Permissions

2013-01-17 Thread Alex Farhadi
Yes the Windows client is updating the mode based on what the file permission is in the puppet master's unix's file system, I did not see any change messages about the uid or gid being changed. Let me know if you need any more information or screen shots. I will be more than happy to provide what

Re: [Puppet Users] Re: Windows Firewall Question

2013-03-12 Thread Alex Farhadi
Excellent, thank you for the link. On Tue, Mar 12, 2013 at 10:40 AM, Paul Tötterman wrote: > Does anyone know of this provider? If not I can start to make one with >> netsh but it will probably take me a while >> > > I really suggest you do it via the proper firewall COM API, e.g. with > powers

Re: [Puppet Users] Re: Hiera Environment Wildcard

2013-05-30 Thread Alex Farhadi
So right now we use environment to both control specialized parameters related to different networks such as LDAP server, DNS servers, and other things that are related to the environment variable. We also use unique environment names to setup different instances of our application. For example,

Re: [Puppet Users] Re: Hiera and environments

2013-06-05 Thread Alex Farhadi
nevermind, i had a typo, its always a typo. i had a $ in my hiera file and not a % which is needed On Wed, Jun 5, 2013 at 2:18 PM, phundisk wrote: > I am also having the same issue you were having. When I removed the > '%{environment}' part of the datadir, hiera works fine, however for me to