GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

Apache error on fresh provision #15

Closed MatthewHager closed 9 years ago

MatthewHager commented 9 years ago
==> default: Running provisioner: puppet...
==> default: Running Puppet with default.pp...
==> default: Notice: Compiled catalog for valkyrie.val in environment production in 2.88 seconds
==> default: Notice: /Stage[main]/Drush::Apt::Update/Exec[drush_apt_update]/returns: executed successfully
==> default: Notice: /Stage[main]/Main/Node[default]/Package[tree]/ensure: ensure changed 'purged' to 'present'
==> default: Notice: /Stage[main]/Main/Node[default]/Package[htop]/ensure: ensure changed 'purged' to 'present'
==> default: Notice: /Stage[main]/Drush::Git::Drush/Package[git]/ensure: ensure changed 'purged' to 'present'
==> default: Error: /Stage[main]/Main/Node[default]/Service[apache2]: Could not evaluate: Could not find init script or upstart conf file for 'apache2'
==> default: Notice: /Stage[main]/Valkyrie::Deploy_keys/File[/vagrant/.valkyrie/ssh]/owner: owner changed 'ubuntu' to 'vagrant'
==> default: Notice: /Stage[main]/Valkyrie::Deploy_keys/File[/vagrant/.valkyrie/ssh]/group: group changed 'ubuntu' to 'vagrant'
ergonlogic commented 9 years ago

This was an issue with Puppet. Since we've moved to Ansible, it should no longer apply. Feel free to start another issue, if you see something similar again.