[Puppet Users] best practice for user profile modification

2011-09-04 Thread dieterdm
Hello, i am working on several modules for setting up a development workstation. These modules sometimes need to modify the user profile by adding variables or modifying existing variables like PATH. What would be the best practice for going about this? Maybe have a separate module for manipulat

Re: [Puppet Users] chaining resources problem

2011-08-17 Thread dieterdm
Hi, Thanks for the replies... Currently, I made it work using stages. But I'll try the approach of putting my resource chaining at the bottom and let you know if it works... Regards. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view th

[Puppet Users] chaining resources problem

2011-08-14 Thread dieterdm
Hello, I have a module that includes several other modules to setup a developer workstation. Several classes have to run according to a predefined order so I'm using resource chaining for this. But the problem is that a certain module I include follows the principles of Example42 's Puppet modu