voxpupuli / puppet-augeas

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

0.3.0 forge release is broken #40

Closed jhoblitt closed 9 years ago

jhoblitt commented 9 years ago

A dangling symlink in the fixtures dir breaks puppet module install (and thus librarian-puppet).

Notice: Downloading from https://forgeapi.puppetlabs.com ...
Error: No such file or directory - /home/rpinson
Error: Try 'puppet help module install' for usage
$ ls -la spec/fixtures/modules/augeas 
lrwxrwxrwx 1 jhoblitt users 31 Jul  2 06:40 spec/fixtures/modules/augeas -> /home/rpinson/dev/puppet-augeas
igalic commented 9 years ago

we're hitting the same issue, and we're fixing it with

mod "augeas",   :git => "https://github.com/camptocamp/puppet-augeas", :ref => '0.3.0'
benhocker commented 9 years ago

I'm hitting it too.

raphink commented 9 years ago

Fixed in 0.3.2