Git Product home page Git Product logo

wp-vagrant's Introduction

WordPress Vagrant Boxes

While we're fans of the popular VVV project, this Vagrant configuration takes a different approach. We like to think that VVV is great for up-to-date development tools, working on plugins and themes, and building entirely new websites. However, this configuration was built for the purpose of testing and debugging mostly WordPress core, and ensuring compatibility with older (but still supported) server configurations.

This configuration also doesn't make any assumptions about your preferred development workflow. It does not checkout or install WordPress at all. It's up to you if you would like to unpack and install a ZIP, checkout from SVN, or clone from git. However, the web server is preconfigured to look for WordPress in a specific location.

Configurations Provided

wordpress-php53

  • Ubuntu 12.04 (precise)
  • Apache 2.2.22 (suPHP, port 80 and 443)
  • PHP 5.3.10
  • PHP Extensions: curl, gd, imagick, mcrypt, mysql, xdebug
  • PHPUnit 4.8.36
  • MySQL 5.5.50
  • Subversion 1.6.17, Git 1.7.9.5
  • Node.js 6.12.0, Grunt

wordpress-php54

  • Debian 7.8 (wheezy)
  • Apache 2.2.22 (suPHP, port 80 and 443)
  • PHP 5.4.45
  • PHP Extensions: curl, gd, imagick, mcrypt, mysql, xdebug
  • PHPUnit 4.8.36
  • MySQL 5.5.50
  • Subversion 1.6.17, Git 1.7.10.4
  • Node.js 6.12.0, Grunt

wordpress-php55

  • Ubuntu 14.04 (trusty)
  • Apache 2.4.7 (suPHP, port 80 and 443)
  • PHP 5.5.9
  • PHP Extensions: curl, gd, imagick, mcrypt, mysql, xdebug
  • PHPUnit 4.8.36
  • MySQL 5.5.50
  • Subversion 1.8.8, Git 1.9.1
  • Node.js 6.12.0, Grunt

Getting Started

  1. Install both VirtualBox and Vagrant.
  2. Clone this repository to a convenient location for your development:
    • git clone https://github.com/tierra/wp-vagrant.git
    • cd wp-vagrant
  3. Check out (or clone) the develop repo to the wordpress folder:
    • svn checkout https://develop.svn.wordpress.org/trunk wordpress or
    • git clone git://develop.git.wordpress.org/ wordpress
  4. Add the following to your hosts file:
    • 192.168.167.10 wordpress-php53.local
    • 192.168.167.11 wordpress-php54.local
    • 192.168.167.12 wordpress-php55.local
  5. Start Vagrant: vagrant up [box]
    • Without naming a box, just the wordpress-php55 box will be started. Specify wordpress-php53, or wordpress-php54, to start up instead.

Note that Apache is configured to point to the wordpress/build directory, so you need to remember to run grunt from the WordPress directory after checking out the code. Optionally, you could also just install WordPress normally inside the wordpress/build directory without using the develop repository. All boxes are pre-configured with Node.js and Grunt, so if you don't have these tools installed locally, you can just SSH into the box, and run the following:

cd /vagrant/wordpress && npm install && grunt

With any of the boxes started, you can reach them at these locations:

MySQL Configuration

The MySQL root password is "wordpress", and all boxes come with two pre-configured databases:

  • wordpress (this is meant for a regular installation)
  • wordpress-tests (this is meant for use with PHPUnit tests)

A single account with rights to all databases for convenience:

  • Username: wordpress
  • Password: wordpress

wp-vagrant's People

Contributors

tierra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wp-vagrant's Issues

permalinks

Thanks for putting this together. I just wanted to make a note that WP permalinks will not work out of the box. I have to make the following changes:

  • load & enable mod_rewrite
  • change vhost config to AllowOverride All

Just thought I'd note it here in case someone else runs into this problem.

box 'tierra/wordpress-php54' could not be found.

Hello, I am trying to import this box 54 but I'm getting the following error, "The box 'tierra/wordpress-php54' could not be found." Any ideas?

We have current versions of Vagrant. We already cloned the dev repo to the wordpress folder, and added the address to our host file.

__educare@ubuntu:~/wp-vagrant$ vagrant up wordpress-php54
Bringing machine 'wordpress-php54' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:

  • The box 'tierra/wordpress-php54' could not be found.__

Grunt CLI

I had to run npm install -g grunt-cli as well, just an FYI

WordPress-52 box not getting provisioning

I am not able to provision the WordPress-52 box. The following is the error that I am getting when I try to run vagrant up wordpress-php52 command.

vagrant up wordpress-php52
Bringing machine 'wordpress-php52' up with 'virtualbox' provider...
==> wordpress-php52: Checking if box 'tierra/wordpress-php52' is up to date...
==> wordpress-php52: Clearing any previously set forwarded ports...
==> wordpress-php52: Clearing any previously set network interfaces...
==> wordpress-php52: Preparing network interfaces based on configuration...
    wordpress-php52: Adapter 1: nat
    wordpress-php52: Adapter 2: hostonly
==> wordpress-php52: Forwarding ports...
    wordpress-php52: 22 => 2222 (adapter 1)
==> wordpress-php52: Running 'pre-boot' VM customizations...
==> wordpress-php52: Booting VM...
==> wordpress-php52: Waiting for machine to boot. This may take a few minutes...
    wordpress-php52: SSH address: 127.0.0.1:2222
    wordpress-php52: SSH username: vagrant
    wordpress-php52: SSH auth method: private key
    wordpress-php52: Warning: Connection timeout. Retrying...
==> wordpress-php52: Machine booted and ready!
GuestAdditions versions on your host (5.0.18) and guest (4.2.10) do not match.
stdin: is not a tty
Reading package lists...
Building dependency tree...
Reading state information...
dkms is already the newest version.
The following extra packages will be installed:
  linux-headers-2.6.32-5-common linux-kbuild-2.6.32
The following NEW packages will be installed:
  linux-headers-2.6.32-5-amd64 linux-headers-2.6.32-5-common
  linux-kbuild-2.6.32
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 238 kB/4,699 kB of archives.
After this operation, 28.9 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  linux-kbuild-2.6.32
E: There are problems and -y was used without --force-yes
stdin: is not a tty
Ign http://http.us.debian.org squeeze Release.gpg
Ign http://http.us.debian.org/debian/ squeeze/main Translation-en
Ign http://http.us.debian.org/debian/ squeeze/main Translation-en_US
Ign http://http.us.debian.org squeeze-updates Release.gpg
Ign http://http.us.debian.org/debian/ squeeze-updates/main Translation-en
Ign http://http.us.debian.org/debian/ squeeze-updates/main Translation-en_US
Ign http://http.us.debian.org squeeze Release
Ign http://http.us.debian.org squeeze-updates Release
Hit http://security.debian.org squeeze/updates Release.gpg
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Ign http://security.debian.org/ squeeze/updates/main Translation-en_US
Hit http://security.debian.org squeeze/updates Release
Ign http://http.us.debian.org squeeze/main Sources/DiffIndex
Ign http://http.us.debian.org squeeze/main amd64 Packages/DiffIndex
Hit http://security.debian.org squeeze/updates/main Sources
Hit http://security.debian.org squeeze/updates/main amd64 Packages
Ign http://http.us.debian.org squeeze-updates/main Sources/DiffIndex
Ign http://http.us.debian.org squeeze-updates/main amd64 Packages/DiffIndex
Ign http://http.us.debian.org squeeze/main Sources
Ign http://http.us.debian.org squeeze/main amd64 Packages
Ign http://http.us.debian.org squeeze-updates/main Sources
Ign http://http.us.debian.org squeeze-updates/main amd64 Packages
Err http://http.us.debian.org squeeze/main Sources
  404  Not Found [IP: 128.61.240.89 80]
