Skip to content

Instantly share code, notes, and snippets.

@mrzarquon
Created November 8, 2012 23:46
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 mrzarquon/4042676 to your computer and use it in GitHub Desktop.
Save mrzarquon/4042676 to your computer and use it in GitHub Desktop.
Puppet Upgrade
[root@centos63a vagrant]# puppet --version
2.7.12 (Puppet Enterprise 2.5.3)
[root@centos63a vagrant]# puppet agent -t
info: Retrieving plugin
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_version.rb
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables.rb
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/root_home.rb
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/win_common_desktop_directory.rb
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/concat_basedir.rb
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/facter_dot_d.rb
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/puppet_vardir.rb
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/os_maj_version.rb
info: Caching catalog for centos63a
info: Applying configuration version 'bbd30e08de85f9a04276365b008b07cf7f49140f'
notice: /Stage[main]/Pe_agent/File[/opt/puppet/bin/PUPPET_bootstrap]/ensure: defined content as '{md5}41ea7acf7a670e1e9e8befde4eca41c7'
notice: /Stage[main]/Pe_agent/Exec[puppet_bootstrap]/returns: executed successfully
info: Current PE version '2.5.3' is not at desired version '2.6.1', upgrade initiating
info: /Stage[main]/Pe_agent/Notify[Upgrade Status]/message: defined 'message' as 'Current PE version '2.5.3' is not at desired version '2.6.1', upgrade initiating'
notice: Finished catalog run in 1.63 seconds
[root@centos63a vagrant]# puppet --version
2.7.19 (Puppet Enterprise 2.6.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment