summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/spec/classes/autorestart.rb
blob: afa02ec97ad89728eb2ab5bbe44c2c8743fecb2a (plain)
1
2
3
4
5
6
7
require 'spec_helper'

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