4b864789c0
Add configure_apache parameter to add the ability to disable configuration of Apache vhost for Horizon. - Move Apache configuration to horizon::wsgi::apache class. - Move management of logdir resource to horizon::wsgi::apache class. Change-Id: I5aeb577ce827e923ed01a73cca1bd79789f81eff Closes-bug: #1190282
6 lines
186 B
Ruby
6 lines
186 B
Ruby
shared_examples_for "a Puppet::Error" do |description|
|
|
it "with message matching #{description.inspect}" do
|
|
expect { subject }.to raise_error(Puppet::Error, description)
|
|
end
|
|
end
|