[Puppet Users] Facter 3 and Puppet 3.8.2

2016-01-06 Thread Costya Regev
Hi, I would like to know if i can install facter 3 with puppet version of 3.8.2 ? Thanks, Costya. -- 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-use

Re: [Puppet Users] Re: How to use define type or variables

2016-01-06 Thread jcbollinger
On Tuesday, January 5, 2016 at 11:01:57 AM UTC-6, linux script wrote: > > John, > > Sorry for the typos in the code.for some reason I had to type the code > instead of copying.I thought it would give a general idea about the format > in which I wanted to write it. > > Secondly, I used define i

[Puppet Users] Re: exec check for directory

2016-01-06 Thread jcbollinger
On Tuesday, January 5, 2016 at 5:51:04 AM UTC-6, linux@gmail.com wrote: > > Hi, > > I am writing a module to place a file into a directory only if the > directory exist. If the directory or source does not exist it should simply > ignore without throwing an error message. However I get an e

[Puppet Users] hieradata in add mode

2016-01-06 Thread Albert Shih
Hi, I'm asking something maybe stupid but well... I've got a hieradata - common.yaml - hostname.yaml I would like to have in common.yaml users_list : - user1 user1_ssh_key - user2 user2_ssh_key - user3 user3_ssh_key and in someway I would like to add some users in h

Re: [Puppet Users] Re: Puppet 4 : questions about PXP agent and its goal

2016-01-06 Thread Francois Lafont
Hi, On 04/01/2016 20:44, Ryan Coleman wrote: > Hello and happy new year to you as well, Thanks, ;) > In my CentOS 7 install of puppet-agent 1.3.2, the pxp-agent service is not > enabled or started by default. Ok. I have noticed that in Debian Jessie too. But in Ubuntu Trusty, the pxp-agent da

Re: [Puppet Users] Re: Puppet 4: default value of a parameter in a module and dependency

2016-01-06 Thread Francois Lafont
Hi, On 04/01/2016 17:01, jcbollinger wrote: > Your revised idea appears workable. Ah... cool. ;) > It establishes class moda::params as a shared data source, along the lines I > suggested. Yes indeed, it's close to what you have proposed. > It allows module moda to > be customized, via clas

Re: [Puppet Users] Re: Puppet 4 : questions about PXP agent and its goal

2016-01-06 Thread Kylo Ginsberg
On Wed, Jan 6, 2016 at 4:15 PM, Francois Lafont < francois.lafont.1...@gmail.com> wrote: > Hi, > > On 04/01/2016 20:44, Ryan Coleman wrote: > > > Hello and happy new year to you as well, > > Thanks, ;) > > > In my CentOS 7 install of puppet-agent 1.3.2, the pxp-agent service is > not > > enabled o

[Puppet Users] Newbie Question

2016-01-06 Thread Alex Samad
Hi New to puppet. I am trying to do some testing. I have a centos 6.7 installed VM. I have setup the puppet repo's Then installed puppetserver-2.2.1-1.el6.noarch I edited this /etc/puppetlabs/puppet/puppet.conf added in [main] dns_alt_names=puppet,puppet.abc.com the FQDN for the machine i

Re: [Puppet Users] Newbie Question

2016-01-06 Thread Christopher Wood
It sounds like you'd be well off reading, that doesn't look like an agent run with errors. It looks like the agent run of a very small catalog that didn't need to change anything on the agent's host. It's not entirely clear where you are running "puppet agent" and "puppet cert". This thing ofte

Re: [Puppet Users] Newbie Question

2016-01-06 Thread Alex Samad
Hi Doing this of the single VM. I was hopping to test the agent and the server side on the same box. I will have a look at https://puppetlabs.com/download-learning-vm