We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec60db4 commit a861997Copy full SHA for a861997
spec/acceptance/server/recovery_spec.rb
@@ -1,17 +1,17 @@
1
require 'spec_helper_acceptance'
2
3
describe 'postgresql::server::recovery', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
4
- after(:all) do
5
- pp = <<-EOS.unindent
6
- file { '/tmp/recovery.conf':
7
- ensure => absent,
8
- }
9
- EOS
10
-
11
- apply_manifest(pp, :catch_failures => true)
12
- end
13
14
describe 'should manage recovery' do
+ after(:all) do
+ pp = <<-EOS.unindent
+ file { '/tmp/recovery.conf':
+ ensure => absent,
+ }
+ EOS
+
+ apply_manifest(pp, :catch_failures => true)
+ end
15
it 'adds conf file' do
16
pp = <<-EOS.unindent
17
class { 'postgresql::globals':
0 commit comments