[Puppet Users] Re: updating user passwords with puppet

2009-04-02 Thread nick . maystrenko
On Fri, 03 Apr 2009 02:49:18 -, Sebastian Krueger wrote: Hi Sebastian, its my type of "any help")). I think that puppet developers did right thing and we cant hold in puppet *.pp files clear passwords. There is no place in system for clear passwords. In your situation, i think, there is

[Puppet Users] Re: exec issue

2009-03-20 Thread nick . maystrenko
On Fri, 20 Mar 2009 17:32:12 +0500, Mike Renfro wrote: YUPI! SOLVED That variant is ok! exec { "/usr/bin/chpass -p '\$1\$HvjTWzzz\$jF.G/mEbh7IOtpCdUPUTO1' pt_":} Thank everybody who helps me. > > nick.maystre...@gmail.com wrote: >> On Fri, 20 Mar 2009 06:18:42 +0500, jrojas >> wrote: >> Am

[Puppet Users] Re: exec issue

2009-03-19 Thread nick . maystrenko
On Fri, 20 Mar 2009 06:18:42 +0500, jrojas wrote: Am I understand you right? I must exec this string "/usr/bin/chpass -p \$1\$HvjTWzzz\$jF.G/mEbh7IOtpCdUPUTO1 pt_" If yes, so it is not work(( PS This is my "new" config string which NOT working as I want: exec { "/usr/bin/chpass -p \$1\$HvjTW

[Puppet Users] Re: exec issue

2009-03-19 Thread nick . maystrenko
On Thu, 19 Mar 2009 18:11:25 +0500, Mike Renfro wrote: This will change root passsword))) > > nmay wrote: > >> When I adds this (exec { "/usr/bin/chpass -p $1$HvjTWzzz$jF.G/ >> mEbh7IOtpCdUPUTO1 pt_":}) in configs so that I`ll have in logs: debug: >> Executing '/usr/bin/chpass -p $1$HvjTWzzz$jF.G

[Puppet Users] Re: problem changing group membership for linux users

2009-03-01 Thread nick . maystrenko
On Mon, 02 Mar 2009 05:50:42 -, Sebastian Krueger wrote: > Hi Nick, > > I've added in the membership => inclusive part but it's still trying to > reassign the groupmembership all the time. > > Regards, Sebastian. > > On Mon, Mar 2, 2009 at 10:39 PM, wrote: > >> >> On Mon, 02 Mar 2009 03:4

[Puppet Users] Re: problem changing group membership for linux users

2009-03-01 Thread nick . maystrenko
On Mon, 02 Mar 2009 03:46:55 -, Sebastian Krueger wrote: > Hi list, > > I want the ensure that the eaiadmin user is always a member of the users > group. I use the following configuration: > > class baseusers { > include virt_groups, virt_users > > realize( > Group["eaiadmi