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 <[email protected]
> 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 [email protected].
> To post to this group, send email to [email protected].
> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.