On Mon, Apr 19, 2010 at 12:42 PM, Sukh Khehra <skhe...@proofpoint.com> wrote:
> I have a need to audit user accounts on all of my puppet clients.
> Essentially, I need to collect the password and shadow file from all of my
> clients to one central location and analyze them. How would someone do this
> using puppet. Is there any mechanism to ship files to the master from the
> client? From the recent Fabric vs ControlTier thread, it sounds like people
> end up using other tools to do stuff like this but I was wondering if I can
> use puppet for this…

There is a backup facility, though it's probably not want you want in
this case.   Currently it's not highly instrumented for combing
through backups and finding what you want to look at, and stores
things
named after md5sums.

http://docs.reductivelabs.com/guides/types/file.html

You could use Puppet to execute something like rdiff-backup ?

>
>
>
> Another, unrelated, question I have is regarding tags. Can I do “puppetrun
> --host <hostA> --tags <classA>” if classA is not otherwise assigned to
> hostA?

Tags are really not about classes, tags are a seperate concept.
--tags means "run resources tagged with this value".

Puppetrun is due for some upgrades -- though these are going to wait a
bit in priority behind some other things, as we're doing a lot of
improvements
to the way the internals of the catalog/etc behave and want to make a
puppetrun that works well with multiple sources of node information,
rather than just
LDAP, which it does now.

>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to