[Puppet Users] Re: Role-based puppet

2013-10-26 Thread Steven Jonthen
Ok thanks! That helps me a lot! I'll do research on your hints and come back if I've questions. Thanks a lot! -- 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

[Puppet Users] Puppet 3.3.1: custom function change requires restart of puppetmaster

2013-10-26 Thread Sergey Arlashin
Hi! I've spent quite a while before I understood that for Puppet to see changes in custom functions' code Puppetmaster needs to be restarted. Is this a normal behaviour or may be it's a bug ? -- Best regards, Sergey Arlashin -- You received this message because you are subscribed to the

[Puppet Users] Re: Role-based puppet

2013-10-26 Thread Steven Jonthen
I've a question: What does this mean/how is this realized?: '::role::somerole' Is this a module or a manifest? What is role and what somerole? How does the content look like and where do I have to create it? Can you give me an example? -- You received this message because you are subscribed

Re: [Puppet Users] Best practice to manage multi-OS for the same module?

2013-10-26 Thread Jason Antman
Aurélien, I'm a fan of the params.pp pattern, as is used in a lot of puppetlabs' own modules. Most of the current modules use parameterized classes, so if you're using a less-capable ENC (like the current Puppet Dashboard / Console, ironically) you'll need to write wrapper classes. To see what