summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/spec/classes/extensions.rb
blob: 164034c2e2889d4f3457bd174a3c4c977f7e02a2 (plain)
1
2
3
4
5
6
7
require File.expand_path(File.join(File.dirname(__FILE__),'../spec_helper'))

describe 'site_apache::common::extensions' do
  it "should include apache autostart" do
    should contain_file('/etc/systemd/system/apache2.service.d/auto_restart.conf').with_source('puppet:///modules/site_apache/apache_auto_restart.conf')
  end
end