Skip to content

Instantly share code, notes, and snippets.

@kbarber
Created January 27, 2014 17:09
Show Gist options
  • Save kbarber/8652828 to your computer and use it in GitHub Desktop.
Save kbarber/8652828 to your computer and use it in GitHub Desktop.
root@puppetdb1:~# puppet agent -t
Info: Retrieving plugin
Info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/root_home.rb
Info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/puppet_vardir.rb
Info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/pe_version.rb
Info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
Info: Loading facts in /etc/puppet/modules/concat/lib/facter/concat_basedir.rb
Info: Loading facts in /etc/puppet/modules/firewall/lib/facter/ip6tables_version.rb
Info: Loading facts in /etc/puppet/modules/firewall/lib/facter/iptables_version.rb
Info: Loading facts in /etc/puppet/modules/firewall/lib/facter/iptables_persistent_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/ip6tables_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/concat_basedir.rb
Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb
Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
Info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/iptables_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/iptables_persistent_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
Info: Caching catalog for puppetdb1.vm
Info: Applying configuration version '1390842443'
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install asdfasdf' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package asdfasdf
Error: /Stage[main]/Main/Package[asdfasdf]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install asdfasdf' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package asdfasdf
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install asdfasdf' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package asdfasdf
Error: /Stage[main]/Main/Package[asdfasdf]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install asdfasdf' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package asdfasdf
Notice: foo
Notice: /Stage[main]/Main/Notify[foo]/message: defined 'message' as 'foo'
Notice: mymessage
Notice: /Stage[main]/My_foo/Notify[asdfasdfasdf]/message: defined 'message' as 'mymessage'
Warning: Puppet::Util::SUIDManager.run_and_capture is deprecated; please use Puppet::Util::Execution.execute instead.
(at /etc/puppet/modules/postgresql/lib/puppet/provider/postgresql_psql/ruby.rb:64:in `run_sql_command')
Notice: Finished catalog run in 21.34 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment