Skip to content

Instantly share code, notes, and snippets.

@synthead
Created November 15, 2012 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save synthead/4081541 to your computer and use it in GitHub Desktop.
Save synthead/4081541 to your computer and use it in GitHub Desktop.
# puppet agent -t
Info: Retrieving plugin
Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb
Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class swftools for gitrdun on node gitrdun
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
node default {
include
'swftools'
}
class swftools {
package { 'swftools':
ensure => installed
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment