voxpupuli / puppet-augeas

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

Update params.pp #30

Closed poikilotherm closed 10 years ago

poikilotherm commented 10 years ago

This puppet module can be used on Suse flavors via adding two repos: A) for recent puppet packages: https://build.opensuse.org/project/show/systemsmanagement:puppet (holding the actual rubygem-ruby-augeas package, official repos only include python-augeas grrr) B) for dependency rubygems on SLES 11 add the SLE11-SDK repo available from Novell, openSuSE status unknown

raphink commented 10 years ago

This PR adds a trailing space on line 13 which breaks the tests. Could you fix that please?

poikilotherm commented 10 years ago

Done :) The auto-indent feature of the GitHub editor lead to this error, when I copy&pasted my code from local file (commited the change via WebUI).

raphink commented 10 years ago

Merged. Thank you.