Re: [Puppet Users] Puppet and SVN

2016-05-22 Thread Alex Samad
How hard is it to retro fit SVN / GIT onto a puppet install. I am building from scratch, working through the doco. Was thinking once I have a friendly setup then I would look at putting that into SVN/GIT. Thoughts are install puppet install puppetDB install heira ?? setup environments,

RE: [Puppet Users] Puppet and SVN

2016-05-22 Thread Rilindo Foster
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 good idea to get up to speed with it. Of note that you can use git with svn

Re: [Puppet Users] History of possible usage of EPP URIs in the form of "'puppet:////.epp"?

2016-05-22 Thread David M. Karr
On 05/22/2016 06:22 PM, Henrik Lindberg wrote: On 23/05/16 03:07, David Karr wrote: On Sunday, May 22, 2016 at 5:37:22 PM UTC-7, Henrik Lindberg wrote: On 23/05/16 02:26, David Karr wrote: > In "Learning Puppet 4", there are a couple of variations of calls to the > "epp"

Re: [Puppet Users] History of possible usage of EPP URIs in the form of "'puppet:////.epp"?

2016-05-22 Thread Henrik Lindberg
On 23/05/16 03:07, David Karr wrote: On Sunday, May 22, 2016 at 5:37:22 PM UTC-7, Henrik Lindberg wrote: On 23/05/16 02:26, David Karr wrote: > In "Learning Puppet 4", there are a couple of variations of calls to the > "epp" function. Some of them use the syntax that I find in

Re: [Puppet Users] Cannot alias definition, duplicate declaration

2016-05-22 Thread Henrik Lindberg
On 19/05/16 17:22, Julie Iaccarino wrote: Hey all! I've got a bit of an oddity. I've upgraded from 3.7 to 4.4 and gone over the upgrade checklist for my code, but I'm still getting some catalog errors. 2016-05-19 15:06:51 + Puppet (err): Could not retrieve catalog from remote

Re: [Puppet Users] Hiera 2.0 with Puppet 3.x

2016-05-22 Thread Henrik Lindberg
On 19/05/16 22:19, Scott Briggs wrote: Does anyone have any experience with Hiera 2.0 with Puppet 3.x? Is that even possible given the newer "all in one" architecture? "All in One" did not start until 4.x. In general - even if you managed to make some odd combination puppet/hiera work,

Re: [Puppet Users] History of possible usage of EPP URIs in the form of "'puppet:////.epp"?

2016-05-22 Thread David Karr
On Sunday, May 22, 2016 at 5:37:22 PM UTC-7, Henrik Lindberg wrote: > > On 23/05/16 02:26, David Karr wrote: > > In "Learning Puppet 4", there are a couple of variations of calls to the > > "epp" function. Some of them use the syntax that I find in the actual > > Puppet docs, which is just

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] Logrotate module broken, string 'undef' now treated as undef

2016-05-22 Thread Henrik Lindberg
On 18/05/16 23:33, Daniel Urist wrote: I have been using the yo61 logrotate module from puppetforge (https://forge.puppet.com/yo61/logrotate), which seems to be the most popular, but it recently stopped working, with many errors about undefined parameters. The issue seems to be the use of the

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] Can data type validation reference a variable for the possible enum values?

2016-05-22 Thread Henrik Lindberg
On 20/05/16 20:23, David Karr wrote: Reading through "Learning Puppet 4", I noticed the ability to define parameter types with pretty specific constraints, like "Enum['foo','bar']", et cetera. Is there any way for the list of possible enum values to be specified elsewhere and then referenced in

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

Re: [Puppet Users] History of possible usage of EPP URIs in the form of "'puppet:////.epp"?

2016-05-22 Thread Henrik Lindberg
On 23/05/16 02:26, David Karr wrote: In "Learning Puppet 4", there are a couple of variations of calls to the "epp" function. Some of them use the syntax that I find in the actual Puppet docs, which is just "/.epp", but some of them use something that looks more like a URI, like

[Puppet Users] History of possible usage of EPP URIs in the form of "'puppet:////.epp"?

2016-05-22 Thread David Karr
In "Learning Puppet 4", there are a couple of variations of calls to the "epp" function. Some of them use the syntax that I find in the actual Puppet docs, which is just "/.epp", but some of them use something that looks more like a URI, like "puppet:.epp". I've determined that the

[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