[Puppet Users] Sidedoor module

2016-06-02 Thread warron.french
I have created, a Puppet Module using PE-2015.2. The module is called Sidedoor (as opposed to backdoor) and the intent is to do the following (as I am evolving it): 1. Create a system-group with GID=300, and ensure it is in place, 2. Create a user (mine for example) with starting UID=(300 +

[Puppet Users] Announcing Puppet Enterprise 2016.2 + New Modules & Integrations

2016-06-02 Thread Michael Olson
Hi everyone - Today, we announced the latest in Puppet Enterprise 2016.2 (available beginning later this month), a new set of Puppet modules and integrations, and more from Project Blueshift. These updates continue to make it easier to manage today’s technology while evolving your modern cloud

Re: [Puppet Users] Puppet 4.5 and git & R10K

2016-06-02 Thread Stefan Heijmans
HI, Maybe you check the r10k workshop [1] which will do a complete walkthrough of r10k or just watch their video [2] of it. [1] https://github.com/adrienthebo/r10k-workshop/blob/master/WORKSHOP.mkd [2] https://www.youtube.com/watch?v=rQJbuqMCl9c Stefan On Thursday, June 2, 2016 at 2:32:46 AM U

[Puppet Users] err: Could not retrieve catalog from remote server: Error 400 on SERVER: undefined method `merge' for "mysqlbackup_monthly":String at /root/puppet/modules/cron/manifests/init.pp:40

2016-06-02 Thread potlipin
Hi guys, I'm testing a new Puppet cron module to be used with Hiera (https://github.com/roman-mueller/rmueller-cron). I'm trying to create a new cron job on a test node by passing data with hiera_hash and create resources. init.pp class cron ( $manage_package = false, $package_ensure = 'i

Re: [Puppet Users] How to access $facts['os'] in a manifest

2016-06-02 Thread Henrik Lindberg
On 02/06/16 15:55, Marc Haber wrote: On Thu, Jun 02, 2016 at 03:41:35PM +0200, Henrik Lindberg wrote: On 02/06/16 14:58, Marc Haber wrote: On Thu, Jun 02, 2016 at 02:42:17PM +0200, Henrik Lindberg wrote: On 02/06/16 09:22, Marc Haber wrote: On Wed, Jun 01, 2016 at 05:34:59PM +0200, Henrik Lin

Re: [Puppet Users] Re: Sidedoor - Puppet Module

2016-06-02 Thread warron.french
Thanks Matt. -- Warron French On Thu, Jun 2, 2016 at 11:36 AM, Matt Zagrabelny wrote: > Hi! > > On Thu, Jun 2, 2016 at 9:24 AM, Warron French > wrote: > > Is there a limit to the number of questions that I can post to Google > Groups > > or this list... in a single day

Re: [Puppet Users] Re: Sidedoor - Puppet Module

2016-06-02 Thread Matt Zagrabelny
Hi! On Thu, Jun 2, 2016 at 9:24 AM, Warron French wrote: > Is there a limit to the number of questions that I can post to Google Groups > or this list... in a single day? Nope. :) -m -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubsc

[Puppet Users] upgrading module 'locp-cassandra' to v1.24.0 caused trouble

2016-06-02 Thread aaron . u
Hi, Am reporting that upgrading to v1.24.0 from v1.23.0 caused puppet to try to upgrade cassandra on nodes where cassandra class was not defined.This blew up my dev cassandra. -Aaron. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To u

[Puppet Users] Re: Sidedoor - Puppet Module

2016-06-02 Thread Warron French
Is there a limit to the number of questions that I can post to Google Groups or this list... in a single day? On Wednesday, June 1, 2016 at 11:22:10 PM UTC-4, Warron French wrote: > > I have created, a Puppet Module using PE-2015.2. > > The module is called Sidedoor (as opposed to backdoor) and

Re: [Puppet Users] How to access $facts['os'] in a manifest

2016-06-02 Thread Marc Haber
On Thu, Jun 02, 2016 at 03:41:35PM +0200, Henrik Lindberg wrote: > On 02/06/16 14:58, Marc Haber wrote: > >On Thu, Jun 02, 2016 at 02:42:17PM +0200, Henrik Lindberg wrote: > >>On 02/06/16 09:22, Marc Haber wrote: > >>>On Wed, Jun 01, 2016 at 05:34:59PM +0200, Henrik Lindberg wrote: > First chec

Re: [Puppet Users] How to access $facts['os'] in a manifest

2016-06-02 Thread Henrik Lindberg
On 02/06/16 14:58, Marc Haber wrote: Hi, thanks for your answers. They're helpful. On Thu, Jun 02, 2016 at 02:42:17PM +0200, Henrik Lindberg wrote: On 02/06/16 09:22, Marc Haber wrote: On Wed, Jun 01, 2016 at 05:34:59PM +0200, Henrik Lindberg wrote: First check what you get in puppet with a

Re: [Puppet Users] Ordering of different modules of puppet at same path

2016-06-02 Thread Henrik Lindberg
On 02/06/16 15:35, Shrawan Bhagwat wrote: Hi All, Can anyone suggest me how can i sequence the execution order of different modules of puppet that are present at same path? You can read about that in the documentation: https://docs.puppet.com/puppet/latest/reference/lang_relationships.html I

[Puppet Users] Ordering of different modules of puppet at same path

2016-06-02 Thread Shrawan Bhagwat
Hi All, Can anyone suggest me how can i sequence the execution order of different modules of puppet that are present at same path? Regards, Sharwan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiv

Re: [Puppet Users] How to access $facts['os'] in a manifest

2016-06-02 Thread Marc Haber
Hi, thanks for your answers. They're helpful. On Thu, Jun 02, 2016 at 02:42:17PM +0200, Henrik Lindberg wrote: > On 02/06/16 09:22, Marc Haber wrote: > >On Wed, Jun 01, 2016 at 05:34:59PM +0200, Henrik Lindberg wrote: > >>First check what you get in puppet with a simple manifest: > >> > >>notice(

Re: [Puppet Users] How to access $facts['os'] in a manifest

2016-06-02 Thread Henrik Lindberg
On 02/06/16 09:22, Marc Haber wrote: On Wed, Jun 01, 2016 at 05:34:59PM +0200, Henrik Lindberg wrote: First check what you get in puppet with a simple manifest: notice($facts) $ sudo puppet apply -e 'notify{"${os}":}' Notice: Compiled catalog for host in environment production in 0.02 seconds

Re: [Puppet Users] How to access $facts['os'] in a manifest

2016-06-02 Thread Marc Haber
On Wed, Jun 01, 2016 at 05:34:59PM +0200, Henrik Lindberg wrote: > First check what you get in puppet with a simple manifest: > > notice($facts) $ sudo puppet apply -e 'notify{"${os}":}' Notice: Compiled catalog for host in environment production in 0.02 seconds Notice: {"name"=>"CentOS", "family