[Puppet Users] Re: puppet master on the internet

2013-04-28 Thread Klavs Klavsen
Well - as everything else - there can be security issues, where the SSL cert check won't help you: https://puppetlabs.com/security/cve/cve-2013-1640/ So you should definetely be careful - Puppet is very young, compared to apache, openssh and others that have been internetfacing for many, many

[Puppet Users] Re: Design pattern for exported resources from EC2 autoscaled instances

2013-04-28 Thread Shiva Narayanaswamy
Thanks for your replies. mco is the solution I like. However AWS doesnt allow multicast, and hence I figured I cannot succesfully cluster glassfish or tomcat in AWS! On Monday, April 22, 2013 9:31:57 AM UTC+10, Shiva Narayanaswamy wrote: > > My setup has an EC2 autoscaling group of clustered gl

[Puppet Users] Please Help with HAProxy + Puppet

2013-04-28 Thread max . bridgewater
Hi, I am trying to get HAProxy running. I have the puppet master setup serving configurations to two agents. One is the HAproxy server and the other is a simple web server (certname=webserver2). HAproxy is being deployed by puppet on the proxy server as expected. But the generated HAProxy conf

[Puppet Users] Re: Learning puppet: how to use a module?

2013-04-28 Thread Ellison Marks
>From the puppet apply man page: When provided with a modulepath, via command line or config file, puppet apply can effectively mimic the catalog that would be served by puppet master with access to the same modules, although there are some subtle differences. When combined with scheduling an

Re: [Puppet Users] puppet master on the internet

2013-04-28 Thread Peter Brown
On 28 April 2013 19:48, Alberto Besana wrote: > We're about to run a bunch (< 50) machines scattered around a (physical) > town and using a machine with a public IP to recover logs and report. We > can not change this setting: it's a kind of experiment and it will last few > weeks. > > Have anyon

Re: [Puppet Users] can puppet agent use 2 independent puppet master ?

2013-04-28 Thread Peter Brown
On 27 April 2013 18:32, Alex Leonhardt wrote: > Hi all, > > I havent seen a similar post, so thought I'd ask - > There have actually been quite a few people asking this very thing. Is it possible to make a puppet agent use 2 different puppet masters ? E.g. > I want to use 1 master to do basic c

Re: [Puppet Users] using a "test" within an if in a manifest

2013-04-28 Thread Denmat
Hi, No, not directly. Compilation takes place on the master and so that is where these tests would run. What you need is a fact or use an exec. The fact will tell the master what the client has; an exec will run on the client where the test will execute. Cheers, Den On 26/04/2013, at 3:50, K

[Puppet Users] removing hosts from puppet-monitor (example42)

2013-04-28 Thread Andreas Hilboll
Hi, I'm using the Example42 modules with the built-in monitoring capabilities. How do I remove a host? I deleted a host which was managed with the Example42 monitoring enabled. Since I removed the host (i.e. switchced it off), I get warnings that it is not available from my Icinga installation. I

[Puppet Users] puppet master on the internet

2013-04-28 Thread Alberto Besana
We're about to run a bunch (< 50) machines scattered around a (physical) town and using a machine with a public IP to recover logs and report. We can not change this setting: it's a kind of experiment and it will last few weeks. Have anyone experience about safety issues trying to run a puppet

[Puppet Users] Learning puppet: how to use a module?

2013-04-28 Thread Leonard Ehrenfried
Hi, I'm currently learning puppet but I have come across something which I can't figure out from the docs. I have a rails app, which needs a few Ubuntu packages installed to work. Some of those come from a PPA, which is a non-standard repository, which needs to be added to the list of repos. I