Re: [Puppet Users] How to use define type or variables

2016-01-04 Thread Lowe Schmidt
Can you please provide the error messages you get. -- Lowe Schmidt | +46 723 867 157 On 29 December 2015 at 06:45, wrote: > Hi, > > I am new to puppet and I am trying to write a module to manage user > .bashrc files. I managed to place the file to the desired location with > following code for

[Puppet Users] How to use define type or variables

2015-12-29 Thread linux . shell29
Hi, I am new to puppet and I am trying to write a module to manage user .bashrc files. I managed to place the file to the desired location with following code for 1 user because the username is hardcoded. However, I tried different ways to manage the file for 10 different users using variables