Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- joseph@Josephs-iMac:~/vagrant/projects/aegir-plato2$ vagrant provision
- [aegir-up1] Running provisioner: Vagrant::Provisioners::Puppet...
- [aegir-up1] Running Puppet with /tmp/vagrant-puppet/manifests/site.pp...
- stdin: is not a tty
- notice: Scope(Class[Aegir_up]):
- Running Puppet manifests to install and/or update Aegir.
- This may take awhile, so please be patient.
- For more detail on the operations being run, edit settings.rb,
- and set 'verbose = 1'.
- err: /Stage[main]/Aegir_up/Group[aegir group]/gid: change from 109 to 20 failed: Could not set gid on group[aegir]: Execution of '/usr/sbin/groupmod -g 20 aegir' returned 4: groupmod: GID '20' already exists
- notice: /Stage[main]/Aegir_up/User[aegir user]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir_up/User[aegir user]: Skipping because of failed dependencies
- notice: DEPRECATION NOTICE: Files found in modules without specifying 'modules' in file path will be deprecated in the next major release. Please fix module 'apt' when no 0.24.x clients are present
- notice: /Stage[main]/Aegir::Login_link/Exec[login link]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Login_link/Exec[login link]: Skipping because of failed dependencies
- notice: /Stage[main]/Aegir::Queue_runner/Drush::Dl[hosting_queue_runner]/Exec[drush-dl-hosting_queue_runner]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Queue_runner/Drush::Dl[hosting_queue_runner]/Exec[drush-dl-hosting_queue_runner]: Skipping because of failed dependencies
- notice: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Skipping because of failed dependencies
- notice: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Skipping because of failed dependencies
- notice: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Skipping because of failed dependencies
- notice: Finished catalog run in 0.47 seconds
- The following SSH command responded with a non-zero exit status.
- Vagrant assumes that this means the command failed!
- cd /tmp/vagrant-puppet/manifests && FACTER_fqdn='' FACTER_username='joseph' FACTER_git_name='Joseph Leon' FACTER_git_email='joseph@poeticsystems.com' FACTER_uid='1029' FACTER_gid='20' FACTER_aegir_user='aegir' FACTER_aegir_root='/var/aegir' FACTER_aegir_user_exists='true' FACTER_aegir_version='6.x-1.9' puppet apply --modulepath '/tmp/vagrant-puppet/modules-0:/tmp/vagrant-puppet/modules-1' /tmp/vagrant-puppet/manifests/site.pp --detailed-exitcodes || [ $? -eq 2 ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement