Re: [Puppet Users] Automate puppet agent runs

2012-08-21 Thread Mike Carr
I could, except the app will live outside the puppet master, I could store the certs on nfs though...humm... On Monday, August 20, 2012 1:05:55 PM UTC-7, Christopher Wood wrote: > > On Mon, Aug 20, 2012 at 12:40:11PM -0700, Mike Carr wrote: > >I feel embarrased, I was on that

Re: [Puppet Users] Automate puppet agent runs

2012-08-20 Thread Mike Carr
> On Mon, Aug 20, 2012 at 11:48:44AM -0700, Mike Carr wrote: > >We are building a system that has a front end for a user to request a > >host, the use can select what they want on the host. Our application > will > >build/apply the correct profiles, we would

[Puppet Users] Automate Agent Runs

2012-08-20 Thread Mike Carr
We are building a system that has a front end for a user to request a host, the use can select what they want on the host. Our application will build/apply the correct profiles, we would then like to trigger the agent to check-in. Our app is current written in Groovy so a REST API would be grea

[Puppet Users] Automate puppet agent runs

2012-08-20 Thread Mike Carr
We are building a system that has a front end for a user to request a host, the use can select what they want on the host. Our application will build/apply the correct profiles, we would then like to trigger the agent to check-in. Our app is current written in Groovy so a REST API would be grea

Re: [Puppet Users] Extending Puppet Woes

2012-08-11 Thread Mike Carr
Awesome, thanks! Is this a feature of Ruby or Puppet? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/H5Mk5syctXEJ. To post to this group, send email to pu

[Puppet Users] Extending Puppet Woes

2012-08-10 Thread Mike Carr
I am looking to extend one of the puppet modules -"mysql". I found that they are extending Puppet with types and providers. First off I am having a difficult time find any documentationo on this and I do not know Ruby that well. The problem that I am having is this, I have the following code: P