Skip to content

Commit

Permalink
(maint) Add basic acceptance test for mod_md
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Nov 23, 2020
1 parent 3eb6671 commit 15c96d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/acceptance/mod_md_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require 'spec_helper_acceptance'

describe 'apache::mod::md' do
pp = <<-MANIFEST
class { 'apache' : }
class { 'apache::mod::md': }
MANIFEST

it 'succeeds in installing the mod_md module' do
apply_manifest(pp, catch_failures: true)
end
end

0 comments on commit 15c96d4

Please sign in to comment.