Created
August 21, 2013 16:10
-
-
Save dsdobrzynski/6296528 to your computer and use it in GitHub Desktop.
Airbox Vagrant Up Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| |ruby-1.9.3-p448| Douglass-MacBook-Pro in ~/work/airbox | |
| ± |promet ✗| → vagrant up dev | |
| Bringing machine 'dev' up with 'virtualbox' provider... | |
| [dev] Importing base box 'squeeze'... | |
| [dev] Matching MAC address for NAT networking... | |
| [dev] Setting the name of the VM... | |
| [dev] Clearing any previously set forwarded ports... | |
| [Berkshelf] This version of the Berkshelf plugin has not been fully tested on this version of Vagrant. | |
| [Berkshelf] You should check for a newer version of vagrant-berkshelf. | |
| [Berkshelf] If you encounter any errors with this version, please report them at https://github.com/RiotGames/vagrant-berkshelf/issues | |
| [Berkshelf] You can also join the discussion in #berkshelf on Freenode. | |
| [Berkshelf] Updating Vagrant's berkshelf: '/Users/dsdobrzynski/.berkshelf/dev/vagrant/berkshelf-20130821-8000-4ed29t-dev' | |
| [Berkshelf] You are using the old lockfile format. Attempting to convert... | |
| [Berkshelf] Installing drupal (0.1.1) from git: 'https://github.com/promet/drupal_cookbook.git' with branch: 'master' at ref: 'af2dc17cc2bffdda57e070e6fa64541b3773d489' | |
| [Berkshelf] Installing solo-helper (0.0.1) from git: 'https://github.com/glennpratt/solo-helper_cookbook.git' with branch: 'master' at ref: '183b6e411c930ac8e7c638ad3cb10cae6a8af8fc' | |
| [Berkshelf] Using apt (2.1.0) | |
| [Berkshelf] Using database (1.4.0) | |
| [Berkshelf] Using mysql (3.0.2) | |
| [Berkshelf] Using openssl (1.0.2) | |
| [Berkshelf] Using build-essential (1.4.0) | |
| [Berkshelf] Using postgresql (3.0.2) | |
| [Berkshelf] Using aws (0.101.2) | |
| [Berkshelf] Using xfs (1.1.0) | |
| [Berkshelf] Using apache2 (1.6.6) | |
| [Berkshelf] Using git (2.5.2) | |
| [Berkshelf] Using dmg (1.1.0) | |
| [Berkshelf] Using yum (2.3.0) | |
| [Berkshelf] Using windows (1.10.0) | |
| [Berkshelf] Using chef_handler (1.1.4) | |
| [Berkshelf] Using runit (1.1.6) | |
| [Berkshelf] Using php (1.2.2) | |
| [Berkshelf] Using xml (1.1.2) | |
| [Berkshelf] Using memcached (1.4.0) | |
| [Berkshelf] Using postfix (2.1.6) | |
| [Berkshelf] Using hostsfile (2.0.0) | |
| Pruning invalid NFS exports. Administrator privileges will be required... | |
| [dev] Creating shared folders metadata... | |
| [dev] Clearing any previously set network interfaces... | |
| [dev] Preparing network interfaces based on configuration... | |
| [dev] Forwarding ports... | |
| [dev] -- 22 => 2222 (adapter 1) | |
| [dev] -- 22 => 2200 (adapter 1) | |
| [dev] Running any VM customizations... | |
| [dev] Booting VM... | |
| [dev] Waiting for VM to boot. This can take a few minutes. | |
| [dev] VM booted and ready for use! | |
| [dev] Setting hostname... | |
| [dev] Configuring and enabling network interfaces... | |
| [dev] Mounting shared folders... | |
| [dev] -- /vagrant | |
| [dev] -- /tmp/vagrant-chef-1/chef-solo-1/cookbooks | |
| [dev] Exporting NFS shared folders... | |
| Preparing to edit /etc/exports. Administrator privileges will be required... | |
| [dev] Mounting NFS shared folders... | |
| [dev] Running provisioner: chef_solo... | |
| Generating chef JSON and uploading... | |
| Running chef-solo... | |
| stdin: is not a tty | |
| [2013-08-21T15:53:52+00:00] INFO: *** Chef 10.18.2 *** | |
| [2013-08-21T15:53:52+00:00] INFO: Setting the run_list to ["recipe[solo-helper]", "recipe[drupal]", "recipe[drupal::node_sites]", "recipe[drupal::drush]"] from JSON | |
| [2013-08-21T15:53:52+00:00] INFO: Run List is [recipe[solo-helper], recipe[drupal], recipe[drupal::node_sites], recipe[drupal::drush]] | |
| [2013-08-21T15:53:52+00:00] INFO: Run List expands to [solo-helper, drupal, drupal::node_sites, drupal::drush] | |
| [2013-08-21T15:53:52+00:00] INFO: Starting Chef Run for promet-airbox | |
| [2013-08-21T15:53:52+00:00] INFO: Running start handlers | |
| [2013-08-21T15:53:52+00:00] INFO: Start handlers complete. | |
| [2013-08-21T15:53:53+00:00] WARN: Cloning resource attributes for service[postfix] from prior resource (CHEF-3694) | |
| [2013-08-21T15:53:53+00:00] WARN: Previous service[postfix]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/postfix/recipes/default.rb:30:in `from_file' | |
| [2013-08-21T15:53:53+00:00] WARN: Current service[postfix]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/postfix/recipes/default.rb:63:in `from_file' | |
| [2013-08-21T15:53:53+00:00] WARN: Cloning resource attributes for service[apache2] from prior resource (CHEF-3694) | |
| [2013-08-21T15:53:53+00:00] WARN: Previous service[apache2]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apache2/recipes/default.rb:24:in `from_file' | |
| [2013-08-21T15:53:53+00:00] WARN: Current service[apache2]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apache2/recipes/default.rb:221:in `from_file' | |
| [2013-08-21T15:53:53+00:00] INFO: Processing execute[apt-get-update-build-essentials] action run (build-essential::debian line 22) | |
| [2013-08-21T15:54:04+00:00] INFO: execute[apt-get-update-build-essentials] ran successfully | |
| [2013-08-21T15:54:04+00:00] INFO: Processing package[autoconf] action install (build-essential::debian line 40) | |
| [2013-08-21T15:54:16+00:00] INFO: Processing package[binutils-doc] action install (build-essential::debian line 40) | |
| [2013-08-21T15:54:22+00:00] INFO: Processing package[bison] action install (build-essential::debian line 40) | |
| [2013-08-21T15:54:30+00:00] INFO: Processing package[build-essential] action install (build-essential::debian line 40) | |
| [2013-08-21T15:54:41+00:00] INFO: Processing package[flex] action install (build-essential::debian line 40) | |
| [2013-08-21T15:54:48+00:00] INFO: Processing package[mysql-client] action install (mysql::client line 46) | |
| [2013-08-21T15:54:58+00:00] INFO: Processing package[libmysqlclient-dev] action install (mysql::client line 46) | |
| [2013-08-21T15:55:05+00:00] INFO: Processing chef_gem[mysql] action install (mysql::ruby line 31) | |
| [2013-08-21T15:55:22+00:00] WARN: Cloning resource attributes for directory[/var/cache/local/preseeding] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:22+00:00] WARN: Previous directory[/var/cache/local/preseeding]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/recipes/default.rb:62:in `block in from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Current directory[/var/cache/local/preseeding]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:47:in `from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Cloning resource attributes for directory[/var/lib/mysql] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:22+00:00] WARN: Previous directory[/var/lib/mysql]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:108:in `block in from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Current directory[/var/lib/mysql]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:108:in `block in from_file' | |
| [2013-08-21T15:55:22+00:00] INFO: Could not find previously defined grants.sql resource | |
| [2013-08-21T15:55:22+00:00] WARN: Cloning resource attributes for service[mysql] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:22+00:00] WARN: Previous service[mysql]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:154:in `from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Current service[mysql]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:218:in `from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Cloning resource attributes for apt_repository[dotdeb] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:22+00:00] WARN: Previous apt_repository[dotdeb]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:21:in `from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Current apt_repository[dotdeb]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:21:in `from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Cloning resource attributes for apt_repository[dotdeb-php54] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:22+00:00] WARN: Previous apt_repository[dotdeb-php54]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:29:in `from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Current apt_repository[dotdeb-php54]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:29:in `from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Cloning resource attributes for package[php5-apc] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:22+00:00] WARN: Previous package[php5-apc]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:43:in `from_file' | |
| [2013-08-21T15:55:22+00:00] WARN: Current package[php5-apc]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:43:in `from_file' | |
| [2013-08-21T15:55:22+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) | |
| [2013-08-21T15:55:28+00:00] INFO: execute[apt-get-update] ran successfully | |
| [2013-08-21T15:55:28+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) | |
| [2013-08-21T15:55:28+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) | |
| [2013-08-21T15:55:28+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) | |
| [2013-08-21T15:55:28+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48) | |
| [2013-08-21T15:55:33+00:00] INFO: package[update-notifier-common] sending run action to execute[apt-get-update] (immediate) | |
| [2013-08-21T15:55:33+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) | |
| [2013-08-21T15:55:39+00:00] INFO: execute[apt-get-update] ran successfully | |
| [2013-08-21T15:55:39+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52) | |
| [2013-08-21T15:55:39+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62) | |
| [2013-08-21T15:55:39+00:00] INFO: directory[/var/cache/local] created directory /var/cache/local | |
| [2013-08-21T15:55:39+00:00] INFO: directory[/var/cache/local] mode changed to 755 | |
| [2013-08-21T15:55:39+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62) | |
| [2013-08-21T15:55:39+00:00] INFO: directory[/var/cache/local/preseeding] created directory /var/cache/local/preseeding | |
| [2013-08-21T15:55:39+00:00] INFO: directory[/var/cache/local/preseeding] mode changed to 755 | |
| [2013-08-21T15:55:39+00:00] INFO: Processing apt_repository[dotdeb] action add (drupal::default line 21) | |
| [2013-08-21T15:55:39+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:39+00:00] WARN: Previous execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/recipes/default.rb:29:in `from_file' | |
| [2013-08-21T15:55:39+00:00] WARN: Current execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:55:39+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59) | |
| [2013-08-21T15:55:43+00:00] INFO: remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] updated | |
| [2013-08-21T15:55:43+00:00] INFO: remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] mode changed to 644 | |
| [2013-08-21T15:55:43+00:00] INFO: Processing execute[install-key dotdeb.gpg] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73) | |
| [2013-08-21T15:55:43+00:00] INFO: execute[install-key dotdeb.gpg] ran successfully | |
| [2013-08-21T15:55:43+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:55:43+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:55:43+00:00] INFO: Processing file[/etc/apt/sources.list.d/dotdeb.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) | |
| [2013-08-21T15:55:44+00:00] INFO: entered create | |
| [2013-08-21T15:55:44+00:00] INFO: file[/etc/apt/sources.list.d/dotdeb.list] mode changed to 644 | |
| [2013-08-21T15:55:44+00:00] INFO: file[/etc/apt/sources.list.d/dotdeb.list] created file /etc/apt/sources.list.d/dotdeb.list | |
| [2013-08-21T15:55:44+00:00] INFO: file[/etc/apt/sources.list.d/dotdeb.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate) | |
| [2013-08-21T15:55:44+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action delete (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:55:44+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20130821155544 | |
| [2013-08-21T15:55:44+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp | |
| [2013-08-21T15:55:44+00:00] INFO: file[/etc/apt/sources.list.d/dotdeb.list] sending run action to execute[apt-get update] (immediate) | |
| [2013-08-21T15:55:44+00:00] INFO: Processing execute[apt-get update] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:55:50+00:00] INFO: execute[apt-get update] ran successfully | |
| [2013-08-21T15:55:50+00:00] INFO: Processing apt_repository[dotdeb-php54] action add (drupal::default line 29) | |
| [2013-08-21T15:55:50+00:00] WARN: Cloning resource attributes for remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:50+00:00] WARN: Previous remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:55:50+00:00] WARN: Current remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:55:50+00:00] WARN: Cloning resource attributes for execute[install-key dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:50+00:00] WARN: Previous execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:55:50+00:00] WARN: Current execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:55:50+00:00] WARN: Cloning resource attributes for file[/var/lib/apt/periodic/update-success-stamp] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:50+00:00] WARN: Previous file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:55:50+00:00] WARN: Current file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:55:50+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-08-21T15:55:50+00:00] WARN: Previous execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:55:50+00:00] WARN: Current execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:55:50+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59) | |
| [2013-08-21T15:55:50+00:00] INFO: Processing execute[install-key dotdeb.gpg] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73) | |
| [2013-08-21T15:55:50+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:55:50+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:55:50+00:00] INFO: Processing file[/etc/apt/sources.list.d/dotdeb-php54.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) | |
| [2013-08-21T15:55:50+00:00] INFO: entered create | |
| [2013-08-21T15:55:50+00:00] INFO: file[/etc/apt/sources.list.d/dotdeb-php54.list] mode changed to 644 | |
| [2013-08-21T15:55:50+00:00] INFO: file[/etc/apt/sources.list.d/dotdeb-php54.list] created file /etc/apt/sources.list.d/dotdeb-php54.list | |
| [2013-08-21T15:55:50+00:00] INFO: file[/etc/apt/sources.list.d/dotdeb-php54.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate) | |
| [2013-08-21T15:55:50+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action delete (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:55:50+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20130821155550 | |
| [2013-08-21T15:55:50+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp | |
| [2013-08-21T15:55:50+00:00] INFO: file[/etc/apt/sources.list.d/dotdeb-php54.list] sending run action to execute[apt-get update] (immediate) | |
| [2013-08-21T15:55:50+00:00] INFO: Processing execute[apt-get update] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:55:56+00:00] INFO: execute[apt-get update] ran successfully | |
| [2013-08-21T15:55:56+00:00] INFO: Processing package[postfix] action install (postfix::default line 21) | |
| [2013-08-21T15:56:09+00:00] INFO: Processing service[postfix] action enable (postfix::default line 30) | |
| [2013-08-21T15:56:09+00:00] INFO: Processing template[/etc/postfix/main.cf] action create (postfix::default line 53) | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/main.cf] backed up to /var/chef/backup/etc/postfix/main.cf.chef-20130821155610 | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/main.cf] updated content | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/main.cf] owner changed to 0 | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/main.cf] group changed to 0 | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/main.cf] mode changed to 644 | |
| [2013-08-21T15:56:10+00:00] INFO: Processing template[/etc/postfix/master.cf] action create (postfix::default line 53) | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/master.cf] backed up to /var/chef/backup/etc/postfix/master.cf.chef-20130821155610 | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/master.cf] updated content | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/master.cf] owner changed to 0 | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/master.cf] group changed to 0 | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/master.cf] mode changed to 644 | |
| [2013-08-21T15:56:10+00:00] INFO: template[/etc/postfix/master.cf] not queuing delayed action restart on service[postfix] (delayed), as it's already been queued | |
| [2013-08-21T15:56:10+00:00] INFO: Processing service[postfix] action start (postfix::default line 63) | |
| [2013-08-21T15:56:12+00:00] INFO: Processing package[php5-cgi] action install (php::package line 22) | |
| [2013-08-21T15:56:23+00:00] INFO: Processing package[php5] action install (php::package line 22) | |
| [2013-08-21T15:56:29+00:00] INFO: Processing package[php5-dev] action install (php::package line 22) | |
| [2013-08-21T15:56:37+00:00] INFO: Processing package[php5-cli] action install (php::package line 22) | |
| [2013-08-21T15:56:47+00:00] INFO: Processing package[php-pear] action install (php::package line 22) | |
| [2013-08-21T15:56:54+00:00] INFO: Processing template[/etc/php5/cli/php.ini] action create (php::package line 27) | |
| [2013-08-21T15:56:54+00:00] INFO: template[/etc/php5/cli/php.ini] backed up to /var/chef/backup/etc/php5/cli/php.ini.chef-20130821155654 | |
| [2013-08-21T15:56:54+00:00] INFO: template[/etc/php5/cli/php.ini] updated content | |
| [2013-08-21T15:56:54+00:00] INFO: template[/etc/php5/cli/php.ini] owner changed to 0 | |
| [2013-08-21T15:56:54+00:00] INFO: template[/etc/php5/cli/php.ini] group changed to 0 | |
| [2013-08-21T15:56:54+00:00] INFO: template[/etc/php5/cli/php.ini] mode changed to 644 | |
| [2013-08-21T15:56:54+00:00] INFO: Processing php_pear_channel[pear.php.net] action update (php::default line 25) | |
| [2013-08-21T15:56:59+00:00] INFO: Processing php_pear_channel[pecl.php.net] action update (php::default line 29) | |
| [2013-08-21T15:57:05+00:00] INFO: Processing package[php5-mysql] action install (php::module_mysql line 30) | |
| [2013-08-21T15:57:13+00:00] INFO: Processing package[php5-gd] action install (php::module_gd line 30) | |
| [2013-08-21T15:57:20+00:00] INFO: Processing package[php5-curl] action upgrade (php::module_curl line 26) | |
| [2013-08-21T15:57:26+00:00] INFO: package[php5-curl] upgraded from uninstalled to 5.4.17-1~dotdeb.0 | |
| [2013-08-21T15:57:26+00:00] INFO: Processing package[php5-apc] action install (drupal::default line 43) | |
| [2013-08-21T15:57:32+00:00] INFO: Processing package[git] action install (git::default line 24) | |
| [2013-08-21T15:57:41+00:00] INFO: Processing package[apache2] action install (apache2::default line 20) | |
| [2013-08-21T15:57:49+00:00] INFO: Processing service[apache2] action enable (apache2::default line 24) | |
| [2013-08-21T15:57:49+00:00] INFO: Processing directory[/etc/apache2/ssl] action create (apache2::default line 131) | |
| [2013-08-21T15:57:49+00:00] INFO: directory[/etc/apache2/ssl] created directory /etc/apache2/ssl | |
| [2013-08-21T15:57:49+00:00] INFO: directory[/etc/apache2/ssl] mode changed to 755 | |
| [2013-08-21T15:57:49+00:00] INFO: Processing directory[/etc/apache2/conf.d] action create (apache2::default line 137) | |
| [2013-08-21T15:57:49+00:00] INFO: Processing directory[/var/cache/apache2] action create (apache2::default line 143) | |
| [2013-08-21T15:57:49+00:00] INFO: directory[/var/cache/apache2] owner changed to 0 | |
| [2013-08-21T15:57:49+00:00] INFO: directory[/var/cache/apache2] owner changed to 0 | |
| [2013-08-21T15:57:49+00:00] INFO: Processing template[/etc/sysconfig/httpd] action create (apache2::default line 150) | |
| [2013-08-21T15:57:49+00:00] INFO: Processing template[apache2.conf] action create (apache2::default line 159) | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2.conf] backed up to /var/chef/backup/etc/apache2/apache2.conf.chef-20130821155749 | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2.conf] updated content | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2.conf] owner changed to 0 | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2.conf] group changed to 0 | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2.conf] mode changed to 644 | |
| [2013-08-21T15:57:49+00:00] INFO: Processing template[apache2-conf-security] action create (apache2::default line 175) | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2-conf-security] updated content | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2-conf-security] owner changed to 0 | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2-conf-security] group changed to 0 | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2-conf-security] mode changed to 644 | |
| [2013-08-21T15:57:49+00:00] INFO: template[apache2-conf-security] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:57:49+00:00] INFO: Processing template[apache2-conf-charset] action create (apache2::default line 185) | |
| [2013-08-21T15:57:49+00:00] INFO: Processing template[/etc/apache2/ports.conf] action create (apache2::default line 195) | |
| [2013-08-21T15:57:49+00:00] INFO: template[/etc/apache2/ports.conf] backed up to /var/chef/backup/etc/apache2/ports.conf.chef-20130821155749 | |
| [2013-08-21T15:57:49+00:00] INFO: template[/etc/apache2/ports.conf] updated content | |
| [2013-08-21T15:57:49+00:00] INFO: template[/etc/apache2/ports.conf] owner changed to 0 | |
| [2013-08-21T15:57:49+00:00] INFO: template[/etc/apache2/ports.conf] group changed to 0 | |
| [2013-08-21T15:57:49+00:00] INFO: template[/etc/apache2/ports.conf] mode changed to 644 | |
| [2013-08-21T15:57:49+00:00] INFO: template[/etc/apache2/ports.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:57:49+00:00] INFO: Processing template[/etc/apache2/sites-available/default] action create (apache2::default line 204) | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/sites-available/default] backed up to /var/chef/backup/etc/apache2/sites-available/default.chef-20130821155750 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/sites-available/default] updated content | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/sites-available/default] owner changed to 0 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/sites-available/default] group changed to 0 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/sites-available/default] mode changed to 644 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/sites-available/default] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:57:50+00:00] INFO: Processing template[/etc/apache2/mods-available/status.conf] action create (apache2::mod_status line 21) | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/status.conf] backed up to /var/chef/backup/etc/apache2/mods-available/status.conf.chef-20130821155750 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/status.conf] updated content | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/status.conf] owner changed to 0 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/status.conf] group changed to 0 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/status.conf] mode changed to 644 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/status.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod status] action run (apache2::mod_status line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing template[/etc/apache2/mods-available/alias.conf] action create (apache2::mod_alias line 21) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod alias] action run (apache2::mod_alias line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod auth_basic] action run (apache2::mod_auth_basic line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod authn_file] action run (apache2::mod_authn_file line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod authz_default] action run (apache2::mod_authz_default line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod authz_groupfile] action run (apache2::mod_authz_groupfile line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod authz_host] action run (apache2::mod_authz_host line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod authz_user] action run (apache2::mod_authz_user line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing template[/etc/apache2/mods-available/autoindex.conf] action create (apache2::mod_autoindex line 21) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod autoindex] action run (apache2::mod_autoindex line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing template[/etc/apache2/mods-available/dir.conf] action create (apache2::mod_dir line 21) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod dir] action run (apache2::mod_dir line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod env] action run (apache2::mod_env line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing template[/etc/apache2/mods-available/mime.conf] action create (apache2::mod_mime line 21) | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/mime.conf] backed up to /var/chef/backup/etc/apache2/mods-available/mime.conf.chef-20130821155750 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/mime.conf] updated content | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/mime.conf] owner changed to 0 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/mime.conf] group changed to 0 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/mime.conf] mode changed to 644 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/mime.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod mime] action run (apache2::mod_mime line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing template[/etc/apache2/mods-available/negotiation.conf] action create (apache2::mod_negotiation line 21) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod negotiation] action run (apache2::mod_negotiation line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing template[/etc/apache2/mods-available/setenvif.conf] action create (apache2::mod_setenvif line 21) | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/setenvif.conf] backed up to /var/chef/backup/etc/apache2/mods-available/setenvif.conf.chef-20130821155750 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/setenvif.conf] updated content | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/setenvif.conf] owner changed to 0 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/setenvif.conf] group changed to 0 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/setenvif.conf] mode changed to 644 | |
| [2013-08-21T15:57:50+00:00] INFO: template[/etc/apache2/mods-available/setenvif.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2enmod setenvif] action run (apache2::mod_setenvif line 38) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing execute[a2dissite default] action run (apache2::default line 34) | |
| [2013-08-21T15:57:50+00:00] INFO: execute[a2dissite default] ran successfully | |
| [2013-08-21T15:57:50+00:00] INFO: Processing service[apache2] action start (apache2::default line 221) | |
| [2013-08-21T15:57:50+00:00] INFO: Processing package[libapache2-mod-php5] action install (apache2::mod_php5 line 23) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing file[/etc/apache2/conf.d/php.conf] action delete (apache2::mod_php5 line 67) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing execute[a2enmod php5] action run (apache2::mod_php5 line 38) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing execute[apt-get-update-build-essentials] action nothing (build-essential::debian line 22) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing package[autoconf] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing package[binutils-doc] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing package[bison] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing package[build-essential] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing package[flex] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing package[mysql-client] action install (mysql::client line 46) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing package[libmysqlclient-dev] action install (mysql::client line 46) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing chef_gem[mysql] action install (mysql::ruby line 31) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (mysql::server line 47) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing execute[preseed mysql-server] action nothing (mysql::server line 54) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing template[/var/cache/local/preseeding/mysql-server.seed] action create (mysql::server line 59) | |
| [2013-08-21T15:58:04+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] updated content | |
| [2013-08-21T15:58:04+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] owner changed to 0 | |
| [2013-08-21T15:58:04+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] group changed to 0 | |
| [2013-08-21T15:58:04+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] mode changed to 600 | |
| [2013-08-21T15:58:04+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] sending run action to execute[preseed mysql-server] (immediate) | |
| [2013-08-21T15:58:04+00:00] INFO: Processing execute[preseed mysql-server] action run (mysql::server line 54) | |
| [2013-08-21T15:58:04+00:00] INFO: execute[preseed mysql-server] ran successfully | |
| [2013-08-21T15:58:04+00:00] INFO: Processing template[/etc/mysql/debian.cnf] action create (mysql::server line 67) | |
| [2013-08-21T15:58:05+00:00] INFO: template[/etc/mysql/debian.cnf] updated content | |
| [2013-08-21T15:58:05+00:00] INFO: template[/etc/mysql/debian.cnf] owner changed to 0 | |
| [2013-08-21T15:58:05+00:00] INFO: template[/etc/mysql/debian.cnf] group changed to 0 | |
| [2013-08-21T15:58:05+00:00] INFO: template[/etc/mysql/debian.cnf] mode changed to 600 | |
| [2013-08-21T15:58:05+00:00] INFO: Processing package[mysql-server] action install (mysql::server line 94) | |
| [2013-08-21T15:58:33+00:00] INFO: package[mysql-server] sending start action to service[mysql] (immediate) | |
| [2013-08-21T15:58:33+00:00] INFO: Processing service[mysql] action start (mysql::server line 218) | |
| [2013-08-21T15:58:33+00:00] INFO: Processing directory[/var/run/mysqld] action create (mysql::server line 108) | |
| [2013-08-21T15:58:33+00:00] INFO: directory[/var/run/mysqld] owner changed to 110 | |
| [2013-08-21T15:58:33+00:00] INFO: Processing directory[/var/log/mysql] action create (mysql::server line 108) | |
| [2013-08-21T15:58:33+00:00] INFO: directory[/var/log/mysql] owner changed to 110 | |
| [2013-08-21T15:58:33+00:00] INFO: Processing directory[/etc/mysql] action create (mysql::server line 108) | |
| [2013-08-21T15:58:33+00:00] INFO: directory[/etc/mysql] owner changed to 106 | |
| [2013-08-21T15:58:33+00:00] INFO: directory[/etc/mysql] owner changed to 110 | |
| [2013-08-21T15:58:33+00:00] INFO: Processing directory[/etc/mysql/conf.d] action create (mysql::server line 108) | |
| [2013-08-21T15:58:33+00:00] INFO: directory[/etc/mysql/conf.d] owner changed to 106 | |
| [2013-08-21T15:58:33+00:00] INFO: directory[/etc/mysql/conf.d] owner changed to 110 | |
| [2013-08-21T15:58:33+00:00] INFO: Processing directory[/var/lib/mysql] action create (mysql::server line 108) | |
| [2013-08-21T15:58:33+00:00] INFO: Processing directory[/var/lib/mysql] action create (mysql::server line 108) | |
| [2013-08-21T15:58:33+00:00] INFO: Processing execute[mysql-install-db] action run (mysql::server line 148) | |
| [2013-08-21T15:58:33+00:00] INFO: Processing service[mysql] action enable (mysql::server line 154) | |
| [2013-08-21T15:58:33+00:00] INFO: Processing execute[assign-root-password] action run (mysql::server line 166) | |
| [2013-08-21T15:58:33+00:00] INFO: Processing template[/etc/mysql/grants.sql] action create (mysql::server line 179) | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/grants.sql] updated content | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/grants.sql] owner changed to 0 | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/grants.sql] group changed to 0 | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/grants.sql] mode changed to 600 | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/grants.sql] sending run action to execute[mysql-install-privileges] (immediate) | |
| [2013-08-21T15:58:34+00:00] INFO: Processing execute[mysql-install-privileges] action run (mysql::server line 195) | |
| [2013-08-21T15:58:34+00:00] INFO: execute[mysql-install-privileges] ran successfully | |
| [2013-08-21T15:58:34+00:00] INFO: Processing execute[mysql-install-privileges] action nothing (mysql::server line 195) | |
| [2013-08-21T15:58:34+00:00] INFO: Processing template[/etc/mysql/my.cnf] action create (mysql::server line 202) | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/my.cnf] backed up to /var/chef/backup/etc/mysql/my.cnf.chef-20130821155834 | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/my.cnf] updated content | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/my.cnf] owner changed to 0 | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/my.cnf] group changed to 0 | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/my.cnf] mode changed to 644 | |
| [2013-08-21T15:58:34+00:00] INFO: template[/etc/mysql/my.cnf] sending restart action to service[mysql] (immediate) | |
| [2013-08-21T15:58:34+00:00] INFO: Processing service[mysql] action restart (mysql::server line 218) | |
| [2013-08-21T15:58:37+00:00] INFO: service[mysql] restarted | |
| [2013-08-21T15:58:37+00:00] INFO: Processing service[mysql] action start (mysql::server line 218) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing apt_repository[dotdeb] action add (drupal::default line 21) | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:58:37+00:00] WARN: Current remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for execute[install-key dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:58:37+00:00] WARN: Current execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for file[/var/lib/apt/periodic/update-success-stamp] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Current file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Current execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for file[/etc/apt/sources.list.d/dotdeb.list] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous file[/etc/apt/sources.list.d/dotdeb.list]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:118:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Current file[/etc/apt/sources.list.d/dotdeb.list]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:118:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing execute[install-key dotdeb.gpg] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing file[/etc/apt/sources.list.d/dotdeb.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing apt_repository[dotdeb-php54] action add (drupal::default line 29) | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:58:37+00:00] WARN: Current remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for execute[install-key dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:58:37+00:00] WARN: Current execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for file[/var/lib/apt/periodic/update-success-stamp] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Current file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Current execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Cloning resource attributes for file[/etc/apt/sources.list.d/dotdeb-php54.list] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:37+00:00] WARN: Previous file[/etc/apt/sources.list.d/dotdeb-php54.list]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:118:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] WARN: Current file[/etc/apt/sources.list.d/dotdeb-php54.list]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:118:in `block in class_from_file' | |
| [2013-08-21T15:58:37+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing execute[install-key dotdeb.gpg] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing file[/etc/apt/sources.list.d/dotdeb-php54.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing package[php5-apc] action install (drupal::default line 43) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing drupal_site[airbox.dev] action create (drupal::node_sites line 23) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing directory[/var/drupals/airbox/www/sites/airbox.dev] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 8) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing template[/var/drupals/airbox/www/sites/airbox.dev/settings.php] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 15) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing directory[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 57) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing directory[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d/ini.conf.d] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 57) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing directory[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d/globals.conf.d] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 57) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing template[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d/globals.conf.d/databases.json] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 65) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing template[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d/globals.conf.d/globals.default.json] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 78) | |
| [2013-08-21T15:58:37+00:00] INFO: Processing execute[a2enmod rewrite] action run (apache2::mod_rewrite line 38) | |
| [2013-08-21T15:58:37+00:00] INFO: execute[a2enmod rewrite] ran successfully | |
| [2013-08-21T15:58:37+00:00] INFO: execute[a2enmod rewrite] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:58:37+00:00] INFO: Processing template[/etc/apache2/mods-available/deflate.conf] action create (apache2::mod_deflate line 21) | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/mods-available/deflate.conf] backed up to /var/chef/backup/etc/apache2/mods-available/deflate.conf.chef-20130821155838 | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/mods-available/deflate.conf] updated content | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/mods-available/deflate.conf] owner changed to 0 | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/mods-available/deflate.conf] group changed to 0 | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/mods-available/deflate.conf] mode changed to 644 | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/mods-available/deflate.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:58:38+00:00] INFO: Processing execute[a2enmod deflate] action run (apache2::mod_deflate line 38) | |
| [2013-08-21T15:58:38+00:00] INFO: Processing execute[a2enmod headers] action run (apache2::mod_headers line 38) | |
| [2013-08-21T15:58:38+00:00] INFO: execute[a2enmod headers] ran successfully | |
| [2013-08-21T15:58:38+00:00] INFO: execute[a2enmod headers] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:58:38+00:00] INFO: Processing template[/etc/apache2/sites-available/airbox.dev.conf] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apache2/definitions/web_app.rb line 29) | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/sites-available/airbox.dev.conf] updated content | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/sites-available/airbox.dev.conf] owner changed to 0 | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/sites-available/airbox.dev.conf] group changed to 0 | |
| [2013-08-21T15:58:38+00:00] INFO: template[/etc/apache2/sites-available/airbox.dev.conf] mode changed to 644 | |
| [2013-08-21T15:58:38+00:00] INFO: Processing execute[a2ensite airbox.dev.conf] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apache2/definitions/apache_site.rb line 24) | |
| [2013-08-21T15:58:38+00:00] INFO: execute[a2ensite airbox.dev.conf] ran successfully | |
| [2013-08-21T15:58:38+00:00] INFO: execute[a2ensite airbox.dev.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued | |
| [2013-08-21T15:58:38+00:00] INFO: Processing hostsfile_entry[127.0.1.1] action append (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 41) | |
| [2013-08-21T15:58:38+00:00] INFO: Processing mysql_database[devDB] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 100) | |
| [2013-08-21T15:58:38+00:00] INFO: Processing mysql_database_user[devDBA] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 105) | |
| [2013-08-21T15:58:38+00:00] INFO: Processing mysql_database_user[devDBA] action grant (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 105) | |
| [2013-08-21T15:58:38+00:00] INFO: mysql_database_user[devDBA]: granting access with statement [GRANT all ON `devDB`.* TO `devDBA`@`localhost` IDENTIFIED BY [FILTERED]] | |
| [2013-08-21T15:58:38+00:00] INFO: Processing directory[/etc/drushes/cache] action create (drupal::drush line 14) | |
| [2013-08-21T15:58:38+00:00] INFO: directory[/etc/drushes/cache] created directory /etc/drushes/cache | |
| [2013-08-21T15:58:38+00:00] INFO: directory[/etc/drushes/cache] mode changed to 755 | |
| [2013-08-21T15:58:38+00:00] INFO: Processing directory[/etc/drushes/7.x-5.9] action create (drupal::drush line 14) | |
| [2013-08-21T15:58:38+00:00] INFO: directory[/etc/drushes/7.x-5.9] created directory /etc/drushes/7.x-5.9 | |
| [2013-08-21T15:58:38+00:00] INFO: directory[/etc/drushes/7.x-5.9] mode changed to 755 | |
| [2013-08-21T15:58:38+00:00] INFO: Processing remote_file[/etc/drushes/cache/drush-7.x-5.9.tar.gz] action create (drupal::drush line 23) | |
| [2013-08-21T15:58:42+00:00] INFO: remote_file[/etc/drushes/cache/drush-7.x-5.9.tar.gz] updated | |
| [2013-08-21T15:58:42+00:00] INFO: remote_file[/etc/drushes/cache/drush-7.x-5.9.tar.gz] mode changed to 644 | |
| [2013-08-21T15:58:42+00:00] INFO: Processing execute[untar-drush] action run (drupal::drush line 29) | |
| [2013-08-21T15:58:42+00:00] INFO: execute[untar-drush] ran successfully | |
| [2013-08-21T15:58:42+00:00] INFO: Processing link[/usr/local/bin/drush] action create (drupal::drush line 35) | |
| [2013-08-21T15:58:42+00:00] INFO: link[/usr/local/bin/drush] created | |
| [2013-08-21T15:58:42+00:00] INFO: Processing execute[/usr/local/bin/drush] action run (drupal::drush line 39) | |
| [2013-08-21T15:58:48+00:00] INFO: execute[/usr/local/bin/drush] ran successfully | |
| [2013-08-21T15:58:48+00:00] INFO: template[/etc/postfix/main.cf] sending restart action to service[postfix] (delayed) | |
| [2013-08-21T15:58:48+00:00] INFO: Processing service[postfix] action restart (postfix::default line 63) | |
| [2013-08-21T15:58:48+00:00] INFO: service[postfix] restarted | |
| [2013-08-21T15:58:48+00:00] INFO: template[apache2.conf] sending restart action to service[apache2] (delayed) | |
| [2013-08-21T15:58:48+00:00] INFO: Processing service[apache2] action restart (apache2::default line 221) | |
| [2013-08-21T15:58:50+00:00] INFO: service[apache2] restarted | |
| [2013-08-21T15:58:50+00:00] INFO: execute[a2dissite default] sending restart action to service[apache2] (delayed) | |
| [2013-08-21T15:58:50+00:00] INFO: Processing service[apache2] action restart (apache2::default line 24) | |
| [2013-08-21T15:58:53+00:00] INFO: service[apache2] restarted | |
| [2013-08-21T15:58:53+00:00] INFO: Chef Run complete in 300.06351693 seconds | |
| [2013-08-21T15:58:53+00:00] INFO: Running report handlers | |
| [2013-08-21T15:58:53+00:00] INFO: Report handlers complete | |
| [dev] Running provisioner: chef_solo... | |
| Generating chef JSON and uploading... | |
| [dev] Warning: Chef solo run list is empty. This may not be what you want. | |
| Running chef-solo... | |
| stdin: is not a tty | |
| [2013-08-21T15:58:54+00:00] INFO: *** Chef 10.18.2 *** | |
| [2013-08-21T15:58:54+00:00] INFO: Setting the run_list to ["recipe[solo-helper]", "recipe[drupal]", "recipe[drupal::node_sites]", "recipe[drupal::drush]"] from JSON | |
| [2013-08-21T15:58:54+00:00] INFO: Run List is [recipe[solo-helper], recipe[drupal], recipe[drupal::node_sites], recipe[drupal::drush]] | |
| [2013-08-21T15:58:54+00:00] INFO: Run List expands to [solo-helper, drupal, drupal::node_sites, drupal::drush] | |
| [2013-08-21T15:58:54+00:00] INFO: Starting Chef Run for promet-airbox | |
| [2013-08-21T15:58:54+00:00] INFO: Running start handlers | |
| [2013-08-21T15:58:54+00:00] INFO: Start handlers complete. | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for service[postfix] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous service[postfix]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/postfix/recipes/default.rb:30:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current service[postfix]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/postfix/recipes/default.rb:63:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for service[apache2] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous service[apache2]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apache2/recipes/default.rb:24:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current service[apache2]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apache2/recipes/default.rb:221:in `from_file' | |
| [2013-08-21T15:58:55+00:00] INFO: Processing execute[apt-get-update-build-essentials] action run (build-essential::debian line 22) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing package[autoconf] action install (build-essential::debian line 40) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing package[binutils-doc] action install (build-essential::debian line 40) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing package[bison] action install (build-essential::debian line 40) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing package[build-essential] action install (build-essential::debian line 40) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing package[flex] action install (build-essential::debian line 40) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing package[mysql-client] action install (mysql::client line 46) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing package[libmysqlclient-dev] action install (mysql::client line 46) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing chef_gem[mysql] action install (mysql::ruby line 31) | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for directory[/var/cache/local/preseeding] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous directory[/var/cache/local/preseeding]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/recipes/default.rb:62:in `block in from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current directory[/var/cache/local/preseeding]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:47:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for directory[/var/lib/mysql] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous directory[/var/lib/mysql]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:108:in `block in from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current directory[/var/lib/mysql]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:108:in `block in from_file' | |
| [2013-08-21T15:58:55+00:00] INFO: Could not find previously defined grants.sql resource | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for service[mysql] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous service[mysql]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:154:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current service[mysql]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/recipes/server.rb:218:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for apt_repository[dotdeb] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous apt_repository[dotdeb]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:21:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current apt_repository[dotdeb]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:21:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for apt_repository[dotdeb-php54] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous apt_repository[dotdeb-php54]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:29:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current apt_repository[dotdeb-php54]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:29:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for package[php5-apc] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous package[php5-apc]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:43:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current package[php5-apc]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/recipes/default.rb:43:in `from_file' | |
| [2013-08-21T15:58:55+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing package[update-notifier-common] action install (apt::default line 48) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62) | |
| [2013-08-21T15:58:55+00:00] INFO: Processing apt_repository[dotdeb] action add (drupal::default line 21) | |
| [2013-08-21T15:58:55+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-08-21T15:58:55+00:00] WARN: Previous execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/recipes/default.rb:29:in `from_file' | |
| [2013-08-21T15:58:55+00:00] WARN: Current execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:58:55+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing execute[install-key dotdeb.gpg] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing file[/etc/apt/sources.list.d/dotdeb.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing apt_repository[dotdeb-php54] action add (drupal::default line 29) | |
| [2013-08-21T15:59:00+00:00] WARN: Cloning resource attributes for remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:00+00:00] WARN: Previous remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:59:00+00:00] WARN: Current remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:59:00+00:00] WARN: Cloning resource attributes for execute[install-key dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:00+00:00] WARN: Previous execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:59:00+00:00] WARN: Current execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:59:00+00:00] WARN: Cloning resource attributes for file[/var/lib/apt/periodic/update-success-stamp] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:00+00:00] WARN: Previous file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:59:00+00:00] WARN: Current file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:59:00+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:00+00:00] WARN: Previous execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:59:00+00:00] WARN: Current execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:59:00+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing execute[install-key dotdeb.gpg] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing file[/etc/apt/sources.list.d/dotdeb-php54.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing package[postfix] action install (postfix::default line 21) | |
| [2013-08-21T15:59:00+00:00] INFO: Processing service[postfix] action enable (postfix::default line 30) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing template[/etc/postfix/main.cf] action create (postfix::default line 53) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing template[/etc/postfix/master.cf] action create (postfix::default line 53) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing service[postfix] action start (postfix::default line 63) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing package[php5-cgi] action install (php::package line 22) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing package[php5] action install (php::package line 22) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing package[php5-dev] action install (php::package line 22) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing package[php5-cli] action install (php::package line 22) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing package[php-pear] action install (php::package line 22) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing template[/etc/php5/cli/php.ini] action create (php::package line 27) | |
| [2013-08-21T15:59:01+00:00] INFO: Processing php_pear_channel[pear.php.net] action update (php::default line 25) | |
| [2013-08-21T15:59:06+00:00] INFO: Processing php_pear_channel[pecl.php.net] action update (php::default line 29) | |
| [2013-08-21T15:59:11+00:00] INFO: Processing package[php5-mysql] action install (php::module_mysql line 30) | |
| [2013-08-21T15:59:11+00:00] INFO: Processing package[php5-gd] action install (php::module_gd line 30) | |
| [2013-08-21T15:59:11+00:00] INFO: Processing package[php5-curl] action upgrade (php::module_curl line 26) | |
| [2013-08-21T15:59:11+00:00] INFO: Processing package[php5-apc] action install (drupal::default line 43) | |
| [2013-08-21T15:59:11+00:00] INFO: Processing package[git] action install (git::default line 24) | |
| [2013-08-21T15:59:11+00:00] INFO: Processing package[apache2] action install (apache2::default line 20) | |
| [2013-08-21T15:59:11+00:00] INFO: Processing service[apache2] action enable (apache2::default line 24) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/etc/apache2/ssl] action create (apache2::default line 131) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/etc/apache2/conf.d] action create (apache2::default line 137) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/cache/apache2] action create (apache2::default line 143) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/sysconfig/httpd] action create (apache2::default line 150) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[apache2.conf] action create (apache2::default line 159) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[apache2-conf-security] action create (apache2::default line 175) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[apache2-conf-charset] action create (apache2::default line 185) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/ports.conf] action create (apache2::default line 195) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/sites-available/default] action create (apache2::default line 204) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/mods-available/status.conf] action create (apache2::mod_status line 21) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod status] action run (apache2::mod_status line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/mods-available/alias.conf] action create (apache2::mod_alias line 21) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod alias] action run (apache2::mod_alias line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod auth_basic] action run (apache2::mod_auth_basic line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod authn_file] action run (apache2::mod_authn_file line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod authz_default] action run (apache2::mod_authz_default line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod authz_groupfile] action run (apache2::mod_authz_groupfile line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod authz_host] action run (apache2::mod_authz_host line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod authz_user] action run (apache2::mod_authz_user line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/mods-available/autoindex.conf] action create (apache2::mod_autoindex line 21) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod autoindex] action run (apache2::mod_autoindex line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/mods-available/dir.conf] action create (apache2::mod_dir line 21) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod dir] action run (apache2::mod_dir line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod env] action run (apache2::mod_env line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/mods-available/mime.conf] action create (apache2::mod_mime line 21) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod mime] action run (apache2::mod_mime line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/mods-available/negotiation.conf] action create (apache2::mod_negotiation line 21) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod negotiation] action run (apache2::mod_negotiation line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/mods-available/setenvif.conf] action create (apache2::mod_setenvif line 21) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod setenvif] action run (apache2::mod_setenvif line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2dissite default] action run (apache2::default line 34) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing service[apache2] action start (apache2::default line 221) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[libapache2-mod-php5] action install (apache2::mod_php5 line 23) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing file[/etc/apache2/conf.d/php.conf] action delete (apache2::mod_php5 line 67) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod php5] action run (apache2::mod_php5 line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[apt-get-update-build-essentials] action nothing (build-essential::debian line 22) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[autoconf] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[binutils-doc] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[bison] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[build-essential] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[flex] action nothing (build-essential::debian line 40) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[mysql-client] action install (mysql::client line 46) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[libmysqlclient-dev] action install (mysql::client line 46) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing chef_gem[mysql] action install (mysql::ruby line 31) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (mysql::server line 47) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[preseed mysql-server] action nothing (mysql::server line 54) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/var/cache/local/preseeding/mysql-server.seed] action create (mysql::server line 59) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/mysql/debian.cnf] action create (mysql::server line 67) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[mysql-server] action install (mysql::server line 94) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/run/mysqld] action create (mysql::server line 108) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/log/mysql] action create (mysql::server line 108) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/etc/mysql] action create (mysql::server line 108) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/etc/mysql/conf.d] action create (mysql::server line 108) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/lib/mysql] action create (mysql::server line 108) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/lib/mysql] action create (mysql::server line 108) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[mysql-install-db] action run (mysql::server line 148) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing service[mysql] action enable (mysql::server line 154) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[assign-root-password] action run (mysql::server line 166) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/mysql/grants.sql] action create (mysql::server line 179) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[mysql-install-privileges] action nothing (mysql::server line 195) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/mysql/my.cnf] action create (mysql::server line 202) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing service[mysql] action start (mysql::server line 218) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing apt_repository[dotdeb] action add (drupal::default line 21) | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:59:12+00:00] WARN: Current remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for execute[install-key dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:59:12+00:00] WARN: Current execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for file[/var/lib/apt/periodic/update-success-stamp] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Current file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Current execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for file[/etc/apt/sources.list.d/dotdeb.list] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous file[/etc/apt/sources.list.d/dotdeb.list]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:118:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Current file[/etc/apt/sources.list.d/dotdeb.list]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:118:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[install-key dotdeb.gpg] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing file[/etc/apt/sources.list.d/dotdeb.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing apt_repository[dotdeb-php54] action add (drupal::default line 29) | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:59:12+00:00] WARN: Current remote_file[/tmp/vagrant-chef-1/dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:59:in `install_key_from_uri' | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for execute[install-key dotdeb.gpg] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:59:12+00:00] WARN: Current execute[install-key dotdeb.gpg]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:73:in `install_key_from_uri' | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for file[/var/lib/apt/periodic/update-success-stamp] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Current file[/var/lib/apt/periodic/update-success-stamp]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:102:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Current execute[apt-get update]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:106:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Cloning resource attributes for file[/etc/apt/sources.list.d/dotdeb-php54.list] from prior resource (CHEF-3694) | |
| [2013-08-21T15:59:12+00:00] WARN: Previous file[/etc/apt/sources.list.d/dotdeb-php54.list]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:118:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] WARN: Current file[/etc/apt/sources.list.d/dotdeb-php54.list]: /tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb:118:in `block in class_from_file' | |
| [2013-08-21T15:59:12+00:00] INFO: Processing remote_file[/tmp/vagrant-chef-1/dotdeb.gpg] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 59) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[install-key dotdeb.gpg] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 73) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing file[/var/lib/apt/periodic/update-success-stamp] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 102) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[apt-get update] action nothing (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 106) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing file[/etc/apt/sources.list.d/dotdeb-php54.list] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apt/providers/repository.rb line 118) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing package[php5-apc] action install (drupal::default line 43) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing drupal_site[airbox.dev] action create (drupal::node_sites line 23) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/drupals/airbox/www/sites/airbox.dev] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 8) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/var/drupals/airbox/www/sites/airbox.dev/settings.php] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 15) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 57) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d/ini.conf.d] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 57) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d/globals.conf.d] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 57) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d/globals.conf.d/databases.json] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 65) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/var/drupals/airbox/www/sites/airbox.dev/settings.conf.d/globals.conf.d/globals.default.json] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 78) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod rewrite] action run (apache2::mod_rewrite line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/mods-available/deflate.conf] action create (apache2::mod_deflate line 21) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod deflate] action run (apache2::mod_deflate line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2enmod headers] action run (apache2::mod_headers line 38) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing template[/etc/apache2/sites-available/airbox.dev.conf] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apache2/definitions/web_app.rb line 29) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing execute[a2ensite airbox.dev.conf] action run (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/apache2/definitions/apache_site.rb line 24) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing hostsfile_entry[127.0.1.1] action append (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 41) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing mysql_database[devDB] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 100) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing mysql_database_user[devDBA] action create (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 105) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing mysql_database_user[devDBA] action grant (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/drupal/providers/site.rb line 105) | |
| [2013-08-21T15:59:12+00:00] INFO: mysql_database_user[devDBA]: granting access with statement [GRANT all ON `devDB`.* TO `devDBA`@`localhost` IDENTIFIED BY [FILTERED]] | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/etc/drushes/cache] action create (drupal::drush line 14) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing directory[/etc/drushes/7.x-5.9] action create (drupal::drush line 14) | |
| [2013-08-21T15:59:12+00:00] INFO: Processing remote_file[/etc/drushes/cache/drush-7.x-5.9.tar.gz] action create (drupal::drush line 23) | |
| [2013-08-21T15:59:13+00:00] INFO: Processing execute[untar-drush] action run (drupal::drush line 29) | |
| [2013-08-21T15:59:13+00:00] INFO: execute[untar-drush] ran successfully | |
| [2013-08-21T15:59:13+00:00] INFO: Processing link[/usr/local/bin/drush] action create (drupal::drush line 35) | |
| [2013-08-21T15:59:13+00:00] INFO: Processing execute[/usr/local/bin/drush] action run (drupal::drush line 39) | |
| [2013-08-21T15:59:13+00:00] INFO: execute[/usr/local/bin/drush] ran successfully | |
| [2013-08-21T15:59:13+00:00] INFO: Chef Run complete in 19.093277508 seconds | |
| [2013-08-21T15:59:13+00:00] INFO: Running report handlers | |
| [2013-08-21T15:59:13+00:00] INFO: Report handlers complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment