[Puppet Users] restart NginX ONCE (after default file has been removed)

2017-03-03 Thread Steve Button
Hi, I've got a small piece of puppet in my profile module to remove the default nginx.conf file which gets installed by the nginx module. # Upon install this file gets created and displays "Welcome to NginX" page, which we don't need. file { '/etc/nginx/conf.d/default.conf': ensure => 'abse

[Puppet Users] Debugging confusion !?

2017-01-13 Thread Steve Button
Hi, I've been struggling to debug this Puppet code for a couple of days now. Perhaps it's something obvious but I just can't see it! Can anyone suggest a debugging approach to get this working?? Why is it complaining every time that redis and Ruby are already at the lastest versions? More imp

[Puppet Users] Re: Puppet Community Roles and Profiles

2017-01-12 Thread Steve Button
As well as the comment from Thomas, also see the follow up post from Gary Larizza http://garylarizza.com/blog/2014/02/17/puppet-workflow-part-2/ Here's a video from Puppet Conf 2016 https://youtu.be/RYMNmfM6UHw And from Puppet Conf 2014 https://youtu.be/v9LB-NX4_KQ?t=2011 That last one is v

Re: [Puppet Users] PATH when using puppet apply. RVM buggered.

2017-01-06 Thread Steve Button
/guides/platforms.html > > -- > Lowe Schmidt | +46 723 867 157 > > On 6 January 2017 at 12:02, Steve Button > wrote: > >> Hi, >> >> I'm using "sudo puppet apply" to get a bunch of puppet code to run for >> me, but when it runs as root, I

[Puppet Users] PATH when using puppet apply. RVM buggered.

2017-01-06 Thread Steve Button
the community could point me in the right direction!? Many thanks, Steve Button -- 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-users+unsubscr

Re: [Puppet Users] How to only apply my manifests to certain classes?

2012-12-21 Thread Steve Button
On Thursday, 20 December 2012 16:51:59 UTC, rvs wrote: > On Thu, Dec 20, 2012 at 8:11 AM, Steve Button > > > wrote: > > Hi, > > > > I've written a new resolv class, but I only want it to get pushed out > (for > > > Please let us know a b

[Puppet Users] How to only apply my manifests to certain classes?

2012-12-20 Thread Steve Button
Hi, I've written a new resolv class, but I only want it to get pushed out (for instance) UAT servers for now. Or perhaps just servers which have apache installed, or just the ones which are part of project xyz. I've been searching through the docs, but I think I'm looking in the wrong place. A