voxpupuli / puppet-augeas

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

Initial support for Puppet 4 AIO package version #47

Closed roman-mueller closed 9 years ago

roman-mueller commented 9 years ago

The Puppet 4 AIO package version ships with it's own version of augeas and ruby in /opt/puppetlabs. To support this some paths need to be changed and dependency packages should not be installed anymore.

roman-mueller commented 9 years ago

I investigated the build failures, but I'm not sure how to resolve them without duplicating a lot of the tests to run with a $::puppetversion of <4 and >=4.

mcanevet commented 9 years ago

Merged in another PR. Thanks @roman-mueller