Created
May 4, 2013 00:42
-
-
Save deviantintegral/5515439 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
# cd /tmp/vagrant-puppet/manifests && FACTER_nfs_www='192.168.100.1:/Users/andrew/vagrant/projects/rome/www' FACTER_apt_proxy='http://192.168.31.42:3142' FACTER_project='rome' puppet apply --modulepath '/etc/puppet/modules:/tmp/vagrant-puppet/modules-0' site.pp --detailed-exitcodes -v | |
info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/facter_dot_d.rb | |
info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/puppet_vardir.rb | |
info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/root_home.rb | |
warning: notify is a metaparam; this value will inherit to all contained resources | |
info: Applying configuration version '1367627933' | |
notice: /Stage[main]/Rome::Apache/Pear::Package[drush]/Package[pear-pear.drush.org-drush]/ensure: ensure changed '5.9.0' to '6.0.0' | |
info: FileBucket got a duplicate file {md5}c7bc6386a8d56e24b231d0b224969468 | |
info: /Stage[main]/Rome::Apache/File[/etc/php5/apache2/conf.d/custom.ini]: Filebucketed /etc/php5/apache2/conf.d/custom.ini to puppet with sum c7bc6386a8d56e24b231d0b224969468 | |
notice: /Stage[main]/Rome::Apache/File[/etc/php5/apache2/conf.d/custom.ini]/content: content changed '{md5}c7bc6386a8d56e24b231d0b224969468' to '{md5}b6038be9d1f5a22f25d693a07ab4e5f4' | |
info: /Stage[main]/Rome::Apache/File[/etc/php5/apache2/conf.d/custom.ini]: Scheduling refresh of Service[apache2] | |
notice: Finished catalog run in 70.04 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment