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',
source = 'puppet:///module/mymodule/myfile',
}


On Sat, May 4, 2013 at 11:58 PM, P Cornellio pete.corn...@virginamerica.com
 wrote:

 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+unsubscr...@googlegroups.com.
 To post to this group, send email to puppet-users@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.




-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@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.




[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 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+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@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.