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
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
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
/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
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
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
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