voxpupuli / puppet-augeas

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

On Debian manage augeas-lenses before Augeas calls #34

Closed antaflos closed 10 years ago

antaflos commented 10 years ago

On Debian osfamily make sure the augeas-lenses package is installed and ready before invoking Augeas. Fixes #33.

antaflos commented 10 years ago

This is not very pretty (conditional logic in init.pp) but I saw no other way since the augeas-lenses package doesn't exist on all supported operating systems. And since I have no Suse system available for testing I only considered Debian here.

raphink commented 10 years ago

I'd go for https://github.com/camptocamp/puppet-augeas/pull/35 instead if that works for you.

antaflos commented 10 years ago

@raphink #35 is better of course!

raphink commented 10 years ago

OK, merged #35 then.