Re: [Puppet Users] mcollective modules for puppet4

2016-03-05 Thread Francois Lafont
Hi, On 05/03/2016 20:17, Kenton Brede wrote: > I'm assuming you're talking about Mcollective plugins... > > You can actually use the older puppetlabs repo to install these. In other > words you can have both the regular and the pc1 repos working at the same > time. I've had no issues doing so.

Re: [Puppet Users] mcollective modules for puppet4

2016-03-05 Thread Kenton Brede
I'm assuming you're talking about Mcollective plugins... You can actually use the older puppetlabs repo to install these. In other words you can have both the regular and the pc1 repos working at the same time. I've had no issues doing so. There was one plugin that wasn't included in the repo a

[Puppet Users] Re: Trying to manage proper replication for PostgreSQL with Puppet

2016-03-05 Thread Byron Miller
The current postgres module doesn't implement replication by default. I use the module to build up the DB and get everything going, but the log shipping is setup manually since the failover would be manual. Postgres/mysql are moving towards handling this better internally so the issue may be

Re: [Puppet Users] validate_bool() throwing in error syaing the value not a boolean

2016-03-05 Thread Henrik Lindberg
On 05/03/16 09:42, Sans wrote: Can this look-up done from agent as well? -S The first release of lookup runs on the master side, but it uses the last facts posted by the node; so result is node specific. No way currently to run it from an agent against the master though. If you are set up

Re: [Puppet Users] puppet cannot find class.

2016-03-05 Thread dE
Now I see the bigger picture. Looks like this documentation is wrong. Thanks for the help everyone! On Saturday, March 5, 2016 at 5:00:17 PM UTC+5:30, Martin Alfke wrote: > > Hi > On 05 Mar 2016, at 11:18, dE > wrote

[Puppet Users] Re: puppet cannot find class.

2016-03-05 Thread Sans
I've never used a module with out a init.pp, so cannot tell you if that's the issue, I think it's not. But normally this what I would do: class all_class::first_class { } and class all_class::dep { } Probably worth giving a try. On a general note, you should have all the owner, group

Re: [Puppet Users] puppet cannot find class.

2016-03-05 Thread Martin Alfke
Hi On 05 Mar 2016, at 11:18, dE wrote: > Hi. > > I've made a class in the $basemodulepath location -- > > puppet config print | grep basemodulepath > basemodulepath = /etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules > > ls -R /etc/puppetlabs/code/modules/all_class/ > /etc/puppetlab

[Puppet Users] puppet cannot find class.

2016-03-05 Thread dE
Hi. I've made a class in the $basemodulepath location -- puppet config print | grep basemodulepath basemodulepath = /etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules ls -R /etc/puppetlabs/code/modules/all_class/ /etc/puppetlabs/code/modules/all_class/: manifests /etc/puppetlabs/code/

Re: [Puppet Users] validate_bool() throwing in error syaing the value not a boolean

2016-03-05 Thread Sans
Can this look-up done from agent as well? -S On Friday, March 4, 2016 at 4:52:05 PM UTC, Henrik Lindberg wrote: > > Recent would be >= 4.2 wrt. lookup functionality. > Sorry. > - henrik > > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group