Skip to content

Commit

Permalink
Merge pull request #298 from yachub/add-azure-dns
Browse files Browse the repository at this point in the history
Add dns-azure to allowed plugins
  • Loading branch information
ekohl authored Jan 13, 2023
2 parents 9f00a26 + fbbd251 commit 885fa73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/type_aliases/plugin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper'

describe 'Letsencrypt::Plugin' do
it { is_expected.to allow_values('apache', 'standalone', 'webroot', 'nginx', 'dns-route53', 'dns-google', 'dns-cloudflare', 'dns-rfc2136') }
it { is_expected.to allow_values('apache', 'standalone', 'webroot', 'nginx', 'dns-azure', 'dns-route53', 'dns-google', 'dns-cloudflare', 'dns-rfc2136') }
it { is_expected.not_to allow_value(nil) }
it { is_expected.not_to allow_value('foo') }
it { is_expected.not_to allow_value('custom') }
Expand Down
1 change: 1 addition & 0 deletions types/plugin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
'standalone',
'webroot',
'nginx',
'dns-azure',
'dns-route53',
'dns-google',
'dns-cloudflare',
Expand Down

0 comments on commit 885fa73

Please sign in to comment.