dirkaholic / vagrant-php-dev-box

PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
477 stars 141 forks source link

Issue with new install #7

Closed TigerWolf closed 12 years ago

TigerWolf commented 12 years ago

Did cloned this repo and did a vagrant up and got this error

Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find declared class apt at /tmp/vagrant-puppet/manifests/default.pp:168 on node precise64
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

cd /tmp/vagrant-puppet/manifests && puppet apply --verbose --modulepath '/tmp/vagrant-puppet/modules-0' /tmp/vagrant-puppet/manifests/default.pp
TigerWolf commented 12 years ago

Ooops! Forgot to run git submodule update --init