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
7 lines
162 B
Ruby
7 lines
162 B
Ruby
require 'puppetlabs_spec_helper/module_spec_helper'
|
|
require 'shared_examples'
|
|
|
|
RSpec.configure do |c|
|
|
c.alias_it_should_behave_like_to :it_raises, 'raises'
|
|
end
|