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
When looking at #43, I found that there was an existing failing unit test. I did not correct it to keep commits contained to the related problem. I would suggest either setting the unit test to look for 'service named reload', or removing it entirely since I do not see where the class sets this information anyway.
Failures:
bind::server
Failure/Error: })}
expected that the catalogue would contain Service[named] with restart set to "/sbin/service named reload" but it is set to "service named reload" in the catalogue
./spec/classes/bind_server_spec.rb:14:in `block (2 levels) in <top (required)>'
The text was updated successfully, but these errors were encountered:
When looking at #43, I found that there was an existing failing unit test. I did not correct it to keep commits contained to the related problem. I would suggest either setting the unit test to look for 'service named reload', or removing it entirely since I do not see where the class sets this information anyway.
Failures:
Failure/Error: })}
expected that the catalogue would contain Service[named] with restart set to
"/sbin/service named reload"
but it is set to"service named reload"
in the catalogue./spec/classes/bind_server_spec.rb:14:in `block (2 levels) in <top (required)>'
The text was updated successfully, but these errors were encountered: