voxpupuli / puppet-augeas

Helper for using augeas with puppet
Apache License 2.0
43 stars 82 forks source link

upgrade to 0.2.0 failed #31

Closed poikilotherm closed 10 years ago

poikilotherm commented 10 years ago

Hi again,

I just tried to update to your newly released version 0.2.0 and stumbled over a few errors: 1) Is stdlib v3.2.0 a hard requirement? I'm using latest (4.1.0) and did not have any problems... perhaps this should be changed to >=3.2.0? 2) If I just force this to install (puppet module install --force) ignoring the hard requirement, I get the error that the directory module/augeas/spec/fixtures/modules/augeas is missing. I'm not that into the puppetlabs rspec layout, but wouldn't it be sufficient to just add this directory with a hidden file?

Best regards, Poikilotherm

mcanevet commented 10 years ago

@poikilotherm I just uploaded a new version on the forge fixing at least the stdlib version issue. Could you please test if the second issue still exists ?

poikilotherm commented 10 years ago

Hi and sorry for the delay: I checked with the upgrade to v0.2.1 both issues are gone. :) Thx.