Err http://http.us.debian.org squeeze/main amd64 Packages
  404  Not Found [IP: 128.61.240.89 80]
Err http://http.us.debian.org squeeze-updates/main Sources
  404  Not Found [IP: 128.61.240.89 80]
Err http://http.us.debian.org squeeze-updates/main amd64 Packages
  404  Not Found [IP: 128.61.240.89 80]
W: Failed to fetch http://http.us.debian.org/debian/dists/squeeze/main/source/Sources.gz  404  Not Found [IP: 128.61.240.89 80]

W: Failed to fetch http://http.us.debian.org/debian/dists/squeeze/main/binary-amd64/Packages.gz  404  Not Found [IP: 128.61.240.89 80]

W: Failed to fetch http://http.us.debian.org/debian/dists/squeeze-updates/main/source/Sources.gz  404  Not Found [IP: 128.61.240.89 80]

W: Failed to fetch http://http.us.debian.org/debian/dists/squeeze-updates/main/binary-amd64/Packages.gz  404  Not Found [IP: 128.61.240.89 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.
==> wordpress-php52: Checking for guest additions in VM...
    wordpress-php52: The guest additions on this VM do not match the installed version of
    wordpress-php52: VirtualBox! In most cases this is fine, but in rare cases it can
    wordpress-php52: prevent things such as shared folders from working properly. If you see
    wordpress-php52: shared folder errors, please make sure the guest additions within the
    wordpress-php52: virtual machine match the version of VirtualBox you have installed on
    wordpress-php52: your host and reload your VM.
    wordpress-php52:
    wordpress-php52: Guest Additions Version: 4.2.10
    wordpress-php52: VirtualBox Version: 5.0
==> wordpress-php52: Checking for host entries
==> wordpress-php52: adding to (/etc/hosts) : 192.168.167.9  wordpress-php52.local  # VAGRANT: d7002cf6e79e8381cd55a9e9612c4e0f (wordpress-php52) / a1243ddb-51b0-4a8e-8ba6-d7b6d7739b0a
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

apt-get update

Stdout from the command:

Ign http://http.us.debian.org squeeze Release.gpg
Ign http://http.us.debian.org/debian/ squeeze/main Translation-en
Ign http://http.us.debian.org/debian/ squeeze/main Translation-en_US
Ign http://http.us.debian.org squeeze-updates Release.gpg
Ign http://http.us.debian.org/debian/ squeeze-updates/main Translation-en
Ign http://http.us.debian.org/debian/ squeeze-updates/main Translation-en_US
Ign http://http.us.debian.org squeeze Release
Ign http://http.us.debian.org squeeze-updates Release
Hit http://security.debian.org squeeze/updates Release.gpg
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Ign http://security.debian.org/ squeeze/updates/main Translation-en_US
Hit http://security.debian.org squeeze/updates Release
Ign http://http.us.debian.org squeeze/main Sources/DiffIndex
Ign http://http.us.debian.org squeeze/main amd64 Packages/DiffIndex
Hit http://security.debian.org squeeze/updates/main Sources
Hit http://security.debian.org squeeze/updates/main amd64 Packages
Ign http://http.us.debian.org squeeze-updates/main Sources/DiffIndex
Ign http://http.us.debian.org squeeze-updates/main amd64 Packages/DiffIndex
Ign http://http.us.debian.org squeeze/main Sources
Ign http://http.us.debian.org squeeze/main amd64 Packages
Ign http://http.us.debian.org squeeze-updates/main Sources
Ign http://http.us.debian.org squeeze-updates/main amd64 Packages
Err http://http.us.debian.org squeeze/main Sources
  404  Not Found [IP: 128.61.240.89 80]
Err http://http.us.debian.org squeeze/main amd64 Packages
'   1 ##
  404  Not Found [IP: 128.61.240.89 80]
Err http://http.us.debian.org squeeze-updates/main Sources
  404  Not Found [IP: 128.61.240.89 80]
Err http://http.us.debian.org squeeze-updates/main amd64 Packages
  404  Not Found [IP: 128.61.240.89 80]


Stderr from the command:

stdin: is not a tty
W: Failed to fetch http://http.us.debian.org/debian/dists/squeeze/main/source/Sources.gz  404  Not Found [IP: 128.61.240.89 80]

W: Failed to fetch http://http.us.debian.org/debian/dists/squeeze/main/binary-amd64/Packages.gz  404  Not Found [IP: 128.61.240.89 80]

W: Failed to fetch http://http.us.debian.org/debian/dists/squeeze-updates/main/source/Sources.gz  404  Not Found [IP: 128.61.240.89 80]

W: Failed to fetch http://http.us.debian.org/debian/dists/squeeze-updates/main/binary-amd64/Packages.gz  404  Not Found [IP: 128.61.240.89 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.

Default SSH Login Password

Hi,

How do I login to the boxes via SSH?

After I type ssh wordpress-php53.local, the console asks a password. What password should I put here?

phpmyadmin

I performed following steps to access phpmyadmin.

  1. vagrant up wordpress-php52
  2. vagrant ssh wordpress-php52
  3. sudo apt-get install phpmyadmin
  4. sudo ln -s /usr/share/phpmyadmin /vagrant/wordpress/build/
  5. sudo nano /etc/apache2/apache2.conf and appended line "Include /etc/phpmyadmin/apache.conf"
  6. Opened link http://wordpress-php52.local/phpmyadmin into browser

phpmyadmin not working. Where am I going wrong?

Timed out while waiting for the machine to boot.

Hi,

After typing vagrant up, the console gives the following error.

Bringing machine 'wordpress-php53' up with 'virtualbox' provider...
==> wordpress-php53: Checking if box 'puppetlabs/ubuntu-12.04-64-puppet' is u
o date...
==> wordpress-php53: Resuming suspended VM...
==> wordpress-php53: Booting VM...
==> wordpress-php53: Waiting for machine to boot. This may take a few minutes

    wordpress-php53: SSH address: 127.0.0.1:2200
    wordpress-php53: SSH username: vagrant
    wordpress-php53: SSH auth method: private key
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53: Warning: Connection timeout. Retrying...
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

