Issue #20176 has been reported by Joshua Hoblitt.

----------------------------------------
Feature #20176:  puppet describe <type> should indicate which providers are 
avaiable via confines for the local system
https://projects.puppetlabs.com/issues/20176

* Author: Joshua Hoblitt
* Status: Unreviewed
* Priority: Normal
* Assignee: 
* Category: documentation
* Target version: 
* Affected Puppet version: 3.1.1
* Keywords: 
* Branch: 
----------------------------------------
It would be helpful for `puppet describe` output to indicate which provider(s) 
(if any) are available on the local platform.  This suggestion is consensus of 
the Extending Puppet using Ruby Training: Boston.

Here's what puppet 3.1.0 on Fedora 18 lists for the user type.

    $ puppet describe user | tail -4
    Providers
    ---------
        aix, directoryservice, hpuxuseradd, ldap, pw, user_role_add, useradd,
        windows_adsi

A mock of what output that marks available providers might look like:

    Providers (* indicates local availability)
    ---------
        aix,
        directoryservice,
        hpuxuseradd,
        ldap,
        pw,
        user_role_add
        useradd[*],
        windows_adsi


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

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


Reply via email to