File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class { 'postgresql::server': }
29
29
end
30
30
31
31
it do
32
- is_expected . to contain_concat__fragment ( 'recovery.conf' )
32
+ is_expected . to contain_concat__fragment ( 'test- recovery.conf' )
33
33
. with ( content : %r{restore_command = 'restore_command'[\n ]+recovery_target_timeline = 'recovery_target_timeline'} )
34
34
end
35
35
end
@@ -100,7 +100,7 @@ class { 'postgresql::server': }
100
100
end
101
101
102
102
it do
103
- is_expected . to contain_concat__fragment ( 'recovery.conf' )
103
+ is_expected . to contain_concat__fragment ( 'test- recovery.conf' )
104
104
. with ( content : %r{restore_command = 'restore_command'[\n ]+archive_cleanup_command = 'archive_cleanup_command'[\n ]+recovery_end_command = 'recovery_end_command'[\n ]+recovery_target_name = 'recovery_target_name'[\n ]+recovery_target_time = 'recovery_target_time'[\n ]+recovery_target_xid = 'recovery_target_xid'[\n ]+recovery_target_inclusive = true[\n ]+recovery_target = 'recovery_target'[\n ]+recovery_target_timeline = 'recovery_target_timeline'[\n ]+pause_at_recovery_target = true[\n ]+standby_mode = on[\n ]+primary_conninfo = 'primary_conninfo'[\n ]+primary_slot_name = 'primary_slot_name'[\n ]+trigger_file = 'trigger_file'[\n ]+recovery_min_apply_delay = 0[\n ]+} ) # rubocop:disable Layout/LineLength
105
105
end
106
106
end
You can’t perform that action at this time.
0 commit comments