Open mzeis opened 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.
include augeas
augeas is available without including it for me; do you need to include it or could this be solved otherwise?
Hi,
in my setup I get the error
when I install n98-magerun using
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?