Skip to content

Commit 2c58670

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#4 from mhaskel/rhel7
If we're just testing for a warning no need to start up the services.
2 parents abe2b9c + f004ca3 commit 2c58670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/acceptance/server_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ class { 'postgresql::client':
151151
it 'raises a warning' do
152152
pp = <<-EOS.unindent
153153
class { 'postgresql::server':
154+
ensure => absent,
154155
version => '9.3',
155156
}
156157
EOS

0 commit comments

Comments
 (0)