I inserted config.vm.boot_timeout = 1200 in each block of machine configuration in Vagrantfile but the result was the same. Any idea?

Can't ssh in

Hi, thanks for making a box with PHP 5.2

I got to the point where I have to ssh in, using vagrant ssh but I get the following error: VM must be created before running this command. Runvagrant upfirst.

Any suggestions?

thanks

Allow more databases to be created with 'wordpress' user

Hi, first I would like to thank you for all your work here.

Is it possible to allow more databases to be created with the wordpress user? Such change will allow me to create a separate database for each version of WordPress I'm gonna test. Currently only wordpress and wordpress-tests can be created. Since I'm using the same build script on my machine as well as the Vagrant VMs, I don't want to use the root user because there are places I'm using the root user as well and it's not WordPress related.

I'm specifically refer to this snippet in your puppet file:

mysql::db { ['wordpress', 'wordpress-tests']:
  ensure   => present,
  charset  => 'utf8',
  user     => 'wordpress',
  password => 'wordpress',
  host     => 'localhost',
  grant    => ['ALL'],
  require  => Class['mysql::server']
}

Thanks for your consideration.

PHP 5.4 Configuration Missing Box

The PHP 5.4 configuration is currently missing the source Vagrant box.

Puppet Labs removed the debian-7.4-64-puppet box from VagrantCloud that this was built on top of. They've updated it to debian-7.6-64-puppet, and it just needs switched over, however, the new box is apparently missing the VirtualBox guest additions required for this to work properly. If they don't resolve this in the next couple weeks, I'll manually fix it myself, and host the box the same way I'm hosting the PHP 5.2 box. I'd like to avoid doing that if possible though.

http://wordpress-php52.local/ : Not Found

-I am able to vagrant up, vagrant ssh.
-I have added 192.168.167.9 wordpress-php52.local to the hosts.
But still shows > The requested URL / was not found on this server.

Error after start up

C:\HashiCorp\Vagrant\bin\vagrant.exe up
Bringing machine 'wordpress-php52' up with 'virtualbox' provider...
Bringing machine 'wordpress-php53' up with 'virtualbox' provider...
Bringing machine 'wordpress-php54' up with 'virtualbox' provider...
==> wordpress-php52: Clearing any previously set network interfaces...
==> wordpress-php52: Preparing network interfaces based on configuration...
wordpress-php52: Adapter 1: nat
wordpress-php52: Adapter 2: hostonly
==> wordpress-php52: Forwarding ports...
wordpress-php52: 22 => 2222 (adapter 1)
==> wordpress-php52: Running 'pre-boot' VM customizations...
A customization command failed:

["modifyvm", :id, "--name", "wordpress-php52", "--memory", "512"]

The following error was experienced:

<Vagrant::Errors::VBoxManageError: There was an error while executing VBoxManage, a CLI used by Vagrant

for controlling VirtualBox. The command and stderr is shown below.

Command: ["modifyvm", "b7f5e819-249c-4fbf-8821-cd009fe18d94", "--name", "wordpress-php52", "--memory", "512"]

Stderr: VBoxManage.exe: error: Could not rename the directory 'C:\Users\Daddylicious\VirtualBox VMs\wp-vagrant_wordpress-php52_1403809608023_74871' to 'C:\Users\Daddylicious\VirtualBox VMs\wordpress-php52' to save the settings file (VERR_ALREADY_EXISTS)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "SaveSettings()" at line 2527 of file VBoxManageModifyVM.cpp

Please fix this customization and try again.

Process finished with exit code 1

Any ideas ?

Are the instructions in the correct order?

Hi,

Thanks for publishing the boxes.

Following the Getting Started guide, it initially states that WP is not installed.

There are however the default WP directories, it seems, in the src directory.

I would like to install a site which has been backed up using the popular tool, BackupBuddy.

The requirement in this case is for a blank public directory, and a blank database.

This should be simple enough to work out on my own, but the confusion I am experiencing is to do with this section:

Note that Apache is configured to point to the wordpress/build directory, so you need to remember to run grunt from the WordPress directory after checking out the code. Optionally, you could also just install WordPress normally inside the wordpress/build directory without using the develop repository. All boxes are pre-configured with Node.js and Grunt, so if you don't have these tools installed locally, you can just SSH into the box, and run the following:

Do I need to delete all WP directories in "src"?

I am looking for a server config which will accept WP, but which should not have any files in the public directory, and I need a blank DB. BackupBuddy handles the entire installation of WP and the DB, what is the Grunt aspect?

Does Grunt need to be run first after deleting all the WP directories in the src folder?

..or do the src files have nothing to do with it?

The quoted instructions above are a bit unclear, can you help to make that clearer?

Fail to build a PHP 5.3 box

Hi

Thank you for making this. Just have to test my plugin under PHP 5.3 and I failed to build the box. This is the output.

Bringing machine 'wordpress-php53' up with 'virtualbox' provider...
==> wordpress-php53: Importing base box 'puppetlabs/ubuntu-12.04-64-puppet'...
==> wordpress-php53: Matching MAC address for NAT networking...
==> wordpress-php53: Checking if box 'puppetlabs/ubuntu-12.04-64-puppet' is up to date...
==> wordpress-php53: Setting the name of the VM: wp-box_wordpress-php53_1428769164487_30976
==> wordpress-php53: Clearing any previously set network interfaces...
==> wordpress-php53: Preparing network interfaces based on configuration...
    wordpress-php53: Adapter 1: nat
    wordpress-php53: Adapter 2: hostonly
==> wordpress-php53: Forwarding ports...
    wordpress-php53: 22 => 2222 (adapter 1)
==> wordpress-php53: Running 'pre-boot' VM customizations...
==> wordpress-php53: Booting VM...
==> wordpress-php53: Waiting for machine to boot. This may take a few minutes...
    wordpress-php53: SSH address: 127.0.0.1:2222
    wordpress-php53: SSH username: vagrant
    wordpress-php53: SSH auth method: private key
    wordpress-php53: Warning: Connection timeout. Retrying...
    wordpress-php53:
    wordpress-php53: Vagrant insecure key detected. Vagrant will automatically replace
    wordpress-php53: this with a newly generated keypair for better security.
    wordpress-php53:
    wordpress-php53: Inserting generated public key within guest...
    wordpress-php53: Removing insecure key from the guest if its present...
    wordpress-php53: Key inserted! Disconnecting and reconnecting using new SSH key...
==> wordpress-php53: Machine booted and ready!
==> wordpress-php53: Checking for guest additions in VM...
==> wordpress-php53: Setting hostname...
==> wordpress-php53: Configuring and enabling network interfaces...
==> wordpress-php53: Mounting shared folders...
    wordpress-php53: /vagrant => /Volumes/DATA/Working/Vagrant/wp-box
    wordpress-php53: /tmp/vagrant-puppet/manifests-846018e2aa141a5eb79a64b4015fc5f3 => /Volumes/DATA/Working/Vagrant/wp-box/puppet/manifests
