Re: [Puppet Users] Version Controlling Puppet Configs with svn

2013-05-05 Thread Throwe, Jesse
You dont rely on your SCM to define ownership. That is explicitly defined in your puppet declaration. This way the file can be owned by anyone (or nobody) and its placed on the server with the proper mode and ownership. file { "/tmp/myfile": owner => 'user', group => 'user', mode => '0600', sour

[Puppet Users] Version Controlling Puppet Configs with svn

2013-05-04 Thread P Cornellio
Hi, I an in the process of putting my Puppet Master configs into version control using SVN. I'm concerned about file permission and ownership changes as a result of this. SVN does not store permissions. How does one safely use SVN with puppet configs? Cheers, Pete -- You received this