Sha256: 7c8ec77b5a6f286b41b62ee1125c8a110cf3a00af3c566711e902f8a743000be
Contents?: true
Size: 543 Bytes
Versions: 11
Compression:
Stored size: 543 Bytes
Contents
describe 'apache::mod::peruser', :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('peruser') } it { should contain_file("/usr/local/etc/apache22/Modules/peruser.conf").with_ensure('file') } end end
Version data entries
11 entries across 11 versions & 1 rubygems