Skip to content

puppet "settings" module missing? #1

@neerolyte

Description

@neerolyte

When running vagrant up I hit a provisioning error due to what I'm guessing is a file that hasn't been checked in:

[master] Running provisioner: Vagrant::Provisioners::Puppet...
[master] Running Puppet with /tmp/vagrant-puppet/manifests/site.pp...
stdin: is not a tty
Could not parse for environment production: No file(s) found for import of 'settings' at /tmp/vagrant-puppet/manifests/site.pp:7 on node master.local

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 --modulepath '/tmp/vagrant-puppet/modules-0' /tmp/vagrant-puppet/manifests/site.pp

I have cloned using

git clone https://github.com/wulff/vagrant-jenkins.git --recursive

which grabbed all of the submodules as you'd expect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions