Last active
August 29, 2015 14:23
-
-
Save fiddyspence/d68376ab5b08e1884124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@acceptance production]# puppet agent -t | |
Info: Retrieving pluginfacts | |
Info: Retrieving plugin | |
Info: Loading facts | |
Info: Caching catalog for acceptance.puppetdonkeymoth.com | |
Info: Applying configuration version 'production-$(hostname -f)' | |
Notice: Applied catalog in 0.15 seconds | |
Error: Could not send report: Error 400 on SERVER: Could not autoload puppet/reports/componentstacklastused: no such file to load -- cudlsearch | |
[root@acceptance production]# puppet agent --configprint libdir | |
/opt/puppetlabs/puppet/cache/lib | |
[root@acceptance production]# puppet master --configprint libdir | |
/opt/puppetlabs/server/data/puppetserver/lib | |
[root@acceptance production]# locate componentstacklastused.rb | |
/opt/puppetlabs/puppet/cache/lib/puppet/reports/componentstacklastused.rb | |
/platform/components/compass_deployment_automation/cda_base/0.4.54/modules/cdalib/lib/puppet/reports/componentstacklastused.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment