Re: [Puppet Users] Display puppet managed resources in motd?

2012-02-18 Thread Adam Gibbins
On 19 February 2012 03:27, Ryan Bowlby wrote: > Hi All, > > I'd like to display which resources are managed by Puppet in a given > host's motd file. Does anyone know the best way to accomplish this? > > As we transition to puppet it would be helpful to know what resources > are currently being ma

Re: [Puppet Users] proper way to mirror apt.puppetlabs.com?

2012-01-05 Thread Adam Gibbins
The recommendation for mirroring debian repositories is generally to use something like apt-mirror or apt-cacher-ng. Is there a reason you can't do this? These work by checking the index (e.g. http://apt.puppetlabs.com/ubuntu/dists/lucid/main/binary-amd64/Packages) and pulling the packages. You

Re: [Puppet Users] Class name clashes

2011-12-08 Thread Adam Gibbins
On 7 December 2011 23:09, Gonzalo Servat wrote: > Hi All, > > I have a module called "openvpn" which lives in > /etc/puppet/modules/openvpn/. It just sets up generic OpenVPN stuff. I then > set-up another class called s_jumpbox::openvpn, which lives in > /etc/puppet/services/s_jumpbox/manifests/o

Re: [Puppet Users] Feature 4815: Allow Mount to create a mount point and set the under lying permission?

2011-10-06 Thread Adam Gibbins
On 6 October 2011 18:15, Jeffrey Ollie wrote: > Having this feature would be very useful to me... Other than doing > the work myself, is there any hope of getting this any time soon? > > -- > Jeff Ollie > This doesn't really seem the work of a provider, but rather a define. Could you not just w

Re: [Puppet Users] dynamically edit node definition

2011-09-17 Thread Adam Gibbins
On 17 September 2011 16:42, Sav wrote: > Is it possible to dynamically edit a node definition? Basically, given a > node, add or remove from it's node definition on the fly. > > Right now, I am doing a find on the /etc/puppet/manifests/nodes directory > on all ".pp" files, grepping for "node hos

Re: [Puppet Users] Re: The require function

2011-09-07 Thread Adam Gibbins
On 7 September 2011 23:22, Douglas Garstang wrote: > We'l see. To be honest, motivation is rather low right now because I > was just kicked off the mcollective mailing list by Mr Pienaar for > asking a question not in a manner to his liking. > > I'll be honest, hoping you get kicked off this list

Re: [Puppet Users] Upgrade guide?

2011-03-23 Thread Adam Gibbins
On 23 March 2011 22:49, Michel wrote: > Hello; > > Is there any documentation on how to perform a puppet upgrade?  I > download the tarball and extracted it to my copied puppetmaster > server.  Right now I have all the node definitions working, but any > modules are not working. > (not even a simp

Re: [Puppet Users] Puppet master exposed on internet

2011-02-23 Thread Adam Gibbins
On 23 February 2011 22:08, Sky wrote: > I need to use puppet over internet for a distributed scenario. I will > have 100 pops, with around 5 servers per pop. I will use cloud, VPS > and other kind of services, so my servers will change all the time and > number of server propably increase and decr

Re: [Puppet Users] Puppet on a purely push basis no possible?

2011-02-15 Thread Adam Gibbins
On 15 February 2011 19:21, Kristopher wrote: > I would like to confirm that the following is not possible: > I have servers I would like to manage via puppet in my DMZ, I have my > puppet server in the trusted zone of my network. Due to this > arrangement (which cannot be changed due to other serv

Re: [Puppet Users] Unwanted whitespace generated by template

2011-02-10 Thread Adam Gibbins
On 10 February 2011 22:15, Mohamed Lrhazi wrote: > I have this in a template: > > ===cut here= > # Allow ICMP traffic > -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT > > <% if netbackup_master_servers %> > <% netbackup_master_servers.each do |master_serve

Re: [Puppet Users] Re: Ordering

2011-02-03 Thread Adam Gibbins
On 3 February 2011 17:58, Richard Crowley wrote: > On Thursday, February 3, 2011 at 9:53 AM, Adam Gibbins wrote: > > Hi All, > I'm trying to implement a template (for my collectd config) that gives > different results depending on the other modules included on that machine.

[Puppet Users] Ordering

2011-02-03 Thread Adam Gibbins
Hi All, I'm trying to implement a template (for my collectd config) that gives different results depending on the other modules included on that machine. I tried to do this by checking for the class tags but it turns out that due to bug #3049 this is a huge pain and 90% of the time the tags aren't

Re: [Puppet Users] Wierd debian package issue...

2011-01-28 Thread Adam Gibbins
On 28 January 2011 16:52, Peter Berghold wrote: > This one has me scratching my head. Simply enough I have the following in > one of my manifests: > > package { postgresq1: ensure => latest } > > I checked with the Debian site to ensure that I had the correct package > name, puppetd did its th

Re: [Puppet Users] puppetlabs.com down?

2010-12-12 Thread Adam Gibbins
On Mon, Dec 13, 2010 at 3:17 AM, John Warburton wrote: > It seems it isn't me - > http://downforeveryoneorjustme.com/www.puppetlabs.com > Seems to be up now. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to

Re: [Puppet Users] Re: Puppet replaces deleted files

2010-11-29 Thread Adam Gibbins
On Mon, Nov 29, 2010 at 3:54 PM, Mohit Chawla wrote: > On Mon, Nov 29, 2010 at 9:21 PM, ZipKid wrote: > >> You should propably package these files. Then you will not have this >> problem. >> The replace option for the file type is NOT intended for what you are >> trying. >> > > Sorry for barging

Re: [Puppet Users] DEPRECATION WARNING

2010-11-21 Thread Adam Gibbins
On Sun, Nov 21, 2010 at 6:15 PM, Markus Falb wrote: > On 18.11.10 21:17, CraftyTech wrote: > > Hello All, > > > > Is there a way of suppressing DEPRECATION WARNINGS? Ever since I > > upgraded rails, I keep on getting deprecation warnings that I run > > puppetd. Is there any way of turning

[Puppet Users] Re: monitoring puppet

2009-12-22 Thread Adam Gibbins
via nagios: /usr/lib/nagios/plugins/check_file_age -f /var/lib/puppet/state/ state.yaml -w 5400 -c 7200 On Dec 17, 4:34 am, "Sukh Khehra" wrote: > Hi, > > I was wondering what people out there are doing to monitor puppetd in > large environments. I'd love to hear what the best practices are aroun

[Puppet Users] Puppet, Mongrel, Apache and Debian

2009-08-26 Thread Adam Gibbins
Hi all, I've recently set all of our servers up with puppet, which for the majority has been working perfectly. Last week I had to disable puppet on all machines as I stupidly overloaded webrick so much and no requests were ever getting processed. My puppetmaster was previously setup for testin