cmuench / puppet-n98magerun

n98-magerun puppet module [unmaintained]
Apache License 2.0
4 stars 15 forks source link

Error: Could not find class augeas #7

Open mzeis opened 9 years ago

mzeis commented 9 years ago

Hi,

in my setup I get the error

==> default: Error: Could not find class augeas for xxx on node yyy

when I install n98-magerun using

class { 'n98magerun': }

I can fix it by removing include augeas (https://github.com/cmuench/puppet-n98magerun/blob/b6e7a8e2d96e086a335332bde1baf133bd357ab7/manifests/init.pp#L7). My puppet version is 3.4.3.

augeas is available without including it for me; do you need to include it or could this be solved otherwise?