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
describe_augeas 'auto.master: auto.gapp', :lens => 'Automaster', :target => 'etc/auto.master' do
it 'should add /gapp' do
should execute.with_change
aug_get('1').should == '/gapp'
should execute.idempotently
end
end
This is likely a bug in ruby-augeas or augeas itself, it'd be great if you could get a core file and backtrace if it's still an issue. rspec-puppet-augeas is just using the Ruby API here.
The relevant part of my test is simple:
It segfaults:
This is on Mac OSX wit augeas 1.2.0:
The text was updated successfully, but these errors were encountered: