On Wed, Jun 6, 2012 at 10:00 AM, Ryan Coleman <r...@puppetlabs.com> wrote:
> On Wed, Jun 6, 2012 at 8:39 AM, Berry Sizemore <berry.sizem...@gmail.com> 
> wrote:
>> Does it matter that it is a core class that comes with Puppet Enterprise?
>
> Nope. That's a just a module that comes pre-deployed to a portion of
> the modulepath. Try `puppet module list --tree` or `puppet config
> print modulepath` and make sure that you have a pe_accounts module in
> /opt/puppet/share/puppet/modules (that path should be in your
> modulepath as well).

A really good way to troubleshoot this issue is to paste the following
two commands to the list:

(On the puppet master)

$ sudo puppet master --configprint modulepath
$ sudo find /opt/puppet/share/puppet/modules -iname '*.pp'

Ryan's intuition is correct, this is probably a module path issue.

-Jeff

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to