gposton / vagrant-hiera

MIT License
21 stars 12 forks source link

Allows skipping hiera-puppet installation #6

Closed fgrehm closed 12 years ago

fgrehm commented 12 years ago

It seems that puppet-common 3.0.0 replaces hiera-puppet, if you open up http://apt.puppetlabs.com/dists/precise/main/binary-amd64/Packages and search for Conflicts: hiera-puppet and you'll see that puppet-common 3.0.0-1puppetlabs1 replaces hiera-puppet

gposton commented 12 years ago

Again, I see that you wrote this code to avoid changing functionality, but I really just want the default to be 'work's with puppet 3.' With that said I made the default to skip Heira-puppet install, unless the puppet_version is set to less than 3.0.

fgrehm commented 12 years ago

No worries, I'm using puppet 3.0 as well :-)