[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

[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 former

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:.epp

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

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 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] 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 st

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 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] 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 "/.e

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, puppe

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 serve

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 t

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" functio

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] 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, currentl

Re: [Puppet Users] Message from application: cannot load such file — puppet/util/command_line (LoadError)

2016-05-22 Thread San
Thanks a lot.. This helped.. Guess it was not necessary at all. Just running the puppetserver service is enough.. On Thursday, 19 May 2016 13:10:42 UTC+5:30, Lowe Schmidt wrote: > > First off. As of Puppet 4 is the server part written in Clojure and runs > on the JVM, the parts that are stil