Skip to content

Instantly share code, notes, and snippets.

@SmellyFish
Created September 21, 2016 07:08
Show Gist options
  • Save SmellyFish/415b2c96deb8099c3cd723f5c790c4f2 to your computer and use it in GitHub Desktop.
Save SmellyFish/415b2c96deb8099c3cd723f5c790c4f2 to your computer and use it in GitHub Desktop.
provisioning error
nmakeyev-ltm:cc-vagrant nmakeyev$ vagrant status
Current machine states:
ccbox not created (virtualbox)
The environment has not yet been created. Run `vagrant up` to
create the environment. If a machine is not created, only the
default provider will be shown. So if a provider is not listed,
then the machine is not created for that environment.
nmakeyev-ltm:cc-vagrant nmakeyev$ vagrant up
Bringing machine 'ccbox' up with 'virtualbox' provider...
==> ccbox: Importing base box 'corecommerce_centos_64'...
==> ccbox: Matching MAC address for NAT networking...
==> ccbox: Setting the name of the VM: cc-vagrant_ccbox_1474441065076_93238
==> ccbox: Clearing any previously set forwarded ports...
==> ccbox: Clearing any previously set network interfaces...
==> ccbox: Preparing network interfaces based on configuration...
ccbox: Adapter 1: nat
ccbox: Adapter 2: hostonly
==> ccbox: Forwarding ports...
ccbox: 80 (guest) => 8080 (host) (adapter 1)
ccbox: 15672 (guest) => 15672 (host) (adapter 1)
ccbox: 5672 (guest) => 5672 (host) (adapter 1)
ccbox: 22 (guest) => 2222 (host) (adapter 1)
==> ccbox: Booting VM...
==> ccbox: Waiting for machine to boot. This may take a few minutes...
ccbox: SSH address: 127.0.0.1:2222
ccbox: SSH username: vagrant
ccbox: SSH auth method: private key
ccbox: Warning: Remote connection disconnect. Retrying...
ccbox: Warning: Remote connection disconnect. Retrying...
ccbox:
ccbox: Vagrant insecure key detected. Vagrant will automatically replace
ccbox: this with a newly generated keypair for better security.
ccbox:
ccbox: Inserting generated public key within guest...
ccbox: Removing insecure key from the guest if it's present...
ccbox: Key inserted! Disconnecting and reconnecting using new SSH key...
==> ccbox: Machine booted and ready!
==> ccbox: Checking for guest additions in VM...
ccbox: The guest additions on this VM do not match the installed version of
ccbox: VirtualBox! In most cases this is fine, but in rare cases it can
ccbox: prevent things such as shared folders from working properly. If you see
ccbox: shared folder errors, please make sure the guest additions within the
ccbox: virtual machine match the version of VirtualBox you have installed on
ccbox: your host and reload your VM.
ccbox:
ccbox: Guest Additions Version: 4.2.16
ccbox: VirtualBox Version: 5.0
==> ccbox: Setting hostname...
==> ccbox: Configuring and enabling network interfaces...
==> ccbox: Mounting shared folders...
ccbox: /vagrant => /Users/nmakeyev/Code/cc/cc-vagrant
ccbox: /root/.ssh => /Users/nmakeyev/.ssh
ccbox: /var/www/custom => /Users/nmakeyev/Code/cc/cc-vagrant/corecommerce/custom
ccbox: /home/vagrant/bin => /Users/nmakeyev/Code/cc/cc-vagrant/bin
ccbox: /etc/puppet/files => /Users/nmakeyev/Code/cc/cc-vagrant/puppet/files
ccbox: /var/www/html/tools => /Users/nmakeyev/Code/cc/cc-vagrant/cc-server/var/www/html/tools
ccbox: /usr/local/cc-server => /Users/nmakeyev/Code/cc/cc-vagrant/cc-server
ccbox: /var/www/corecommerce => /Users/nmakeyev/Code/cc/cc-vagrant/corecommerce/default
ccbox: /etc/puppet/hieradata => /Users/nmakeyev/Code/cc/cc-vagrant/puppet/hieradata
ccbox: /var/www/cc-script-config => /Users/nmakeyev/Code/cc/cc-vagrant/cc-server/cc-script-config
ccbox: /tmp/vagrant-puppet/modules-278b5120a1d999a0c44db38275f57cee => /Users/nmakeyev/Code/cc/cc-vagrant/puppet/modules
ccbox: /tmp/vagrant-puppet/manifests-846018e2aa141a5eb79a64b4015fc5f3 => /Users/nmakeyev/Code/cc/cc-vagrant/puppet/manifests
==> ccbox: Running provisioner: puppet...
==> ccbox: Running Puppet with site.pp...
==> ccbox: Notice: Compiled catalog for localhost.corecommerce.dev in environment production in 8.73 seconds
==> ccbox: Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat]/ensure: created
==> ccbox: Notice: /Stage[main]//File[/etc/postfix/ssl]/ensure: created
==> ccbox: Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin]/ensure: created
==> ccbox: Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin/concatfragments.sh]/ensure: defined content as '{md5}2fbba597a1513eb61229551d35d42b9f'
==> ccbox: Notice: /Stage[main]/Motd/File[/etc/motd]/content: content changed '{md5}a10cc0046a5fad11470513e5f5df9d91' to '{md5}5b15cda95e430dbb3b7b009e8fb96625'
==> ccbox: Notice: /Stage[main]/Motd/File[/etc/motd]/group: group changed 'root' to 'vagrant'
==> ccbox: Notice: /Stage[main]/Rabbitmq::Repo::Rhel/Exec[rpm --import http://www.rabbitmq.com/rabbitmq-signing-key-public.asc]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-debuginfo]/descr: descr changed '' to 'Extra Packages for Enterprise Linux 6 - Testing - x86_64 - Debug'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-debuginfo]/baseurl: baseurl changed '' to 'http://download.fedora.redhat.com/pub/epel/testing/6/x86_64/debug'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-debuginfo]/enabled: enabled changed '' to '0'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-debuginfo]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-debuginfo]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-debuginfo]/failovermethod: failovermethod changed '' to 'priority'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-source]/descr: descr changed '' to 'Extra Packages for Enterprise Linux 6 - x86_64 - Source'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-source]/mirrorlist: mirrorlist changed '' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-source-6&arch=x86_64'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-source]/enabled: enabled changed '' to '0'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-source]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-source]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-source]/failovermethod: failovermethod changed '' to 'priority'
==> ccbox: Notice: /Stage[main]/Epel/File[/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6]/ensure: defined content as '{md5}d865e6b948a74cb03bc3401c0b01b785'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel]/descr: descr changed '' to 'Extra Packages for Enterprise Linux 6 - x86_64'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel]/mirrorlist: mirrorlist changed '' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel]/enabled: enabled changed '' to '1'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel]/exclude: exclude changed '' to 'php53*, php*, php, php-common, php-cli, php-devel, php-common*, php-cli*, php-devel*'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel]/failovermethod: failovermethod changed '' to 'priority'
==> ccbox: Notice: /Stage[main]/Epel/Epel::Rpm_gpg_key[EPEL-6]/Exec[import-EPEL-6]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Firewall/Exec[blank_iptables_start]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-source]/descr: descr changed '' to 'Extra Packages for Enterprise Linux 6 - Testing - x86_64 - Source'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-source]/baseurl: baseurl changed '' to 'http://download.fedora.redhat.com/pub/epel/testing/6/SRPMS'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-source]/enabled: enabled changed '' to '0'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-source]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-source]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing-source]/failovermethod: failovermethod changed '' to 'priority'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-debuginfo]/descr: descr changed '' to 'Extra Packages for Enterprise Linux 6 - x86_64 - Debug'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-debuginfo]/mirrorlist: mirrorlist changed '' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-debug-6&arch=x86_64'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-debuginfo]/enabled: enabled changed '' to '0'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-debuginfo]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-debuginfo]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-debuginfo]/failovermethod: failovermethod changed '' to 'priority'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing]/descr: descr changed '' to 'Extra Packages for Enterprise Linux 6 - Testing - x86_64 '
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing]/baseurl: baseurl changed '' to 'http://download.fedora.redhat.com/pub/epel/testing/6/x86_64'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing]/enabled: enabled changed '' to '0'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6'
==> ccbox:
==> ccbox: Notice: /Stage[main]/Epel/Yumrepo[epel-testing]/failovermethod: failovermethod changed '' to 'priority'
==> ccbox: Notice: /Stage[main]/Remi/File[/etc/pki/rpm-gpg/RPM-GPG-KEY-remi]/ensure: defined content as '{md5}3abb4e5a7b1408c888e19f718c012630'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test]/descr: descr changed '' to 'Les RPM de remi pour Enterprise Linux 6 - x86_64'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test]/mirrorlist: mirrorlist changed '' to 'http://rpms.famillecollet.com/enterprise//test/mirror'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test]/enabled: enabled changed '' to '0'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi]/descr: descr changed '' to 'Les RPM de remi pour Enterprise Linux - x86_64'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi]/mirrorlist: mirrorlist changed '' to 'http://rpms.famillecollet.com/enterprise/6/remi/mirror'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi]/enabled: enabled changed '' to '1'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi]/exclude: exclude changed '' to 'php53*, php54*, php*, php, php-common, php-common*, php54-common*, php-cli, php-cli*, php54-cli*'
==> ccbox: Notice: /Stage[main]/Remi/Remi::Rpm_gpg_key[remi]/Exec[import-remi]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test-debuginfo]/descr: descr changed '' to 'Les RPM de remi en test pour Enterprise Linux 6 - x86_64 - debuginfo'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test-debuginfo]/baseurl: baseurl changed '' to 'http://rpms.famillecollet.com/enterprise/6/debug-test/x86_64/'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test-debuginfo]/enabled: enabled changed '' to '0'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test-debuginfo]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-test-debuginfo]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-debuginfo]/descr: descr changed '' to 'Les RPM de remi pour Enterprise Linux 6 - x86_64 - debuginfo'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-debuginfo]/baseurl: baseurl changed '' to 'http://rpms.famillecollet.com/enterprise/6/debug-remi/x86_64/'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-debuginfo]/enabled: enabled changed '' to '0'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-debuginfo]/gpgcheck: gpgcheck changed '' to '1'
==> ccbox: Notice: /Stage[main]/Remi/Yumrepo[remi-debuginfo]/gpgkey: gpgkey changed '' to 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi'
==> ccbox: Notice: /Stage[main]/Ius/File[/etc/pki/rpm-gpg/IUS-COMMUNITY-GPG-KEY]/ensure: defined content as '{md5}1d0884ab6a290988063797a6648122b4'
==> ccbox: Notice: /Stage[main]/Ius/Yumrepo[ius]/descr: descr changed '' to 'IUS Community Packages for Enterprise Linux 6 - $basearch'
==> ccbox: Notice: /Stage[main]/Ius/Yumrepo[ius]/mirrorlist: mirrorlist changed '' to 'http://dmirr.iuscommunity.org/mirrorlist/?repo=ius-el6&arch=$basearch'
==> ccbox: Notice: /Stage[main]/Ius/Yumrepo[ius]/enabled: enabled changed '' to '1'
==> ccbox: Notice: /Stage[main]/Ius/Yumrepo[ius]/gpgcheck: gpgcheck changed '' to '0'
==> ccbox: Notice: /Stage[main]/Ius/Yumrepo[ius]/gpgkey: gpgkey changed '' to 'http://mirror.its.dal.ca/ius/IUS-COMMUNITY-GPG-KEY'
==> ccbox: Notice: /Stage[main]/Git/Package[git]/ensure: created
==> ccbox: Notice: /Stage[main]//Package[php56u-devel]/ensure: created
==> ccbox: Notice: /Stage[main]/Erlang/Package[erlang]/ensure: created
==> ccbox: Notice: /Stage[main]//Package[php56u-mysqlnd]/ensure: created
==> ccbox: Notice: /Stage[main]//Service[saslauthd]/enable: enable changed 'false' to 'true'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Mime/Package[mailcap]/ensure: created
==> ccbox: Notice: /Stage[main]//Package[mailx]/ensure: created
==> ccbox: Notice: /Stage[main]/Mysql::Server/Package[mysql-server]/ensure: created
==> ccbox: Notice: /Stage[main]/Mysql::Server/Service[mysqld]/ensure: ensure changed 'stopped' to 'running'
==> ccbox: Notice: /Stage[main]/Firewall::Linux::Redhat/Service[iptables]/ensure: ensure changed 'running' to 'stopped'
==> ccbox: Notice: /Stage[main]/Rabbitmq::Install/Package[rabbitmq-server]/ensure: created
==> ccbox: Notice: /Stage[main]/Rabbitmq/Rabbitmq_plugin[rabbitmq_management]/ensure: created
==> ccbox: Notice: /Stage[main]/Rabbitmq::Config/File[rabbitmq.config]/ensure: defined content as '{md5}663068e6c63f61c22bcb344f82a40ba2'
==> ccbox: Notice: /Stage[main]//File[create Equifax_Secure_CA.pem]/ensure: defined content as '{md5}f12e00b8262967ccbcd24e44e3736089'
==> ccbox: Notice: /Stage[main]//File[create sasl_passwd]/ensure: defined content as '{md5}f5b88eed20f00e2fc24b45de90437e25'
==> ccbox: Notice: /Stage[main]//Php::Ini[/etc/php.ini]/File[/etc/php.ini]/content: content changed '{md5}375424803c2578ef3a9b50ab70e9ddc1' to '{md5}f317bce1ba6c358591e84b9f930754f5'
==> ccbox: Notice: /Stage[main]/Nano/Package[nano]/ensure: created
==> ccbox: Notice: /Stage[main]/Postfix::Relay/Postfix::Config::Maincfhelper[relayhost]/Postfix::Config::Maincf[relayhost]/Augeas[postfix main.cf relayhost]/returns: executed successfully
==> ccbox: Notice: /Stage[main]//Exec[postmap]: Triggered 'refresh' from 1 events
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[smtp_use_tls]/Postfix::Config::Maincf[smtp_use_tls]/Augeas[postfix main.cf smtp_use_tls]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[mynetworks]/Postfix::Config::Maincf[mynetworks]/Augeas[postfix main.cf mynetworks]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[smtp_tls_CAfile]/Postfix::Config::Maincf[smtp_tls_CAfile]/Augeas[postfix main.cf smtp_tls_CAfile]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[smtp_tls_security_level]/Postfix::Config::Maincf[smtp_tls_security_level]/Augeas[postfix main.cf smtp_tls_security_level]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[smtpd_use_tls]/Postfix::Config::Maincf[smtpd_use_tls]/Augeas[postfix main.cf smtpd_use_tls]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[mydestination]/Postfix::Config::Maincf[mydestination]/Augeas[postfix main.cf mydestination]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[myorigin]/Postfix::Config::Maincf[myorigin]/Augeas[postfix main.cf myorigin]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[smtp_sasl_auth_enable]/Postfix::Config::Maincf[smtp_sasl_auth_enable]/Augeas[postfix main.cf smtp_sasl_auth_enable]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Apache/Package[httpd]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_digest]/File[auth_digest.load]/ensure: defined content as '{md5}df9e85f8da0b239fe8e698ae7ead4f60'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.load]/ensure: defined content as '{md5}e36257b9efab01459141d423cae57c7c'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[expires]/File[expires.load]/ensure: defined content as '{md5}f0825bad1e470de86ffabeb86dcc5d95'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Dav/Apache::Mod[dav]/File[dav.load]/ensure: defined content as '{md5}588e496251838c4840c14b28b5aa7881'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_owner]/File[authz_owner.load]/ensure: defined content as '{md5}f30a9be1016df87f195449d9e02d1857'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Prefork/File[/etc/httpd/conf.d/prefork.conf]/ensure: defined content as '{md5}109c4f51dac10fc1b39373855e566d01'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]/ensure: defined content as '{md5}ae005a36b3ac8c20af36c434561c8a75'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_dbm]/File[authn_dbm.load]/ensure: defined content as '{md5}90ee8f8ef1a017cacadfda4225e10651'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_user]/File[authz_user.load]/ensure: defined content as '{md5}63594303ee808423679b1ea13dd5a784'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[log_config]/File[log_config.load]/ensure: defined content as '{md5}785d35cb285e190d589163b45263ca89'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[logio]/File[logio.load]/ensure: defined content as '{md5}084533c7a44e9129d0e6df952e2472b6'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Mime/File[mime.conf]/ensure: defined content as '{md5}2fa646fe615e44d137a5d629f868c107'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[version]/File[version.load]/ensure: defined content as '{md5}1c9243de22ace4dc8266442c48ae0c92'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]/ensure: defined content as '{md5}c7ede4173da1915b7ec088201f030c28'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Actions/Apache::Mod[actions]/File[actions.load]/ensure: defined content as '{md5}599866dfaf734f60f7e2d41ee8235515'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]/ensure: defined content as '{md5}44d54f557a5612be8da04c49dd6da862'
==> ccbox: Notice: /Stage[main]/Apache/File[/etc/httpd/conf/httpd.conf]/content: content changed '{md5}f6351c6d8c8dfc5899820d8c46d74651' to '{md5}64d6ea096daacae3fcbffe23ede33e24'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]/ensure: defined content as '{md5}47284b5580b986a6ba32580b6ffb9fd7'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.load]/ensure: defined content as '{md5}3cf2fa309ccae4c29a4b875d0894cd79'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[env]/File[env.load]/ensure: defined content as '{md5}d74184d40d0ee24ba02626a188ee7e1a'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.load]/ensure: defined content as '{md5}d262ee6a5f20d9dd7f87770638dc2ccd'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_dbm]/File[authz_dbm.load]/ensure: defined content as '{md5}c1363277984d22f99b70f7dce8753b60'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Dir/File[dir.conf]/ensure: defined content as '{md5}c741d8ea840e6eb999d739eed47c69d7'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[usertrack]/File[usertrack.load]/ensure: defined content as '{md5}e95fbbf030fabec98b948f8dc217775c'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Vhost_alias/Apache::Mod[vhost_alias]/File[vhost_alias.load]/ensure: defined content as '{md5}eca907865997d50d5130497665c3f82e'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[substitute]/File[substitute.load]/ensure: defined content as '{md5}8077c34a71afcf41c8fc644830935915'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.load]/ensure: defined content as '{md5}ec6c99f7cc8e35bdbcf8028f652c9f6d'
==> ccbox: Notice: /Stage[main]//Php::Ini[/etc/httpd/conf/php.ini]/File[/etc/httpd/conf/php.ini]/ensure: defined content as '{md5}df648b986449479d702368fc50a7d4f9'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]/ensure: defined content as '{md5}2d1a1afcae0c70557251829a8586eeaf'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Mime_magic/File[mime_magic.conf]/ensure: defined content as '{md5}b258529b332429e2ff8344f726a95457'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]/ensure: defined content as '{md5}494bcf4b843f7908675d663d8dc1bdc8'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_file]/File[authn_file.load]/ensure: defined content as '{md5}d41656680003d7b890267bb73621c60b'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_alias]/File[authn_alias.load]/ensure: defined content as '{md5}58fea0bcb12624191c07106c359d1134'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[ext_filter]/File[ext_filter.load]/ensure: defined content as '{md5}76d5e0ac3411a4be57ac33ebe2e52ac8'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Speling/Apache::Mod[speling]/File[speling.load]/ensure: defined content as '{md5}f82e9e6b871a276c324c9eeffcec8a61'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.load]/ensure: defined content as '{md5}1bfb1c2a46d7351fc9eb47c659dee068'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]/ensure: defined content as '{md5}2996277c73b1cd684a9a3111c355e0d3'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[include]/File[include.load]/ensure: defined content as '{md5}88095a914eedc3c2c184dd5d74c3954c'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Alias/File[alias.conf]/ensure: defined content as '{md5}7c1f62cc583b16885ce93d449df6a3ce'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]/ensure: defined content as '{md5}d1045f54d2798499ca0f030ca0eef920'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_default]/File[authn_default.load]/ensure: defined content as '{md5}871572d647c4604e3f91c3bed92f496e'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Suexec/Apache::Mod[suexec]/File[suexec.load]/ensure: defined content as '{md5}c7d5c61c534ba423a79b0ae78ff9be35'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Cache/Apache::Mod[cache]/File[cache.load]/ensure: defined content as '{md5}01e4d392225b518a65b0f7d6c4e21d29'
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_default]/File[authz_default.load]/ensure: defined content as '{md5}bda328d6f1ccfb2d51610953a9352eeb'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Rewrite/Apache::Mod[rewrite]/File[rewrite.load]/ensure: defined content as '{md5}26e2683352fc1599f29573ff0d934e79'
==> ccbox: Notice: /Stage[main]/Phpunit/Wget::Fetch[phpunit-phar-wget]/Exec[wget-phpunit-phar-wget]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Phpunit/File[phpunit-phar]/mode: mode changed '0644' to '0755' (a+x)
==> ccbox: Notice: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.load]/ensure: defined content as '{md5}515cdf5b573e961a60d2931d39248648'
==> ccbox: Notice: /Stage[main]/Rabbitmq::Config/File[/etc/rabbitmq/ssl]/ensure: created
==> ccbox: Notice: /Stage[main]//Package[cyrus-sasl-md5]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_anon]/File[authn_anon.load]/ensure: defined content as '{md5}bf57b94b5aec35476fc2a2dc3861f132'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]/ensure: defined content as '{md5}2421a3c6df32c7e38c2a7a22afdf5728'
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[smtpd_sasl_auth_enable]/Postfix::Config::Maincf[smtpd_sasl_auth_enable]/Augeas[postfix main.cf smtpd_sasl_auth_enable]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/var/lib/puppet/concat/_etc_httpd_conf_ports.conf]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/var/lib/puppet/concat/_etc_httpd_conf_ports.conf/fragments.concat.out]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/var/lib/puppet/concat/_etc_httpd_conf_ports.conf/fragments]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache/Concat::Fragment[Apache ports header]/File[/var/lib/puppet/concat/_etc_httpd_conf_ports.conf/fragments/10_Apache ports header]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Apache::Listen[80]/Concat::Fragment[Listen 80]/File[/var/lib/puppet/concat/_etc_httpd_conf_ports.conf/fragments/10_Listen 80]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/var/lib/puppet/concat/_etc_httpd_conf_ports.conf/fragments.concat]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Apache::Namevirtualhost[*:80]/Concat::Fragment[NameVirtualHost *:80]/File[/var/lib/puppet/concat/_etc_httpd_conf_ports.conf/fragments/10_NameVirtualHost *:80]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/Exec[concat_/etc/httpd/conf/ports.conf]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/Exec[concat_/etc/httpd/conf/ports.conf]: Triggered 'refresh' from 5 events
==> ccbox: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/etc/httpd/conf/ports.conf]/ensure: defined content as '{md5}ac3b658e433eba85f350d4068b0ef826'
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[smtp_sasl_security_options]/Postfix::Config::Maincf[smtp_sasl_security_options]/Augeas[postfix main.cf smtp_sasl_security_options]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Mysql::Config/File[/etc/mysql]/ensure: created
==> ccbox: Notice: /Stage[main]/Mysql::Config/File[/etc/my.cnf]/content: content changed '{md5}2e397e5c235e52981d31e6d877a7a3e1' to '{md5}79666a39a17ef9c64c3ec9b82b1c95bd'
==> ccbox: Notice: /Stage[main]/Mysql::Config/File[/etc/mysql/conf.d]/ensure: created
==> ccbox: Notice: /Stage[main]/Mysql::Config/Exec[set_mysql_rootpw]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Mysql::Config/File[/root/.my.cnf]/ensure: defined content as '{md5}ab576234b75f54f1c2947cf2cf2a6961'
==> ccbox: Notice: /Stage[main]/Mysql::Config/Exec[mysqld-restart]: Triggered 'refresh' from 4 events
==> ccbox: Notice: /Stage[main]//Package[cyrus-sasl-plain]/ensure: created
==> ccbox: Notice: /Stage[main]/Postfix::Relay/Postfix::Config::Maincfhelper[inet_interfaces]/Postfix::Config::Maincf[inet_interfaces]/Augeas[postfix main.cf inet_interfaces]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Php::Mod_php5/Package[php56u]/ensure: created
==> ccbox: Notice: /Stage[main]/Apache::Mod::Mime_magic/Apache::Mod[mime_magic]/File[mime_magic.load]/ensure: defined content as '{md5}cb8670bb2fb352aac7ebf3a85d52094c'
==> ccbox: Notice: /Stage[main]/Rabbitmq::Config/File[rabbitmq-env.config]/ensure: defined content as '{md5}6513cd3ef9805aa61b060ae020df4fd5'
==> ccbox: Notice: /Stage[main]/Rabbitmq::Service/Service[rabbitmq-server]/ensure: ensure changed 'stopped' to 'running'
==> ccbox: Notice: /Stage[main]//Rabbitmq_user[mandrill_subaccount_user]/ensure: created
==> ccbox: Notice: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/Exec[Download rabbitmqadmin]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/File[/usr/local/bin/rabbitmqadmin]/ensure: defined content as '{md5}117edfba1e0986b570a50664a46fe097'
==> ccbox: Notice: /Stage[main]//Rabbitmq_user[mail_user]/ensure: created
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[alias_maps]/Postfix::Config::Maincf[alias_maps]/Augeas[postfix main.cf alias_maps]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[myhostname]/Postfix::Config::Maincf[myhostname]/Augeas[postfix main.cf myhostname]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Databases/Mysql::Db[cc_local_default_test]/Database[cc_local_default_test]/ensure: created
==> ccbox: Notice: /Stage[main]/Databases/Mysql::Db[cc_local_default]/Database[cc_local_default]/ensure: created
==> ccbox: Notice: /Stage[main]/Databases/Mysql::Db[cc_local_default_test]/Database_grant[root@localhost/cc_local_default_test]/privileges: privileges changed '' to 'all'
==> ccbox: Notice: /Stage[main]/Databases/Mysql::Db[cc_local_default]/Database_grant[root@localhost/cc_local_default]/privileges: privileges changed '' to 'all'
==> ccbox: Notice: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]/ensure: defined content as '{md5}899a57534f3d84efa81887ec93c90c9b'
==> ccbox: Notice: /Stage[main]/Postfix::Relay/Postfix::Config::Maincfhelper[masquerade_domains]/Postfix::Config::Maincf[masquerade_domains]/Augeas[postfix main.cf masquerade_domains]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix::Config/Postfix::Config::Maincfhelper[smtp_sasl_password_maps]/Postfix::Config::Maincf[smtp_sasl_password_maps]/Augeas[postfix main.cf smtp_sasl_password_maps]/returns: executed successfully
==> ccbox: Notice: /Stage[main]/Postfix/Service[postfix]: Triggered 'refresh' from 16 events
==> ccbox: Notice: /Stage[main]/Apache::Mod::Cgi/Apache::Mod[cgi]/File[cgi.load]/ensure: defined content as '{md5}ac20c5c5779b37ab06b480d6485a0881'
==> ccbox: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.d/welcome.conf]/ensure: removed
==> ccbox: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.d/README]/ensure: removed
==> ccbox: Notice: /Stage[main]/Apache/Apache::Vhost[default]/File[15-default.conf]/ensure: created
==> ccbox: Notice: /Stage[main]//Apache::Vhost[master]/File[10-master.conf]/ensure: created
==> ccbox: Notice: /Stage[main]/Php::Mod_php5/File[/etc/httpd/conf.d/php.conf]/content: content changed '{md5}b0e46c8f4ed7e6203988a37d2df756f4' to '{md5}d39b7aa70a8ddbb7e93c8f7e5afd93e1'
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: All settings correct for using Composer
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: PHP Fatal error: Uncaught exception 'RuntimeException' with message 'The HOME or COMPOSER_HOME environment variable must be set for composer to run correctly' in -:693
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: Stack trace:
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #0 -(662): getUserDir()
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #1 -(446): getHomeDir()
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #2 -(55): installComposer(false, false, 'composer.phar', false, false, false, 'stable')
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #3 -(13): process(Array)
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #4 {main}
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: thrown in - on line 693
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns:
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: Fatal error: Uncaught exception 'RuntimeException' with message 'The HOME or COMPOSER_HOME environment variable must be set for composer to run correctly' in -:693
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: Stack trace:
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #0 -(662): getUserDir()
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #1 -(446): getHomeDir()
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #2 -(55): installComposer(false, false, 'composer.phar', false, false, false, 'stable')
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #3 -(13): process(Array)
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: #4 {main}
==> ccbox: Notice: /Stage[main]//Exec[composer install]/returns: thrown in - on line 693
==> ccbox: Error: curl -sS https://getcomposer.org/installer | php returned 255 instead of one of [0]
==> ccbox: Error: /Stage[main]//Exec[composer install]/returns: change from notrun to 0 failed: curl -sS https://getcomposer.org/installer | php returned 255 instead of one of [0]
==> ccbox: Notice: /Stage[main]//Php::Module[pecl-xdebug]/Package[php56u-pecl-xdebug]/ensure: created
==> ccbox: Notice: /Stage[main]//Php::Module[bcmath]/Package[php56u-bcmath]/ensure: created
==> ccbox: Notice: /Stage[main]//Php::Module[mbstring]/Package[php56u-mbstring]/ensure: created
==> ccbox: Notice: /Stage[main]//Php::Module::Ini[pecl-xdebug]/File[/etc/php.d/xdebug.ini]/ensure: defined content as '{md5}83984858e6b5ece9496d0b8e7d89452e'
==> ccbox: Notice: /Stage[main]//File[duplicate_xdebug_ini]/ensure: removed
==> ccbox: Notice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running'
==> ccbox: Notice: /Stage[main]//Php::Module[tidy]/Package[php56u-tidy]/ensure: created
==> ccbox: Notice: /Stage[main]//Php::Module[gd]/Package[php56u-gd]/ensure: created
==> ccbox: Notice: /Stage[main]//Php::Module[mcrypt]/Package[php56u-mcrypt]/ensure: created
==> ccbox: Notice: /Stage[main]//Package[php56u-intl]/ensure: created
==> ccbox: Notice: /Stage[main]//Rabbitmq_vhost[mandrill_subaccount_vhost]/ensure: created
==> ccbox: Notice: /Stage[main]//Rabbitmq_user_permissions[guest@mandrill_subaccount_vhost]/ensure: created
==> ccbox: Notice: /Stage[main]//Rabbitmq_vhost[mail_vhost]/ensure: created
==> ccbox: Notice: /Stage[main]//Rabbitmq_user_permissions[guest@mail_vhost]/ensure: created
==> ccbox: Notice: /Stage[main]//Rabbitmq_exchange[mail_exchange@mail_vhost]/ensure: created
==> ccbox: Notice: /Stage[main]//Rabbitmq_user_permissions[mandrill_subaccount_user@mandrill_subaccount_vhost]/ensure: created
==> ccbox: Notice: /Stage[main]//Rabbitmq_exchange[mandrill_subaccount_exchange@mandrill_subaccount_vhost]/ensure: created
==> ccbox: Notice: /Stage[main]//Rabbitmq_user_permissions[mail_user@mail_vhost]/ensure: created
==> ccbox: Notice: Finished catalog run in 171.60 seconds
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
==> ccbox: The previous process exited with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment