Include firewall class in firewall based test

Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
Ken Barber 2013-09-12 14:46:11 +01:00
parent a0a2a00a49
commit 402a6b9608

View file

@ -183,6 +183,7 @@ describe 'server with firewall:' do
context 'test installing postgresql with firewall management on' do
it 'perform installation and make sure it is idempotent' do
pp = <<-EOS
class { 'firewall': }
class { "postgresql::server":
manage_firewall => true,
}