Hey there,
I recently updated to 2.6.
Part of puppet's assignment is to manage users and their passwords.
Since the update every puppetrun reports that passwords for every user
were created although they've already been set in previous runs.

debug: User[root](provider=useradd): Executing '/usr/sbin/usermod -p
imagine-encrypted-password
root'
notice: /Stage[main]/Allgemein::User/User[root]/password: created
password

user {"root":
                ensure  => present,
                uid     =>
"0",
                password => 'imagine-encrypted-
password',
                gid     =>
"0",
                comment => "Root $hostname",
                home    => "/root",
                shell   => "/bin/bash"
        }

I don't know if it's default behaviour since 2.6 but in 0.25.4
passwords were only created once.
Is this worth a bug report or just a problem with my manifest?

I'm using OpenSuse 11.3 and as you can see the provider used is
useradd.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to