We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1ac81 commit 5d0f2d8Copy full SHA for 5d0f2d8
spec/acceptance/server/recovery_spec.rb
@@ -46,7 +46,7 @@ class { 'postgresql::server': }
46
}
47
EOS
48
49
- apply_manifest(pp, :catch_failures => true)
+ apply_manifest(pp, catch_failures: true)
50
end
51
52
it 'does not add conf file' do
@@ -59,8 +59,8 @@ class { 'postgresql::globals':
59
class { 'postgresql::server': }
60
61
62
63
- apply_manifest(pp, :catch_changes => true)
+ apply_manifest(pp, catch_changes: true)
64
65
66
describe file('/tmp/recovery.conf') do
0 commit comments