So.. I am evaluating Puppet Enterprise 2.5. I was messing with Live Management and I cloned a user account to all my nodes instead of just one. This overwrote the account settings on all my Solaris and SUSE with the account data from a RHEL server. I''d like to know how I would undo this, please. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/bFlN11NuA3sJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I''m not aware of any undo functions in Puppet. I think the only thing you can do is do create a proper user configuration for your Suse and Solaris boxes and let Puppet fix it. Bernd Von: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] Im Auftrag von root Gesendet: Dienstag, 17. April 2012 20:55 An: puppet-users@googlegroups.com Betreff: [Puppet Users] Undo So.. I am evaluating Puppet Enterprise 2.5. I was messing with Live Management and I cloned a user account to all my nodes instead of just one. This overwrote the account settings on all my Solaris and SUSE with the account data from a RHEL server. I''d like to know how I would undo this, please. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/bFlN11NuA3sJ. To post to this group, send email to puppet-users@googlegroups.com<mailto:puppet-users@googlegroups.com>. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com<mailto:puppet-users+unsubscribe@googlegroups.com>. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- 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@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
If you''re really really lucky you can look in ${vardir}/clientbucket on
an Agent (usually /var/lib/puppet/clientbucket) and ${vardir}/bucket on
the Master. They are backup directories of files that Puppet replaces,
keyed on the MD5 sum of the file. Unfortunately I don''t think the User
providers file bucket /etc/passwd and /etc/shadow though, but you can
always check.
You''re only other option is to Bernd''s suggestion of Puppetify
the
Solaris and SUSE versions of the account and change them back.
On 18/04/12 07:58, Bernd Adamowicz wrote:>
> I''m not aware of any undo functions in Puppet. I think the only
thing
> you can do is do create a proper user configuration for your Suse and
> Solaris boxes and let Puppet fix it.
>
> Bernd
>
> *Von:*puppet-users@googlegroups.com
> [mailto:puppet-users@googlegroups.com] *Im Auftrag von *root
> *Gesendet:* Dienstag, 17. April 2012 20:55
> *An:* puppet-users@googlegroups.com
> *Betreff:* [Puppet Users] Undo
>
> So.. I am evaluating Puppet Enterprise 2.5. I was messing with Live
> Management and I cloned a user account to all my nodes instead of just
> one. This overwrote the account settings on all my Solaris and SUSE
> with the account data from a RHEL server. I''d like to know how I
> would undo this, please.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/bFlN11NuA3sJ.
> To post to this group, send email to puppet-users@googlegroups.com
> <mailto:puppet-users@googlegroups.com>.
> To unsubscribe from this group, send email to
> puppet-users+unsubscribe@googlegroups.com
> <mailto:puppet-users+unsubscribe@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
> --
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
--
Luke Bigum
Information Systems
Ph: +44 (0) 20 3192 2520
luke.bigum@lmax.com | http://www.lmax.com
LMAX, Yellow Building, 1A Nicholas Road, London W11 4AN
FX and CFDs are leveraged products that can result in losses exceeding
your deposit. They are not suitable for everyone so please ensure you
fully understand the risks involved. The information in this email is not
directed at residents of the United States of America or any other
jurisdiction where trading in CFDs and/or FX is restricted or prohibited
by local laws or regulations.
The information in this email and any attachment is confidential and is
intended only for the named recipient(s). The email may not be disclosed
or used by any person other than the addressee, nor may it be copied in
any way. If you are not the intended recipient please notify the sender
immediately and delete any copies of this message. Any unauthorised
copying, disclosure or distribution of the material in this e-mail is
strictly forbidden.
LMAX operates a multilateral trading facility. Authorised and regulated
by the Financial Services Authority (firm registration number 509778) and
is registered in England and Wales (number 06505809).
Our registered address is Yellow Building, 1A Nicholas Road, London, W11
4AN.
--
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@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.
On Apr 18, 3:17 am, Luke Bigum <Luke.Bi...@lmax.com> wrote:> If you''re really really lucky you can look in ${vardir}/clientbucket on > an Agent (usually /var/lib/puppet/clientbucket) and ${vardir}/bucket on > the Master. They are backup directories of files that Puppet replaces, > keyed on the MD5 sum of the file. Unfortunately I don''t think the User > providers file bucket /etc/passwd and /etc/shadow though, but you can > always check.As far as I know, Puppet only filebuckets files managed by File resources. These are potentially irreplaceable otherwise, whereas file modifications performed indirectly via other resource types are -- at least in principle -- undoable by managing the affected resource back to the original state, as Bernd suggests. John -- 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@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
There also could be mcollective logs on the end-points that would tell you what command were run etc. On Wed, Apr 18, 2012 at 6:10 AM, jcbollinger <John.Bollinger@stjude.org> wrote:> > > On Apr 18, 3:17 am, Luke Bigum <Luke.Bi...@lmax.com> wrote: >> If you''re really really lucky you can look in ${vardir}/clientbucket on >> an Agent (usually /var/lib/puppet/clientbucket) and ${vardir}/bucket on >> the Master. They are backup directories of files that Puppet replaces, >> keyed on the MD5 sum of the file. Unfortunately I don''t think the User >> providers file bucket /etc/passwd and /etc/shadow though, but you can >> always check. > > > As far as I know, Puppet only filebuckets files managed by File > resources. These are potentially irreplaceable otherwise, whereas > file modifications performed indirectly via other resource types are > -- at least in principle -- undoable by managing the affected resource > back to the original state, as Bernd suggests. > > > John > > -- > 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@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >-- 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@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.