Created
April 18, 2013 19:13
-
-
Save midacts/5415455 to your computer and use it in GitHub Desktop.
This file contains 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
puppet module install puppetlabs/stdlib | |
Preparing to install into /etc/puppetlabs/puppet/modules ... | |
Downloading from http://forge.puppetlabs.com ... | |
Installing -- do not interrupt ... | |
/etc/puppetlabs/puppet/modules | |
âââ puppetlabs-stdlib (v4.0.2) | |
THEN | |
puppet agent -t | |
err: Could not retrieve catalog from remote server: Error 400 on SERVER: The fact named fact_stomp_server does not appear to be a valid hostname. The value of '' does not match '^[a-zA-Z0-9.-]+$'. A common cause of this problem is running puppet agent as a normal user instead of root, or the fact is missing from /etc/puppetlabs/facter/facts.d/puppet_installer.txt. This fact is required. This UUID should help Google find this error: CA149CCB-0F9E-4208-BC29-18E3AF07CADF at /opt/puppet/share/puppet/modules/pe_mcollective/manifests/params.pp:3 on node puppet.midacts.local | |
warning: Not using cache on failed catalog | |
err: Could not retrieve catalog; skipping run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment