> but cannot find puppet samples, where a user can get permissions to create
> a VM SnapShot, and also revert it, without having root access, or admin
> rights.

I would consider 2 possible approaches:
1. You have to get a restricted user created by a VMware administrator.
2. You consider creating a "push service" to have this done.

"push service": I can't think of a better name, but you basically
create a service with admin/root access that scans maybe a particular
directory.  Your puppet scripts, for example, simply drop a file that
special directory.  Your service scans this directory regularly and
takes the appropriate action(s).  The file could contain a name and an
action: "vm_foo":"create_snapshot".  This would be enough information
for the service to act accordingly.

Marco

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to