voxpupuli / puppet-augeas

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

fix missing augparse cmd path #26

Closed nagas closed 11 years ago

nagas commented 11 years ago

Add path attribute as puppet's Exec resource requires fully qualified command or path attribute.

Without this fix, adding new len ends up with following error [...] is not qualified and no path was specified. Please qualify the command or specify a path.

raphink commented 11 years ago

As a general rule, we never specify paths in exec resources. Instead, we set a default for all Exec resources in local manifests. I invite you to do the same.

nagas commented 11 years ago

Ah, ok. That's alright. I'll do that. Maybe it's worth to mention that in the README? Anyway, thank you for the response. I guess you can close this pull request in this case.