Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while doing vagrant up #3

Closed
toddlers opened this issue Mar 17, 2014 · 4 comments
Closed

error while doing vagrant up #3

toddlers opened this issue Mar 17, 2014 · 4 comments

Comments

@toddlers
Copy link

Hi,

I've just git cloned your repo and did vagrant up . I am getting this error

stdin: is not a tty
Could not find class apt for precise64.wirelessap at /tmp/vagrant-puppet-1/manifests/default.pp:10 on node precise64.wirelessap
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

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

Stdout from the command:

Stderr from the command:

stdin: is not a tty
Could not find class apt for precise64.wirelessap at /tmp/vagrant-puppet-1/manifests/default.pp:10 on node precise64.wirelessap

I am using vagrant 1.5.1

Any help would be appreciated .

cheers
sp

@nhhagen
Copy link
Owner

nhhagen commented Mar 17, 2014

This has a lot of git submodules and needs to be cloned using

git clone --recursive ....

I'm planing to move from puppet to saltstack so that git submodules will not be needed, but I have not had the time to do so.

@nhhagen nhhagen closed this as completed Mar 17, 2014
@toddlers
Copy link
Author

Thanks @nhhagen for quick reply !
I think updating that README for this should help people :)

@nhhagen
Copy link
Owner

nhhagen commented Mar 18, 2014

feel free to do a pull request with a better README

@kri1987
Copy link

kri1987 commented Jul 26, 2014

Just updated the readme with a pull request thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants