I think it depends a bit on your situation. If you're the only one editing
the code, you might find using a version control system too much overhead.
I would probably still want to do it even in that case, but not everyone
would. If you're making changes infrequently, a backup of the files might
be enough for your comfort level.

If there are multiple people editing the code, I think it's a no brainer to
use some kind of version control, whether it's git or another option. It's
great to be able to look at commits and know who changed what, when, and
why. One nice thing about git specifically is that branching is really
inexpensive. We use topic branches a lot where I work and then test against
them using "--environment =" when we run the agent.


Rich



On Sun, Dec 1, 2013 at 9:20 AM, Philippe Conway
<philippe.con...@gmail.com>wrote:

> Hi Everyone,
>
> I am currently trying to learn puppet through this book called Puppet 3
> Beginners Guide by John Arundel and it talks about distributing puppet
> manifests using git. As I'm going through it, it looks a little pieced
> together and complex.
>
> I was wondering what was the best way? Using the puppet-master or through
> git? Just wondering what everyone else does to distribute their manifests?
>
> Any advice would be appreciated. Thanks!
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/3cf047fa-9e8e-46dd-9105-6ee9e2150e9e%40googlegroups.com
> .
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAPGcbtCbWcGPk6U8%3DURhECx6g55JYQ4hMWy2uJFbp8gJ-nmL2Q%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to