Re: [Puppet Users] Enterprise Linux puppet-server-3.7.4-1.el7.noarch doesn't include the init script

2015-02-10 Thread Bryan Arenal
I feel like an old man not being familiar with these new-fangled init script methods the kids are using these days. I guess I've got to get with the times... :) Thanks, Matthaus! On Tuesday, February 10, 2015 at 10:13:25 PM UTC-7, Matthaus Litteken wrote: > > Bryan, > EL7 has systemd, so we s

Re: [Puppet Users] Enterprise Linux puppet-server-3.7.4-1.el7.noarch doesn't include the init script

2015-02-10 Thread Matthaus Owens
Bryan, EL7 has systemd, so we ship systemd service files for puppet and puppet-server. `service puppet status` should still work, it just redirects to systemctl under the hood. rpm -qplv http://yum.puppetlabs.com/el/7/products/x86_64/puppet-3.7.4-1.el7.noarch.rpm | grep service -rw-r--r--1 ro

[Puppet Users] Enterprise Linux puppet-server-3.7.4-1.el7.noarch doesn't include the init script

2015-02-10 Thread Bryan Arenal
Hi, I just installed puppet and puppet-server on my CentOS 7 puppet master system but I noticed that there's no init script included (and none gets created). The following doc says there should be one at least and one was included on a different ubuntu vm I'd tested on earlier: https://docs.pupp

[Puppet Users] Announce: Facter 2.4.1 available

2015-02-10 Thread Peter Huene
Facter 2.4.1 is a bug fix release in the Facter 2 series. Included in this release are fixes for the following bugs: - The ec2_metadata fact was not filtering out sensitive IAM security credentials. - The virtual fact's detection of KVM hypervisors when running as non-root on Linux wa

[Puppet Users] Re: Does the "Learning VM" image actually work?

2015-02-10 Thread Benito Mourelo
For Unix users : unzip -j learn_puppet_centos-6.5-pe-3.7.1-ptb-vmware.zip -d learn_puppet_centos-6.5.vmwarevm -x learning-vmware/Quest_Guide.pdf Bye. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop rece

Re: [Puppet Users] Is there a better way to limit module actions based on facts?

2015-02-10 Thread Arpin Dominique (Nter)
Hi, You could use hiera with osfamily Regard, Dominique Arpin Le 2015-02-10 à 16:18, leam hall mailto:leamh...@gmail.com>> a écrit : We have a mixed environment. I wrote a module that would only do stuff on Red Hat family boxes. Under the class definition I put: if $::osfamily == 'RedHat

[Puppet Users] Is there a better way to limit module actions based on facts?

2015-02-10 Thread leam hall
We have a mixed environment. I wrote a module that would only do stuff on Red Hat family boxes. Under the class definition I put: if $::osfamily == 'RedHat' { and did all the package and file definitions under that. Is there a better or cleaner way to do this? Leam -- You received this mes

Re: [Puppet Users] Does the "Learning VM" image actually work?

2015-02-10 Thread Brad Knowles
On Feb 10, 2015, at 12:39 PM, Hunter Haugen wrote: > A tip on OS X about getting "inside" folder-app-things (like .app, .vmwarevm, > etc). > > You can right click ("two finger" click) on the object, and select "Show > package contents" to get into it with Finder. Then you'll be able to see the

Re: [Puppet Users] Announce: Puppet Server 1.0.2 available!

2015-02-10 Thread Kevin Corcoran
On Sun, Jan 25, 2015 at 5:07 PM, Trevor Vaughan wrote: > I've been able to do everything from the APIs thus far and, yes, having a > 'puppet master reload' and 'puppet master environment-flush' (or something) > would be nice. > Trevor - I just created https://tickets.puppetlabs.com/browse/SERVER

Re: [Puppet Users] Does the "Learning VM" image actually work?

2015-02-10 Thread Hunter Haugen
A tip on OS X about getting "inside" folder-app-things (like .app, .vmwarevm, etc). You can right click ("two finger" click) on the object, and select "Show package contents" to get into it with Finder. Then you'll be able to see the PDF. Or you can `cd` in a terminal into it, and `open .` to ope

Re: [Puppet Users] Does the "Learning VM" image actually work?

2015-02-10 Thread Brad Knowles
On Feb 10, 2015, at 9:15 AM, Benito Mourelo wrote: > Unzip it and rename the resulted directory to attach the ".vmwarevm" > extension and then open it. Ahh. That was the thing I was missing from the instructions. BTW, I discovered that you probably want to pull the PDF file out of the extra

Re: [Puppet Users] Newbie questions -- do you use PuppetDB and Facter with Foreman?

2015-02-10 Thread Christopher Wood
Not sure how typical we are, but it feels pretty standard for a medium-sized installation. Just starting out I had a puppetmaster and some agents, so two lines of this list. The rest came later. puppetmasters behind a load balancer facter (this is standard, yes) hiera hiera-eyaml puppetdb Puppet

[Puppet Users] Announce: Puppet Enterprise 3.7.2 is available

2015-02-10 Thread Geoff Nichols
Dear Puppet Enterprise Users, Puppet Enterprise 3.7.2 is now available. This is primarily a bug-fix and security release of Puppet Enterprise. All users of Puppet Enterprise 3.x are encouraged to upgrade when possible to Puppet Enterprise 3.7.2. Puppet Enterprise 3.7.2 includes fixes to address

[Puppet Users] Newbie questions -- do you use PuppetDB and Facter with Foreman?

2015-02-10 Thread Bryan Arenal
Hi, I'm just getting started with Puppet (I have it installed but that's pretty much the extent of it). I'm planning on using Foreman with it but was wondering what "most" Puppet users do. Is it more or less standard to use PuppetDB and Facter? Or do you even need those components when using Fo

