[Puppet Users] Using git to manage puppet manifests.

2008-09-18 Thread Leah
how to implement it efficiently and securely with a shared repository on another server. I went looking on the wiki, but could only find information about doing this with subversion. Any examples of what others are doing would be appreciated so I can figure out the best appr

[Puppet Users] Moving a file with Puppet

2008-11-13 Thread Leah
le", ensure => absent, } I just feel like moving the location of a file will cause bloat of configurations in puppet, but maybe I'm missing some great parameter. Thanks, Leah --~--~-~--~~~---~--~~ You received this message because you are subscribe

[Puppet Users] Re: Moving a file with Puppet

2008-11-13 Thread Leah Fisher
> > If you have to do this a lot you could parametrize a define, and I would get > rid of the ensure => absent once the changes have propagated. > > $0.02 > > > On Thu, Nov 13, 2008 at 10:51 AM, Evan Hisey <[EMAIL PROTECTED]> wrote: > >> >> On Thu