File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ class { 'postgresql::server': } ->
126126 EOS
127127
128128 apply_manifest ( pp , :catch_failures => true )
129- apply_manifest ( pp , :expect_changes => true )
129+ apply_manifest ( pp , :catch_changes => true )
130130 end
131131
132132 it 'should run SQL when the onlyif query returns rows' do
@@ -136,12 +136,12 @@ class { 'postgresql::server': } ->
136136 db => 'postgres',
137137 psql_user => 'postgres',
138138 command => 'select * from pg_database limit 1',
139- onlfy => 'select 1 where 1=1',
139+ onlyif => 'select 1 where 1=1',
140140 }
141141 EOS
142142
143143 apply_manifest ( pp , :catch_failures => true )
144- apply_manifest ( pp , :catch_changes => true )
144+ apply_manifest ( pp , :expect_changes => true )
145145 end
146146
147147 context 'with secure password passing by environment' do
You can’t perform that action at this time.
0 commit comments