==> wordpress-php53: Running provisioner: shell...
    wordpress-php53: Running: /var/folders/lc/3mns95d93_v8z7gchtr07wg00000gn/T/vagrant-shell20150411-86031-bxwpzr.sh
==> wordpress-php53: stdin: is not a tty
==> wordpress-php53: Get:1 http://apt.puppetlabs.com precise Release.gpg [876 B]
==> wordpress-php53: Get:2 http://apt.puppetlabs.com precise Release [22.4 kB]
==> wordpress-php53: Get:3 http://security.ubuntu.com precise-security Release.gpg [198 B]
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise Release.gpg
==> wordpress-php53: Get:4 http://us.archive.ubuntu.com precise-updates Release.gpg [198 B]
==> wordpress-php53: Get:5 http://us.archive.ubuntu.com precise-backports Release.gpg [198 B]
==> wordpress-php53: Get:6 http://security.ubuntu.com precise-security Release [54.3 kB]
==> wordpress-php53: Get:7 http://apt.puppetlabs.com precise/main Sources [81.3 kB]
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise Release
==> wordpress-php53: Get:8 http://us.archive.ubuntu.com precise-updates Release [196 kB]
==> wordpress-php53: Get:9 http://apt.puppetlabs.com precise/dependencies Sources [9,250 B]
==> wordpress-php53: Get:10 http://apt.puppetlabs.com precise/main amd64 Packages [92.0 kB]
==> wordpress-php53: Get:11 http://security.ubuntu.com precise-security/main Sources [126 kB]
==> wordpress-php53: Get:12 http://apt.puppetlabs.com precise/dependencies amd64 Packages [6,421 B]
==> wordpress-php53: Get:13 http://apt.puppetlabs.com precise/main i386 Packages [92.0 kB]
==> wordpress-php53: Get:14 http://apt.puppetlabs.com precise/dependencies i386 Packages [6,420 B]
==> wordpress-php53: Ign http://apt.puppetlabs.com precise/dependencies TranslationIndex
==> wordpress-php53: Ign http://apt.puppetlabs.com precise/main TranslationIndex
==> wordpress-php53: Get:15 http://us.archive.ubuntu.com precise-backports Release [54.3 kB]
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/main Sources
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/restricted Sources
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/universe Sources
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/multiverse Sources
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/main amd64 Packages
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/restricted amd64 Packages
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/universe amd64 Packages
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/multiverse amd64 Packages
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/main i386 Packages
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/restricted i386 Packages
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/universe i386 Packages
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/main TranslationIndex
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/universe TranslationIndex
==> wordpress-php53: Get:16 http://us.archive.ubuntu.com precise-updates/main Sources [487 kB]
==> wordpress-php53: Ign http://apt.puppetlabs.com precise/dependencies Translation-en_US
==> wordpress-php53: Ign http://apt.puppetlabs.com precise/dependencies Translation-en
==> wordpress-php53: Ign http://apt.puppetlabs.com precise/main Translation-en_US
==> wordpress-php53: Ign http://apt.puppetlabs.com precise/main Translation-en
==> wordpress-php53: Get:17 http://us.archive.ubuntu.com precise-updates/restricted Sources [7,981 B]
==> wordpress-php53: Get:18 http://us.archive.ubuntu.com precise-updates/universe Sources [113 kB]
==> wordpress-php53: Get:19 http://us.archive.ubuntu.com precise-updates/multiverse Sources [9,417 B]
==> wordpress-php53: Get:20 http://us.archive.ubuntu.com precise-updates/main amd64 Packages [887 kB]
==> wordpress-php53: Get:21 http://security.ubuntu.com precise-security/restricted Sources [3,759 B]
==> wordpress-php53: Get:22 http://security.ubuntu.com precise-security/universe Sources [34.2 kB]
==> wordpress-php53: Get:23 http://security.ubuntu.com precise-security/multiverse Sources [1,815 B]
==> wordpress-php53: Get:24 http://security.ubuntu.com precise-security/main amd64 Packages [498 kB]
==> wordpress-php53: Get:25 http://us.archive.ubuntu.com precise-updates/restricted amd64 Packages [13.6 kB]
==> wordpress-php53: Get:26 http://us.archive.ubuntu.com precise-updates/universe amd64 Packages [256 kB]
==> wordpress-php53: Get:27 http://us.archive.ubuntu.com precise-updates/multiverse amd64 Packages [16.4 kB]
==> wordpress-php53: Get:28 http://us.archive.ubuntu.com precise-updates/main i386 Packages [928 kB]
==> wordpress-php53: Get:29 http://security.ubuntu.com precise-security/restricted amd64 Packages [8,943 B]
==> wordpress-php53: Get:30 http://security.ubuntu.com precise-security/universe amd64 Packages [109 kB]
==> wordpress-php53: Get:31 http://us.archive.ubuntu.com precise-updates/restricted i386 Packages [13.6 kB]
==> wordpress-php53: Get:32 http://us.archive.ubuntu.com precise-updates/universe i386 Packages [265 kB]
==> wordpress-php53: Get:33 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2,463 B]
==> wordpress-php53: Get:34 http://security.ubuntu.com precise-security/main i386 Packages [534 kB]
==> wordpress-php53: Get:35 http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages [16.6 kB]
==> wordpress-php53: Get:36 http://us.archive.ubuntu.com precise-updates/main TranslationIndex [10.6 kB]
==> wordpress-php53: Get:37 http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex [7,613 B]
==> wordpress-php53: Get:38 http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex [7,297 B]
==> wordpress-php53: Get:39 http://us.archive.ubuntu.com precise-updates/universe TranslationIndex [8,333 B]
==> wordpress-php53: Get:40 http://us.archive.ubuntu.com precise-backports/main Sources [5,411 B]
==> wordpress-php53: Get:41 http://us.archive.ubuntu.com precise-backports/restricted Sources [28 B]
==> wordpress-php53: Get:42 http://us.archive.ubuntu.com precise-backports/universe Sources [41.3 kB]
==> wordpress-php53: Get:43 http://us.archive.ubuntu.com precise-backports/multiverse Sources [5,750 B]
==> wordpress-php53: Get:44 http://us.archive.ubuntu.com precise-backports/main amd64 Packages [5,491 B]
==> wordpress-php53: Get:45 http://us.archive.ubuntu.com precise-backports/restricted amd64 Packages [28 B]
==> wordpress-php53: Get:46 http://us.archive.ubuntu.com precise-backports/universe amd64 Packages [43.4 kB]
==> wordpress-php53: Get:47 http://us.archive.ubuntu.com precise-backports/multiverse amd64 Packages [5,419 B]
==> wordpress-php53: Get:48 http://us.archive.ubuntu.com precise-backports/main i386 Packages [5,484 B]
==> wordpress-php53: Get:49 http://us.archive.ubuntu.com precise-backports/restricted i386 Packages [28 B]
==> wordpress-php53: Get:50 http://us.archive.ubuntu.com precise-backports/universe i386 Packages [43.2 kB]
==> wordpress-php53: Get:51 http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages [5,413 B]
==> wordpress-php53: Get:52 http://us.archive.ubuntu.com precise-backports/main TranslationIndex [202 B]
==> wordpress-php53: Get:53 http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex [202 B]
==> wordpress-php53: Get:54 http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex [193 B]
==> wordpress-php53: Get:55 http://us.archive.ubuntu.com precise-backports/universe TranslationIndex [205 B]
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/main Translation-en
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/multiverse Translation-en
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/restricted Translation-en
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise/universe Translation-en
==> wordpress-php53: Get:56 http://us.archive.ubuntu.com precise-updates/main Translation-en [391 kB]
==> wordpress-php53: Get:57 http://security.ubuntu.com precise-security/restricted i386 Packages [8,939 B]
==> wordpress-php53: Get:58 http://security.ubuntu.com precise-security/universe i386 Packages [116 kB]
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en
==> wordpress-php53: Get:59 http://us.archive.ubuntu.com precise-updates/universe Translation-en [149 kB]
==> wordpress-php53: Get:60 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,652 B]
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise-backports/main Translation-en
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise-backports/multiverse Translation-en
==> wordpress-php53: Get:61 http://security.ubuntu.com precise-security/main TranslationIndex [208 B]
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en
==> wordpress-php53: Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en
==> wordpress-php53: Get:62 http://security.ubuntu.com precise-security/multiverse TranslationIndex [199 B]
==> wordpress-php53: Get:63 http://security.ubuntu.com precise-security/restricted TranslationIndex [202 B]
==> wordpress-php53: Get:64 http://security.ubuntu.com precise-security/universe TranslationIndex [205 B]
==> wordpress-php53: Get:65 http://security.ubuntu.com precise-security/main Translation-en [220 kB]
==> wordpress-php53: Hit http://security.ubuntu.com precise-security/multiverse Translation-en
==> wordpress-php53: Hit http://security.ubuntu.com precise-security/restricted Translation-en
==> wordpress-php53: Get:66 http://security.ubuntu.com precise-security/universe Translation-en [66.7 kB]
==> wordpress-php53: Fetched 6,097 kB in 8s (720 kB/s)
==> wordpress-php53: Reading package lists...
==> wordpress-php53: Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
==> wordpress-php53:    (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
==> wordpress-php53: Notice: Preparing to install into /etc/puppet/modules ...
==> wordpress-php53: Notice: Downloading from https://forgeapi.puppetlabs.com ...
==> wordpress-php53: Notice: Installing -- do not interrupt ...
==> wordpress-php53: /etc/puppet/modules
==> wordpress-php53: └─┬ puppetlabs-apt (v1.8.0)
==> wordpress-php53:   └── puppetlabs-stdlib (v4.5.1)
==> wordpress-php53: Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
==> wordpress-php53:    (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
==> wordpress-php53: Notice: Preparing to install into /etc/puppet/modules ...
==> wordpress-php53: Notice: Downloading from https://forgeapi.puppetlabs.com ...
==> wordpress-php53: Notice: Installing -- do not interrupt ...
==> wordpress-php53: /etc/puppet/modules
==> wordpress-php53: └─┬ puppetlabs-apache (v1.4.0)
==> wordpress-php53:   ├── puppetlabs-concat (v1.2.0)
==> wordpress-php53:   └── puppetlabs-stdlib (v4.5.1)
==> wordpress-php53: Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
==> wordpress-php53:    (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
==> wordpress-php53: Notice: Preparing to install into /etc/puppet/modules ...
==> wordpress-php53: Notice: Downloading from https://forgeapi.puppetlabs.com ...
==> wordpress-php53: Notice: Installing -- do not interrupt ...
==> wordpress-php53: /etc/puppet/modules
==> wordpress-php53: └─┬ puppetlabs-mysql (v3.3.0)
==> wordpress-php53:   ├── nanliu-staging (v1.0.3)
==> wordpress-php53:   └── puppetlabs-stdlib (v4.5.1)
==> wordpress-php53: Running provisioner: puppet...
==> wordpress-php53: Running Puppet with wordpress-php53.pp...
==> wordpress-php53: stdin: is not a tty
==> wordpress-php53: Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
==> wordpress-php53:    (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
==> wordpress-php53: Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
==> wordpress-php53: Notice: Compiled catalog for wordpress-php53.local in environment production in 4.45 seconds
==> wordpress-php53: Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin/concatfragments.sh]/ensure: defined content as '{md5}7bbe7c5fce25a5ddd20415d909ba44fc'
==> wordpress-php53: Notice: /Stage[main]/Mysql::Server::Install/Package[mysql-server]/ensure: ensure changed 'purged' to 'present'
==> wordpress-php53: Notice: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]/content: content changed '{md5}77f15d6c87f9c136c4efcda072017f71' to '{md5}790c6c49aed83ee9b81fa3c7360898c8'
==> wordpress-php53: Notice: /Stage[main]/Mysql::Bindings::Php/Package[php-mysql]/ensure: ensure changed 'purged' to 'present'
==> wordpress-php53: Notice: /Stage[main]/Apache/Package[httpd]/ensure: ensure changed 'purged' to 'present'
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/apache2.conf]/content: content changed '{md5}8f5c4e0629a7c10aead1bf839cc57c72' to '{md5}3c03c70055f0bcd833da82f7b197322a'
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/conf.d/security]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/conf.d/localized-error-pages]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat[25-wordpress-ssl.conf]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]/content: content changed '{md5}31f28d4e82635d2393210b424369674b' to '{md5}a97ea03fa3f1e5501b1db0251e1197ee'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.load symlink]/target: target changed '../mods-available/mime.load' to '/etc/apache2/mods-available/mime.load'
==> wordpress-php53: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load symlink]/target: target changed '../mods-available/authz_groupfile.load' to '/etc/apache2/mods-available/authz_groupfile.load'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Mime/File[mime.conf]/content: content changed '{md5}00a92470c78b1573e94bf421d72a3806' to '{md5}2fa646fe615e44d137a5d629f868c107'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]/content: content changed '{md5}99d607cc2acf4e13b700b1e67a8f8503' to '{md5}c7ede4173da1915b7ec088201f030c28'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]/content: content changed '{md5}8c13524d3a4955810e6434ff388c3168' to '{md5}35506746efa82c4e203c8a724980bdc6'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]/content: content changed '{md5}25480201827ba22eef212617006c1491' to '{md5}47284b5580b986a6ba32580b6ffb9fd7'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.conf symlink]/target: target changed '../mods-available/negotiation.conf' to '/etc/apache2/mods-available/negotiation.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.load symlink]/target: target changed '../mods-available/alias.load' to '/etc/apache2/mods-available/alias.load'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Dir/File[dir.conf]/content: content changed '{md5}b6882491a6d2b823da960f19a50b132f' to '{md5}c741d8ea840e6eb999d739eed47c69d7'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.conf symlink]/target: target changed '../mods-available/dir.conf' to '/etc/apache2/mods-available/dir.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.load symlink]/target: target changed '../mods-available/setenvif.load' to '/etc/apache2/mods-available/setenvif.load'
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/conf.d/charset]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load symlink]/target: target changed '../mods-available/auth_basic.load' to '/etc/apache2/mods-available/auth_basic.load'
==> wordpress-php53: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf/fragments.concat.out]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-enabled/000-default]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Authn_file/Apache::Mod[authn_file]/File[authn_file.load symlink]/target: target changed '../mods-available/authn_file.load' to '/etc/apache2/mods-available/authn_file.load'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat[25-wordpress-ssl.conf]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments.concat.out]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default.conf]/File[/var/lib/puppet/concat/15-default.conf]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default.conf]/File[/var/lib/puppet/concat/15-default.conf/fragments]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat::Fragment[default-file_footer]/File[/var/lib/puppet/concat/15-default.conf/fragments/999_default-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat::Fragment[default-serversignature]/File[/var/lib/puppet/concat/15-default.conf/fragments/90_default-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat::Fragment[default-directories]/File[/var/lib/puppet/concat/15-default.conf/fragments/60_default-directories]/ensure: defined content as '{md5}0ddcbf665050dca5c962ce1d5aeef040'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat::Fragment[default-docroot]/File[/var/lib/puppet/concat/15-default.conf/fragments/10_default-docroot]/ensure: defined content as '{md5}4313d14f6739a5147d4db8b93b9068b0'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat::Fragment[default-scriptalias]/File[/var/lib/puppet/concat/15-default.conf/fragments/180_default-scriptalias]/ensure: defined content as '{md5}92ada893a322b1e456a0e6e3e8a4c5d4'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat::Fragment[default-apache-header]/File[/var/lib/puppet/concat/15-default.conf/fragments/0_default-apache-header]/ensure: defined content as '{md5}c46eea5ff4d7874403fa7a9228888f0e'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default.conf]/File[/var/lib/puppet/concat/15-default.conf/fragments.concat]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Dav/Apache::Mod[dav]/File[dav.load symlink]/ensure: created
==> wordpress-php53: Error: Cannot create /vagrant/wordpress/build; parent directory /vagrant/wordpress does not exist
==> wordpress-php53: Error: /Stage[main]/Main/Apache::Vhost[wordpress]/File[/vagrant/wordpress/build]/ensure: change from absent to directory failed: Cannot create /vagrant/wordpress/build; parent directory /vagrant/wordpress does not exist
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/conf.d/other-vhosts-access-log]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf/fragments.concat]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.load symlink]/target: target changed '../mods-available/dir.load' to '/etc/apache2/mods-available/dir.load'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.conf symlink]/target: target changed '../mods-available/mime.conf' to '/etc/apache2/mods-available/mime.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]/content: content changed '{md5}17f662fd023dbaaab9d89f9a11ae58c1' to '{md5}3fa14d6e9f9d8eb25d09ed4823508f6d'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load symlink]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Alias/File[alias.conf]/content: content changed '{md5}926033d21c2819e794c94a251355acc9' to '{md5}f6db1cc93bde9df82780cb98c2b33e77'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default.conf]/File[/var/lib/puppet/concat/15-default.conf/fragments.concat.out]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.conf symlink]/target: target changed '../mods-available/alias.conf' to '/etc/apache2/mods-available/alias.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.load symlink]/target: target changed '../mods-available/negotiation.load' to '/etc/apache2/mods-available/negotiation.load'
==> wordpress-php53: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf/fragments]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Apache::Listen[443]/Concat::Fragment[Listen 443]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf/fragments/10_Listen 443]/ensure: defined content as '{md5}462e40c14c182d965ae6448e832ebb9a'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Apache::Namevirtualhost[*:80]/Concat::Fragment[NameVirtualHost *:80]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf/fragments/10_NameVirtualHost *_80]/ensure: defined content as '{md5}a6144f5815141f7fa494ea04970d6b11'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Apache::Namevirtualhost[*:443]/Concat::Fragment[NameVirtualHost *:443]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf/fragments/10_NameVirtualHost *_443]/ensure: defined content as '{md5}235a73c5a3abcbafdd73c00f8c639b89'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Apache::Listen[80]/Concat::Fragment[Listen 80]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf/fragments/10_Listen 80]/ensure: defined content as '{md5}d5fcefc335117f400d451de47efeca87'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Reqtimeout/File[reqtimeout.conf]/content: content changed '{md5}f5104bdb13db79bd548728d5146931a7' to '{md5}81c51851ab7ee7942bef389dc7c0e985'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.conf symlink]/target: target changed '../mods-available/reqtimeout.conf' to '/etc/apache2/mods-available/reqtimeout.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.load symlink]/target: target changed '../mods-available/reqtimeout.load' to '/etc/apache2/mods-available/reqtimeout.load'
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-available/default-ssl]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[/var/lib/puppet/concat/25-wordpress.conf]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[/var/lib/puppet/concat/25-wordpress.conf]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments.concat]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments.concat]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments.concat.out]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments.concat.out]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-custom_fragment]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/270_wordpress-custom_fragment]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-custom_fragment]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/270_wordpress-custom_fragment]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-logging]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/80_wordpress-logging]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-logging]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/80_wordpress-logging]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-access_log]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/100_wordpress-access_log]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-access_log]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/100_wordpress-access_log]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-file_footer]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/999_wordpress-file_footer]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-file_footer]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/999_wordpress-file_footer]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-serversignature]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/90_wordpress-serversignature]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-serversignature]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/90_wordpress-serversignature]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-suphp]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/220_wordpress-suphp]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-suphp]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/220_wordpress-suphp]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-apache-header]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/0_wordpress-apache-header]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-apache-header]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/0_wordpress-apache-header]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-directories]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/60_wordpress-directories]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-directories]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/60_wordpress-directories]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-docroot]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/10_wordpress-docroot]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat::Fragment[wordpress-docroot]/File[/var/lib/puppet/concat/25-wordpress.conf/fragments/10_wordpress-docroot]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/Exec[concat_25-wordpress.conf]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/Exec[concat_25-wordpress.conf]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.conf symlink]/target: target changed '../mods-available/setenvif.conf' to '/etc/apache2/mods-available/setenvif.conf'
==> wordpress-php53: Notice: /Stage[main]/Apt/File[/etc/apt/apt.conf.d/15update-stamp]/content: content changed '{md5}92afc1e969a04f0764e9ae8343aa9f2f' to '{md5}4355b3e7824866a503fc221621fc65ba'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Authz_default/Apache::Mod[authz_default]/File[authz_default.load symlink]/target: target changed '../mods-available/authz_default.load' to '/etc/apache2/mods-available/authz_default.load'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat[25-wordpress-ssl.conf]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-ssl]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/210_wordpress-ssl-ssl]/ensure: defined content as '{md5}c182fad6f51c21ab9ce7e975f98983af'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-custom_fragment]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/270_wordpress-ssl-custom_fragment]/ensure: defined content as '{md5}e680488b1647338c5bbc17fb83b5d46b'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-suphp]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/220_wordpress-ssl-suphp]/ensure: defined content as '{md5}f9cff7f51c1083f8c7c4255e4697aa95'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-file_footer]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/999_wordpress-ssl-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-docroot]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/10_wordpress-ssl-docroot]/ensure: defined content as '{md5}78af21b5f810a9dbb3159e19f6374c9c'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-directories]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/60_wordpress-ssl-directories]/ensure: defined content as '{md5}2194200cfe16448bb5ca7795d23cf71d'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-logging]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/80_wordpress-ssl-logging]/ensure: defined content as '{md5}8d5ea84fe2b3830ef0ec3f0ca7ff8748'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-apache-header]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/0_wordpress-ssl-apache-header]/ensure: defined content as '{md5}369d8928b5be4525abbd8f2c1e225ec8'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load symlink]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.conf symlink]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-access_log]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/100_wordpress-ssl-access_log]/ensure: defined content as '{md5}62caa6d147763647607337a18f1fc1c0'
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-available/default]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[25-wordpress.conf]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/Concat[25-wordpress.conf]/File[25-wordpress.conf]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress]/File[25-wordpress.conf symlink]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Main/Apache::Vhost[wordpress]/File[25-wordpress.conf symlink]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.conf symlink]/target: target changed '../mods-available/deflate.conf' to '/etc/apache2/mods-available/deflate.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load symlink]/target: target changed '../mods-available/deflate.load' to '/etc/apache2/mods-available/deflate.load'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.load symlink]/target: target changed '../mods-available/autoindex.load' to '/etc/apache2/mods-available/autoindex.load'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat::Fragment[wordpress-ssl-serversignature]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments/90_wordpress-ssl-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]/content: content changed '{md5}77ea294b47d8d2e4dc68107907da8311' to '{md5}2421a3c6df32c7e38c2a7a22afdf5728'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.conf symlink]/target: target changed '../mods-available/autoindex.conf' to '/etc/apache2/mods-available/autoindex.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache/Concat::Fragment[Apache ports header]/File[/var/lib/puppet/concat/_etc_apache2_ports.conf/fragments/10_Apache ports header]/ensure: defined content as '{md5}afe35cb5747574b700ebaa0f0b3a626e'
==> wordpress-php53: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/Exec[concat_/etc/apache2/ports.conf]/returns: executed successfully
==> wordpress-php53: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/Exec[concat_/etc/apache2/ports.conf]: Triggered 'refresh' from 7 events
==> wordpress-php53: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/etc/apache2/ports.conf]/content: content changed '{md5}38b31d20326f3640a8dfbe1ff5d1c4ad' to '{md5}bc388698a3c11221869ded2030460038'
==> wordpress-php53: Notice: /Stage[main]/Mysql::Server::Service/File[/var/log/mysql/error.log]/group: group changed 'adm' to 'mysql'
==> wordpress-php53: Notice: /Stage[main]/Mysql::Server::Root_password/Mysql_user[root@localhost]/password_hash: defined 'password_hash' as '*C260A4F79FA905AF65142FFE0B9A14FE0E1519CC'
==> wordpress-php53: Notice: /Stage[main]/Mysql::Server::Root_password/File[/root/.my.cnf]/ensure: defined content as '{md5}b939143c063d7faee57a282e23b69072'
==> wordpress-php53: Notice: /Stage[main]/Main/Mysql::Db[wordpress]/Mysql_user[wordpress@localhost]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Mysql::Client::Install/Package[mysql_client]/ensure: ensure changed 'purged' to 'present'
==> wordpress-php53: Notice: /Stage[main]/Main/Mysql::Db[wordpress]/Mysql_database[wordpress]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Mysql::Db[wordpress-tests]/Mysql_database[wordpress-tests]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Mysql::Db[wordpress-tests]/Mysql_grant[wordpress@localhost/wordpress-tests.*]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Mysql::Db[wordpress]/Mysql_grant[wordpress@localhost/wordpress.*]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Mod[rewrite]/File[rewrite.load symlink]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load symlink]/target: target changed '../mods-available/authz_host.load' to '/etc/apache2/mods-available/authz_host.load'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat::Fragment[default-access_log]/File[/var/lib/puppet/concat/15-default.conf/fragments/100_default-access_log]/ensure: defined content as '{md5}c55b7c8633d6943d99311f0b5ca0914e'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Worker/File[/etc/apache2/mods-available/worker.conf]/ensure: defined content as '{md5}59cf27b20f14393692303b41f3071df6'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.conf]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Cgid/File[cgid.conf]/content: content changed '{md5}1b649ba4fca05e7d22b2080b4a90184a' to '{md5}7dffbb5823bcbb9ab4d3e67ab14d38a0'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.conf symlink]/target: target changed '../mods-available/cgid.conf' to '/etc/apache2/mods-available/cgid.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.load symlink]/target: target changed '../mods-available/cgid.load' to '/etc/apache2/mods-available/cgid.load'
==> wordpress-php53: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[env]/File[env.load symlink]/target: target changed '../mods-available/env.load' to '/etc/apache2/mods-available/env.load'
==> wordpress-php53: Notice: /Stage[main]/Main/Apt::Ppa[ppa:chris-lea/node.js]/Package[python-software-properties]/ensure: ensure changed 'purged' to 'present'
==> wordpress-php53: Notice: /Stage[main]/Main/Apt::Ppa[ppa:chris-lea/node.js]/Exec[add-apt-repository-ppa:chris-lea/node.js]/returns: executed successfully
==> wordpress-php53: Notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 events
==> wordpress-php53: Notice: /Stage[main]/Main/Package[subversion]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Main/Package[php5-imagick]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Main/Package[php5-gd]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Main/Package[git]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Main/Package[php5-mcrypt]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Main/Package[php5-xdebug]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Main/Package[nodejs]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Main/Exec[grunt-cli]/returns: executed successfully
==> wordpress-php53: Notice: /Stage[main]/Main/Package[php5-curl]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Main/Package[php5-cli]/ensure: ensure changed 'purged' to 'latest'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat::Fragment[default-logging]/File[/var/lib/puppet/concat/15-default.conf/fragments/80_default-logging]/ensure: defined content as '{md5}1b65723b465705c7bbec89027f4c277f'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default.conf]/Exec[concat_15-default.conf]/returns: executed successfully
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default.conf]/Exec[concat_15-default.conf]: Triggered 'refresh' from 10 events
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default.conf]/File[15-default.conf]/ensure: defined content as '{md5}3fe0d6a8af97c94304cb73b388468a5d'
==> wordpress-php53: Notice: /Stage[main]/Apache/Apache::Vhost[default]/File[15-default.conf symlink]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Suphp/Apache::Mod[suphp]/Package[libapache2-mod-suphp]/ensure: ensure changed 'purged' to 'present'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Suphp/File[suphp.conf]/content: content changed '{md5}a8a31d79bf723e410081872e716c475f' to '{md5}05bb7b3ea23976b032ce405bfd4edd18'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Suphp/Apache::Mod[suphp]/File[suphp.conf symlink]/target: target changed '../mods-available/suphp.conf' to '/etc/apache2/mods-available/suphp.conf'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Suphp/Apache::Mod[suphp]/File[suphp.load symlink]/target: target changed '../mods-available/suphp.load' to '/etc/apache2/mods-available/suphp.load'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]/content: content changed '{md5}9d5c750538bf58538c558b907ca924f1' to '{md5}e36e2951cff0d4df331652ca6fccdb77'
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.conf symlink]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat[25-wordpress-ssl.conf]/File[/var/lib/puppet/concat/25-wordpress-ssl.conf/fragments.concat]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat[25-wordpress-ssl.conf]/Exec[concat_25-wordpress-ssl.conf]/returns: executed successfully
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat[25-wordpress-ssl.conf]/Exec[concat_25-wordpress-ssl.conf]: Triggered 'refresh' from 12 events
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/Concat[25-wordpress-ssl.conf]/File[25-wordpress-ssl.conf]/ensure: defined content as '{md5}ea71639560ff7b428fa1cd616566d8dc'
==> wordpress-php53: Notice: /Stage[main]/Main/Apache::Vhost[wordpress-ssl]/File[25-wordpress-ssl.conf symlink]/ensure: created
==> wordpress-php53: Notice: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load symlink]/target: target changed '../mods-available/authz_user.load' to '/etc/apache2/mods-available/authz_user.load'
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/status.load]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/status.conf]/ensure: removed
==> wordpress-php53: Notice: /Stage[main]/Apache::Service/Service[httpd]: Dependency File[/vagrant/wordpress/build] has failures: true
==> wordpress-php53: Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies
==> wordpress-php53: Notice: /Stage[main]/Apache::Service/Service[httpd]: Triggered 'refresh' from 1 events
==> wordpress-php53: Notice: Finished catalog run in 184.45 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.

Could you please see how I can fix it?

Specs:

  • OS X 10.10.3
  • Vagrant 1.7.2

Long Errors after `npm install && grunt`

Hi,

I'm not sure if the boxes were installed appropriately after performing vagrant up.

After logging into the box wordpress-php53 and typing cd /vagrant/wordpress && npm install && grunt, it long errors are displayed. This is part of them and I could not copy all of them because the console window did not scroll up.

npm ERR! System Linux 3.11.0-15-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /vagrant/wordpress
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtra
n/node_modules/jpegtran-bin/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/hawk/node_mod
ules/sntp/examples
npm ERR! fstream_path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin
-jpegtran/node_modules/jpegtran-bin/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/hawk/
node_modules/sntp/examples/offset.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code UNKNOWN
npm ERR! errno -1
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: UNKNOWN, mkdir '/vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_module
s/imagemin-jpegtran/node_modules/jpegtran-bin/node_modules/bin-build/node_modules/download/node_modules/request/node_mod
ules/tough-cookie/node_modules/punycode'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.11.0-15-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /vagrant/wordpress
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtra
n/node_modules/jpegtran-bin/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/tough-cookie/
node_modules/punycode
npm ERR! fstream_path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin
-jpegtran/node_modules/jpegtran-bin/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/tough
-cookie/node_modules/punycode
npm ERR! fstream_type Directory
npm ERR! fstream_class DirWriter
npm ERR! code UNKNOWN
npm ERR! errno -1
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: UNKNOWN, mkdir '/vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_module
s/imagemin-gifsicle/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/request/node_modules
/tough-cookie/node_modules/punycode'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.11.0-15-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /vagrant/wordpress
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicl
e/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/tough-cookie/node
_modules/punycode
npm ERR! fstream_path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin
-gifsicle/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/tough-coo
kie/node_modules/punycode
npm ERR! fstream_type Directory
npm ERR! fstream_class DirWriter
npm ERR! code UNKNOWN
npm ERR! errno -1
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: UNKNOWN, mkdir '/vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_module
s/imagemin-jpegtran/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/download/node_modules/request/node_m
odules/hawk/node_modules/boom/images'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.11.0-15-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /vagrant/wordpress
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtra
n/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/download/node_modules/request/node_modules/hawk/node_m
odules/boom/images
npm ERR! fstream_path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin
-jpegtran/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/download/node_modules/request/node_modules/haw
k/node_modules/boom/images/boom.png
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code UNKNOWN
npm ERR! errno -1
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: UNKNOWN, mkdir '/vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_module
s/imagemin-gifsicle/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/request/node_modules
/hawk/node_modules/hoek/test/modules'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.11.0-15-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /vagrant/wordpress
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicl
e/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/hawk/node_modules
/hoek/test/modules
npm ERR! fstream_path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin
-gifsicle/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/request/node_modules/hawk/node
_modules/hoek/test/modules/test1.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code UNKNOWN
npm ERR! errno -1
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: UNKNOWN, mkdir '/vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_module
s/imagemin-jpegtran/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/download/node_modules/request/node_m
odules/hawk/node_modules/hoek/images'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.11.0-15-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /vagrant/wordpress
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtra
n/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/download/node_modules/request/node_modules/hawk/node_m
odules/hoek/images
npm ERR! fstream_path /vagrant/wordpress/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin
-jpegtran/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/download/node_modules/request/node_modules/haw
k/node_modules/hoek/images/hoek.png
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code UNKNOWN
npm ERR! errno -1
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm WARN optional dep failed, continuing [email protected]
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /vagrant/wordpress/npm-debug.log
npm ERR! not ok code 0

This may be due to using puppetlabs/ubuntu-12.04-32-puppet instead of puppetlabs/ubuntu-12.04-64-puppet but I'm not sure. Also configuration blocks of 5.2 and 5.4 are removed so only 5.3 and 5.5 are supposed to be installed.

When I access http://wordpress-php53.local/ it just shows a index page listing nothing. Also when I access http://wordpress-php55.local/, it shows a page saying

It works!

This is the default web page for this server.

The web server software is running but no content has been added, yet.

I cannot login to the wordpress-php55 box by typing vagrant ssh wordpress-php55 while I can with wordpress-php53.

SSL for PHP 5.2 box

Any tips for configuring SSL for the PHP 5.2 box? I notice you've intentionally only enabled it for the PHP 5.3+ boxes, so I'm wondering if you ran into any particularly painful areas with trying to get this working for PHP 5.2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.