You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ puppet resource --libdir lib/ syslog --trace
Error: Could not run: unknown error - Matching path expression '/files/etc/rsyslog.conf/entry[selector/facility='' and selector/level='' and action/='']' failed
/home/dcleal/code/augeasproviders/domcleal-augeasproviders/lib/puppet/provider/syslog/augeas.rb:86:in `match'
/home/dcleal/code/augeasproviders/domcleal-augeasproviders/lib/puppet/provider/syslog/augeas.rb:86:in `exists?'
/home/dcleal/.rvm/gems/ruby-1.9.3-p392@ap/gems/puppet-3.1.1/lib/puppet/property/ensure.rb:81:in `retrieve'
It appears that all of the parameters and properties of the resource generated in instances are nil when called in exists? and the only param available is the name. Since other fields are used to determine whether it exists, this fails.
The text was updated successfully, but these errors were encountered:
Running ralsh against syslog fails:
It appears that all of the parameters and properties of the resource generated in
instances
are nil when called inexists?
and the only param available is the name. Since other fields are used to determine whether it exists, this fails.The text was updated successfully, but these errors were encountered: