cmuench / Magento-Vagrant-Puppet-Nginx

Installs magento and a nginx server
61 stars 21 forks source link

Vagrant up error #2

Closed javar closed 10 years ago

javar commented 11 years ago

I got this:

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

puppet apply --modulepath '/etc/puppet/modules:/tmp/vagrant-puppet/modules-0' --detailed-exitcodes /tmp/vagrant-puppet/manifests/base.pp || [ $? -eq 2 ]

cmuench commented 11 years ago

thanks for reporting. I will investigate the issue soon.

cmuench commented 11 years ago

@javar It looks that you didn't run the following commands before vagrant up:

git submodule init
git submodule update
javar commented 11 years ago

let me try it. Thanks