Re: [Puppet Users] Design help: django deployment

2015-02-10 Thread Charles Yeomans
> On Feb 10, 2015, at 5:13 AM, Jonathan Gazeley > wrote: > > Hi folks, > > The developers at my place are designing a new set of webapps, which will be > written in Python/Django. This is new to us (our old stuff is nasty Perl) and > I've been asked to look at how to deploy these new apps us

Re: [Puppet Users] Re: representing undef in hiera?

2015-02-10 Thread Christopher Wood
On Tue, Feb 10, 2015 at 06:52:05AM -0800, jcbollinger wrote: >On Monday, February 9, 2015 at 10:37:39 AM UTC-6, Christopher Wood wrote: >  > > I'm dealing with a config file template where most options are always > turned off. I'm also trying to get our puppet agent runs to fail

[Puppet Users] Re: Does the "Learning VM" image actually work?

2015-02-10 Thread Benito Mourelo
On Monday, February 9, 2015 at 11:42:40 PM UTC+1, Brad Knowles wrote: > > Folks, > > I tried downloading the Learning VM image for VMware, and while there does > seem to be a .vmdk file inside the zip archive, along with various other > parts I would expect to find, so far as I can tell this is n

[Puppet Users] Re: representing undef in hiera?

2015-02-10 Thread jcbollinger
On Monday, February 9, 2015 at 10:37:39 AM UTC-6, Christopher Wood wrote: > I'm dealing with a config file template where most options are always > turned off. I'm also trying to get our puppet agent runs to fail with > catalog compilation errors if they can't look up a hiera value, so there

[Puppet Users] Re: Virtual Resource Visibility

2015-02-10 Thread jcbollinger
Garett already gave you a good answer for the code as you presented it. But, On Monday, February 9, 2015 at 10:33:32 AM UTC-6, Salty Old Cowdawg wrote: class scripts::myscript { > @file{'my neat script': >path=>"/path/to/the/script", >

[Puppet Users] Defining custom type with a mandatory property

2015-02-10 Thread Angel L. Mateo
Hello, I'm trying to create my own custom type according to guide at http://garylarizza.com/blog/2013/12/15/seriously-what-is-this-provider-doing/. My problem is that I want one of the resource's properties to be mandatory and failed if the property is not defined. So in the type I have:

[Puppet Users] Design help: django deployment

2015-02-10 Thread Jonathan Gazeley
Hi folks, The developers at my place are designing a new set of webapps, which will be written in Python/Django. This is new to us (our old stuff is nasty Perl) and I've been asked to look at how to deploy these new apps using Puppet. The Django apps will be developed in Git repos and releas