summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/spec/classes/extensions.rb
blob: 632b2d72e564e6d0b5d2d1a2e951fdbc2e2ba24d (plain)
1
2
3
4
5
6
7
require '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