Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Puppet 4.1 is installed, breaking the provisioning #9

Open
everflux opened this issue Jun 14, 2015 · 0 comments
Open

Puppet 4.1 is installed, breaking the provisioning #9

everflux opened this issue Jun 14, 2015 · 0 comments

Comments

@everflux
Copy link

The current vagrant file installs a not backwards compatible puppet version (4.1 currently) while the configuration is for puppet 3.

For me the workaround was to prevent the installation of a custom puppet gem:

sed -s 's/sudo gem install puppet/#sudo gem install puppet' Vagrantfile
sed -s 's/sudo gem install hiera/#sudo gem install hiera' Vagrantfile
sed -s 's/sudo gem install hiera-puppet/#sudo gem install hiera-puppet' Vagrantfile

This works because the ubuntu cloudimage contains puppet and hiera.

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

No branches or pull requests

1 participant