Re: [Puppet Users] puppet and CI

2013-08-03 Thread Stephen Brown II
I'd suspect that you're also building the catalog each Jenkins run, rather than simply syntax checking things? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to p

[Puppet Users] Re: Verify variable value and set to default param if out of range?

2013-07-30 Thread Stephen Brown II
5.5' >} > > # when we call the class maria with version parameter it set the $version > value to passed value (here 5.3) >class {"maria": > $version => '5.3' >} > > # when we call the class maria without version parameter

[Puppet Users] Verify variable value and set to default param if out of range?

2013-07-29 Thread Stephen Brown II
Greetings all, I have a feeling I'm trying to be a bit too clever for my own good, or making the mistake of treating the declarative language as a procedural. But at any rate, here is my issue. I would like to set up a params class ( in the style of http://docs.puppetlabs.com/guides/parameteri

[Puppet Users] Re: a different ssh::auth problem

2013-07-29 Thread Stephen Brown II
Greetings, I'm also new to puppet, but the documentation is basically informing you about the way puppet modules are laid out. From the Puppet documentation ( http://docs.puppetlabs.com/puppet/3/reference/modules_fundamentals.html): On disk, a module is simply a directory tree with a specific, pr