Re: [Puppet Users] how to use optional parameters

2011-10-07 Thread Dominik Zyla
On 10/08/2011 12:28 AM, maillis...@gmail.com wrote: New to puppet and I just don't understand how to do this. Apologies in advance if it's a dumb question. Let's say I have a module called httpd and inside that is a class called httpd::service, which accepts a couple of parameters: class httpd

[Puppet Users] how to use optional parameters

2011-10-07 Thread maillists0
New to puppet and I just don't understand how to do this. Apologies in advance if it's a dumb question. Let's say I have a module called httpd and inside that is a class called httpd::service, which accepts a couple of parameters: class httpd::service ( $running = 'running', $enabled