summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/spec/classes/autorestart_spec.rb
blob: ad9c9f2eed5902228442b9d109d87efb61e7811c (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('apache2.service.d/autorestart.conf').with_source('puppet:///modules/site_apache/autorestart.conf')
  end
end