Skip to content

Commit 9e83a53

Browse files
Merge pull request puppetlabs#1966 from sheenaajay/minorfix
(maint) FM-8656 minor fix for sles
2 parents 9b958c7 + 987820f commit 9e83a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/vhost_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ class { 'apache': }
10271027
}
10281028
MANIFEST
10291029
it 'applies cleanly' do
1030-
pp += "\nclass { 'apache::mod::actions': }" if os[:family] =~ %r{debian|suse|ubuntu}
1030+
pp += "\nclass { 'apache::mod::actions': }" if os[:family] =~ %r{debian|suse|ubuntu|sles}
10311031
apply_manifest(pp, catch_failures: true)
10321032
end
10331033

0 commit comments

Comments
 (0)