File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 end
2626 end
2727
28- context 'on redhat 7 ' do
29- include_examples 'RedHat 7 '
28+ context 'on redhat 8 ' do
29+ include_examples 'RedHat 8 '
3030
3131 describe 'with no parameters' do
3232 it 'executes successfully' do
Original file line number Diff line number Diff line change 108108end
109109
110110describe 'postgresql::server::extension' do
111- include_examples 'Debian 10 '
111+ include_examples 'Debian 11 '
112112
113113 let :pre_condition do
114114 "class { 'postgresql::server': }
124124 }
125125 end
126126
127- it { is_expected . to contain_file ( '/var/lib/postgresql/11 /main' ) } # FIXME: be more precise
128- it { is_expected . to contain_concat ( '/etc/postgresql/11 /main/pg_hba.conf' ) } # FIXME: be more precise
129- it { is_expected . to contain_concat ( '/etc/postgresql/11 /main/pg_ident.conf' ) } # FIXME: be more precise
127+ it { is_expected . to contain_file ( '/var/lib/postgresql/13 /main' ) } # FIXME: be more precise
128+ it { is_expected . to contain_concat ( '/etc/postgresql/13 /main/pg_hba.conf' ) } # FIXME: be more precise
129+ it { is_expected . to contain_concat ( '/etc/postgresql/13 /main/pg_ident.conf' ) } # FIXME: be more precise
130130
131131 context 'with mandatory arguments only' do
132132 it {
137137end
138138
139139describe 'postgresql::server::extension' do
140- include_examples 'Debian 10 '
140+ include_examples 'Debian 11 '
141141
142142 let ( :title ) { 'pg_repack' }
143143 let ( :params ) do
You can’t perform that action at this time.
0 commit comments