Displaying 3 results from an estimated 3 matches for "puppetredhatcentos".
2010 Jan 28
3
Problem in Setting User Password
...ensure => present,
password => $password,
}
when i run the client it gives following message;
''Provider useradd does not support features manages_passwords; not
managing attribute password''
I have read this;
http://reductivelabs.com/trac/puppet/wiki/PuppetRedHatCentos
However, libshadow package (libshadow.so) is in /usr/local/libshadow
directry.
can anyone help me out please!
--
M. Haris Farooque
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@go...
2008 May 16
3
virtual sprawl - managing password changes
We are using the free VMware Server on CentOS 4. Almost all of our VMs
are CentOS 4 as well. We have 7 VMware hosts with about 40 total
virtual machines. It's been a very successful architecture for us.
I'm wondering how the rest of the community is managing updates of
root (and other local account) passwords in a virtual sprawl
environment (or a physical environment with lots of hosts).
2008 May 20
13
puppet thinks yum fails when it doesn't
Hi all,
Not sure if this is a bug in puppet, yum, or just something I''m doing wrong.
I''m trying to use puppet to update a package to a particular version and exec
a command when that update is applied.
The problem is, puppet calls yum which successfully updates the package, but
puppet then thinks the update has failed and hence doesn''t trigger the exec.
Next