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 message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To post to this group, send email to puppet...@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hello..I have the same problem with you, except that I am using Git.
Can you describe your solution in more details?
As you said that /etc/puppet has mixed ownership of root and pe-puppet, how can you checkout puppet configuration from the svn with preserving permission and ownership?Thank you~
On Tuesday, May 7, 2013 2:17:33 AM UTC+9, P Cornellio wrote:
To address permission issues I run a rsync server on the puppet server with a module that specifies owner and group
Jenkins ci then takes checks out svn commits and rsyncs them up.