On Tue, Jul 27, 2010 at 4:42 PM, krisread <[email protected]> wrote:

> New to Puppet, heard about it for the first time at OSCON.
>
> Two quick questions:
>
> 1.  Is there a web interface?   This is really key to our company
> since we have some dev/ops people but also some customer service
> people (not command-line savvy) who need to do things.
>

the Puppet Dashboard will be able to support rbac rules in the near future
to support this use case.


> 2.  Does it just manage server configuration or could I write custom
> extensions or modules to do things like list all of our customers who
> have accounts on a server,


try:
>ralsh user
this command lists all users on a machine


> add/remove customers from our database,
>

this can be supported, but you will probably have to write your own
types/providers


> enable/disable logins to our web app, etc?


as long as this can be scripted, it can be done with puppet.


> These would be more like
> "business operations" not "it/server management operations".
>
> -K.R.
>
>
> --
> 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]<puppet-users%[email protected]>
> .
> 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 [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