Skip to content

Commit bb26d47

Browse files
author
Ashley Penney
committed
Merge branch 'rhel7' of https://github.com/apenney/puppetlabs-postgresql into rhel7
2 parents 246725c + 636e693 commit bb26d47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/acceptance/server_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ class { "postgresql::server":
208208
}
209209
EOS
210210

211+
if fact('osfamily') == 'RedHat' and fact('operatingsystemmajrelease') == '5'
212+
shell('iptables -F')
213+
end
211214
apply_manifest(pp, :catch_failures => true)
212215
apply_manifest(pp, :catch_changes => true)
213216
end

0 commit comments

Comments
 (0)