Skip to content

Commit

Permalink
Merge pull request voxpupuli#280 from ekohl/configure-debian-as-family
Browse files Browse the repository at this point in the history
Configure Debian as an OS family
  • Loading branch information
bastelfreak authored Apr 20, 2022
2 parents d21fa63 + c7ff642 commit 291f4b2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions data/os/Debian/11.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions data/os/Ubuntu/18.04.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions data/os/Ubuntu/20.04.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions spec/classes/letsencrypt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
it { is_expected.to contain_ini_setting('/etc/letsencrypt/custom_config.ini server https://acme-v02.api.letsencrypt.org/directory') }
end

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

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

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

case facts[:operatingsystem]
Expand Down

0 comments on commit 291f4b2

Please sign in to comment.