Hey Mike! I suspect that what you see is the result of modifying your basemodulepath or overriding your modulepath in an environment.conf file. They should be set something like the following:
root@master:~ # puppet master --configprint basemodulepath /etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules root@master:~ # puppet master --configprint modulepath /etc/puppetlabs/code/environments/production/modules:/etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules Hope that helps you track it down! On Monday, January 25, 2016 at 7:45:25 AM UTC-8, mike r wrote: > > Hey all, Im running PE 4.1, master is Ubuntu 14, trying to push out an > agent for Centos and Ubuntu 12, using the curl -k script > > Problem is on my console, PE Masters classes, I dont see any pe_repo:: > options to add additional agent installers, > > > the only classes I see are my standard modules, I dont see the out of box > pe_ classes. I noticed that all my pe_ classes were marked for deletion > for some reason. Not sure how to set it back so it shows pe_rep:: and other > classes. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/8aedf698-1d49-4b3f-a5a7-b755eaed9da6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
