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