Skip to content

Commit 291f4b2

Browse files
authored
Merge pull request #280 from ekohl/configure-debian-as-family
Configure Debian as an OS family
2 parents d21fa63 + c7ff642 commit 291f4b2

File tree

5 files changed

+2
-11
lines changed

5 files changed

+2
-11
lines changed
File renamed without changes.

data/os/Debian/11.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

data/os/Ubuntu/18.04.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

data/os/Ubuntu/20.04.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

spec/classes/letsencrypt_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
it { is_expected.to contain_ini_setting('/etc/letsencrypt/custom_config.ini server https://acme-v02.api.letsencrypt.org/directory') }
106106
end
107107

108-
describe 'with custom config' do # rubocop:disable RSpec/EmptyExampleGroup
108+
describe 'with custom config' do
109109
let(:additional_params) { { config: { 'foo' => 'bar' } } }
110110

111111
case facts[:operatingsystem]
@@ -244,7 +244,7 @@
244244
it { is_expected.to raise_error Puppet::Error, %r{Please specify an email address} }
245245
end
246246

247-
context 'with unsafe_registration set to true' do # rubocop:disable RSpec/EmptyExampleGroup
247+
context 'with unsafe_registration set to true' do
248248
let(:params) { { unsafe_registration: true } }
249249

250250
case facts[:operatingsystem]

0 commit comments

Comments
 (0)