Re: [Puppet Users] Specifying Puppet Modules For EC2 Instances

2012-05-16 Thread Bill Fraser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I recommend reading Mathias Gug's blog posts about Puppet support for UEC/EC2 in Ubuntu images, as it describes in detail the process you're working through. http://ubuntumathiaz.wordpress.com/2010/03/24/using-puppet-in-uecec2-puppet-support-in-ubuntu

Re: [Puppet Users] Puppet updated yum packages without logging?

2012-07-26 Thread Bill Fraser
red. As for why they did and why nothing was logged .. that I don't know. Regards, Bill Fraser System Administrator Pythian On 12-07-26 10:37 AM, Matthew Barr wrote: > We just saw an interesting scenario: Puppet 2.7.18 updated packages > on a RHEL 6.2 box to a newer version without loggin

Re: [Puppet Users] collect facter output of puppet client remotely from the puppetmaster

2012-09-21 Thread Bill Fraser
On 12-09-20 10:36 PM, Hiu wrote: > hi all, > > I would like to gather for the information that facter -p from the puppet > client from a puppet master. How can i do it? thanks! > Hi, Fact data of managed nodes is available in YAML format in the following directory on the Puppet master: /var/l

Re: [Puppet Users] Using Exported Resources in nginx loadbalancer conf

2012-09-25 Thread Bill Fraser
Hi Jon, I have seen something similar done with Puppet Labs' haproxy module: https://github.com/puppetlabs/puppetlabs-haproxy Essentially the balancer members export information about themselves (hostname, port, listening service, etc) which is collected by a balancer server. The configuration i

Re: [Puppet Users] Puppet Dashboard inventory search problems.

2012-10-05 Thread Bill Fraser
Sounds like this bug: http://projects.puppetlabs.com/issues/14974 On 12-10-05 10:22 AM, llowder wrote: > I'm using Dashboard 1.2.10 on an Ubuntu 10.04 LTS system, and Puppet 2.7.19 > > When I do an inventory search, I get a blank screen. > > In the logs, I found the following: > > Processing N

Re: [Puppet Users] Searching for Nodes

2013-01-24 Thread Bill Fraser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brian, The use case you are describing lends itself toward making use of stored configuration and exported resources. http://docs.puppetlabs.com/guides/exported_resources.html http://projects.puppetlabs.com/projects/1/wiki/Using_Stored_Configurat

Re: [Puppet Users] exec in a source file?

2013-05-30 Thread Bill Fraser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stan, You could try setting refreshonly to 'true' in the exec, that way it will only run when the /etc/fstab file it is subscribed to changes. However, I don't know if this will work as you're only ensuring the file is present. http://docs.puppetl

Re: [Puppet Users] exec in a source file?

2013-05-30 Thread Bill Fraser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stan, You could try setting refreshonly to 'true' in the exec, that way it will only run when the /etc/fstab file it is subscribed to changes. However, I don't know if this will work as you're only ensuring the file is present. http://docs.puppetl

Re: [Puppet Users] masterless puppet agent metrics, status reporting via ELK stack

2014-08-07 Thread Bill Fraser
Hi Walid, I *think* this may be what you're looking for: https://github.com/logstash/puppet-logstash-reporter It is a Puppet report handler that sends event and metric details of agent runs to Logstash via TCP input. See the following page for more information about the various metrics that are