Re: [Puppet Users] Puppet and SVN

2016-07-26 Thread Alex Samad
gt; >> ssh >> >> >> http >> >> >> etc >> >> >> >> >> >> have the default company setup >> >> >> >> >> >> Company Apps >> >> >> things that cover company apps >> &

Re: [Puppet Users] Puppet and SVN

2016-05-31 Thread Rob Nelson
It does not hide it, but it does automate some of the installation and setup. You'll still need to live in Git, and should at least be familiar with using r10k even if you set up a webhook and don't run it manually all the time. It's what you use to rescue yourself when you mess up, as I can

Re: [Puppet Users] Puppet and SVN

2016-05-31 Thread Alex Samad
Thanks. I did get onto the code control section which seems to suggest I should use it instead of git/r10k as it hids this away behind the scene ! On 31 May 2016 at 22:36, Rob Nelson wrote: > Alex, some of the later r10k articles have changed workflows, you may want > to

Re: [Puppet Users] Puppet and SVN

2016-05-31 Thread Rob Nelson
Alex, some of the later r10k articles have changed workflows, you may want to read the whole series before implementing anything. I highly recommend you check out Gary's Workflows Evolved article at http://garylarizza.com/blog/2015/11/16/workflows-evolved-even-besterer-practices/. The third link

Re: [Puppet Users] Puppet and SVN

2016-05-30 Thread Alex Samad
Hi Finally got some time to look at this On 24 May 2016 at 11:22, Rob Nelson wrote: > I wrote some articles on using Git with puppet and r10k. It's a little out > of date in the referenced versions of puppet and r10k, so check to make sure > you're using the modern file

Re: [Puppet Users] Puppet and SVN

2016-05-26 Thread Rob Nelson
>> NON Prod - anything thats not above > >> >> >> dev - testing > >> >> >> alex - personal > >> >> >> > >> >> >> Then I was going to create a whole bundle of profiles break up > into > >&g

Re: [Puppet Users] Puppet and SVN

2016-05-25 Thread Alex Samad
gt;> OS app >> >> >> things like >> >> >> smtp >> >> >> ssh >> >> >> http >> >> >> etc >> >> >> >> >> >> have the default company setup >> >> >> >> >> >

Re: [Puppet Users] Puppet and SVN

2016-05-25 Thread Rob Nelson
> >> >> > >> >> Sounds okay ?? > >> >> > >> >> A > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >

Re: [Puppet Users] Puppet and SVN

2016-05-25 Thread Alex Samad
gt;> >> >> >> >> >> >> >> >> >> >> On 23 May 2016 at 10:47, Rilindo Foster <rili...@gmail.com> wrote: >> >> > You can use any VCS with Puppet. I know of one shop that uses >> >> > Mercurial. >&g

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Rob Nelson
know of one shop that uses > Mercurial. > >> > > >> > Most of the tooling and integration are closely coupled with git and > most of the workflows assumes that you will be using git. So it would be a > good idea to get up to speed with it. > >> > > >>

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Christopher Wood
gt; You can use any VCS with Puppet. I know of one shop that uses Mercurial. > >> > > >> > Most of the tooling and integration are closely coupled with git and > >> > most of the workflows assumes that you will be using git. So it would be > >> > a

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Henrik Lindberg
On 24/05/16 01:03, Ramin K wrote: On 5/22/16 3:41 AM, Alex Samad wrote: Hi just starting out with puppet. I found this http://projects.puppetlabs.com/projects/1/wiki/Puppet_Version_Control old page talks about checking /etc/puppet into svn. But on my centos install I have

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Henrik Lindberg
Original Message- From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Alex Samad Sent: Sunday, May 22, 2016 7:44 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Puppet and SVN Ta I was at the last puppet (sydney ) users group. heard r10k mentione

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Ramin K
On 5/22/16 3:41 AM, Alex Samad wrote: Hi just starting out with puppet. I found this http://projects.puppetlabs.com/projects/1/wiki/Puppet_Version_Control old page talks about checking /etc/puppet into svn. But on my centos install I have /etc/puppetlabs/puppet do I add /etc/puppetlabs or

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Alex Samad
; idea to get up to speed with it. >> > >> > Of note that you can use git with svn (which may be helpful if you are >> > getting started: >> > >> > https://git-scm.com/book/en/v1/Git-and-Other-Systems-Git-and-Subversion >> > >> > - Ril

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Christopher Wood
/book/en/v1/Git-and-Other-Systems-Git-and-Subversion > > > > - Rilindo > > > > -Original Message- > > From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] > > On Behalf Of Alex Samad > > Sent: Sunday, May 22, 2016 7:44 P

Re: [Puppet Users] Puppet and SVN

2016-05-22 Thread Alex Samad
016 7:44 PM > To: puppet-users@googlegroups.com > Subject: Re: [Puppet Users] Puppet and SVN > > Ta > > I was at the last puppet (sydney ) users group. heard r10k mentioned a lot. > > Also I got the impression that git was more closely integrated with puppet. > &

RE: [Puppet Users] Puppet and SVN

2016-05-22 Thread Rilindo Foster
To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Puppet and SVN Ta I was at the last puppet (sydney ) users group. heard r10k mentioned a lot. Also I got the impression that git was more closely integrated with puppet. Should I be l looking at git ? A On 23 May 2016 at 10:40

Re: [Puppet Users] Puppet and SVN

2016-05-22 Thread Rob Nelson
If you have a choice, you should almost always look at git over svn (IMO). On Sunday, May 22, 2016, Alex Samad wrote: > Ta > > I was at the last puppet (sydney ) users group. heard r10k mentioned a lot. > > Also I got the impression that git was more closely integrated with

Re: [Puppet Users] Puppet and SVN

2016-05-22 Thread Henrik Lindberg
On 23/05/16 02:44, Alex Samad wrote: Ta I was at the last puppet (sydney ) users group. heard r10k mentioned a lot. Also I got the impression that git was more closely integrated with puppet. Should I be l looking at git ? Absolutely. The only reason to use SVN would be if you are in an

Re: [Puppet Users] Puppet and SVN

2016-05-22 Thread Alex Samad
Ta I was at the last puppet (sydney ) users group. heard r10k mentioned a lot. Also I got the impression that git was more closely integrated with puppet. Should I be l looking at git ? A On 23 May 2016 at 10:40, Henrik Lindberg wrote: > On 22/05/16 12:41, Alex

Re: [Puppet Users] Puppet and SVN

2016-05-22 Thread Henrik Lindberg
On 22/05/16 12:41, Alex Samad wrote: Hi just starting out with puppet. I found this http://projects.puppetlabs.com/projects/1/wiki/Puppet_Version_Control old page talks about checking /etc/puppet into svn. But on my centos install I have /etc/puppetlabs/puppet do I add /etc/puppetlabs or

[Puppet Users] Puppet and SVN

2016-05-22 Thread Alex Samad
Hi just starting out with puppet. I found this http://projects.puppetlabs.com/projects/1/wiki/Puppet_Version_Control old page talks about checking /etc/puppet into svn. But on my centos install I have /etc/puppetlabs/puppet do I add /etc/puppetlabs or /etc/puppetlabs/puppet to svn and if the