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 257e704 commit def2a4aCopy full SHA for def2a4a
spec/plans/backup_spec.rb
@@ -2,7 +2,7 @@
2
3
describe 'peadm::backup' do
4
include BoltSpec::Plans
5
- let(:params) { { 'primary_host' => 'primary' } }
+ let(:params) { { 'targets' => 'primary' } }
6
7
it 'runs with default params' do
8
allow_apply
spec/plans/restore_spec.rb
describe 'peadm::restore' do
- let(:params) { { 'primary_host' => 'primary', 'backup_timestamp' => '2022-03-29_16:57:41' } }
+ let(:params) { { 'targets' => 'primary', 'backup_timestamp' => '2022-03-29_16:57:41' } }
0 commit comments