Re: [Puppet Users] Puppet and SVN

2016-07-26 Thread Alex Samad
t;> >> >> >> Then I was going to create a whole bundle of profiles break up into >> >> >> >> >> >> OS app >> >> >> things like >> >> >> smtp >> >> >> ssh >> >> >> http >> >>

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 attest

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 read the whole series

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 is

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 locations, but otherwis

Re: [Puppet Users] Puppet and SVN

2016-05-26 Thread Rob Nelson
rod - all prod env > >> >> >> SIM - testing for prod > >> >> >> INF - inf > >> >> >> NON Prod - anything thats not above > >> >> >> dev - testing > >> >> >> alex - personal > >> >> >> &

Re: [Puppet Users] Puppet and SVN

2016-05-25 Thread Alex Samad
>> ssh >> >> >> http >> >> >> etc >> >> >> >> >> >> have the default company setup >> >> >> >> >> >> Company Apps >> >> >> things that cover company apps >> >&

Re: [Puppet Users] Puppet and SVN

2016-05-25 Thread Rob Nelson
me roles - based solely from profiles. > >> >> > >> >> Then some how dynamically assign nodes to a roles / environment. > >> >> > >> >> > >> >> Sounds okay ?? > >> >> > >> >> A > >> >>

Re: [Puppet Users] Puppet and SVN

2016-05-25 Thread Alex Samad
>> >> >> On 23 May 2016 at 10:47, Rilindo Foster wrote: >> >> > You can use any VCS with Puppet. I know of one shop that uses >> >> > Mercurial. >> >> > >> >> > Most of the tooling and integration are closely coupled wit

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Rob Nelson
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. > >> > > >> > Of note that you can use git with svn (which may be helpful if you > are getting started: >

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Christopher Wood
et. 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 good idea to get up to speed with it. &g

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 /etc/puppetlabs/pupp

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Henrik Lindberg
m: 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 mentioned a lot. Also I got

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 /et

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Alex Samad
t; > 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 >> > >> > - Rilindo >> > >> > -Original Message-

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Christopher Wood
er-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 PM > > To: puppet-u

Re: [Puppet Users] Puppet and SVN

2016-05-22 Thread Alex Samad
et-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 ?

RE: [Puppet Users] Puppet and SVN

2016-05-22 Thread Rilindo Foster
: 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 puppet. > > Should I

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 orga

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 Samad wrote: >> >> Hi >> >> ju

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 /etc

[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