Sha256: fd4c954cf8f71ca23eec556c95fc07c7401961b6c991ef0510045ea7f5e9111e
Contents?: true
Size: 537 Bytes
Versions: 11
Compression:
Stored size: 537 Bytes
Contents
describe 'apache::mod::event', :type => :class do let :pre_condition do 'class { "apache": mpm_module => false, }' end context "on a FreeBSD OS" do let :facts do { :osfamily => 'FreeBSD', :operatingsystemrelease => '9', :concat_basedir => '/dne', } end it { should contain_class("apache::params") } it { should_not contain_apache__mod('event') } it { should contain_file("/usr/local/etc/apache22/Modules/event.conf").with_ensure('file') } end end
Version data entries
11 entries across 11 versions & 1 rubygems