Skip to content

Commit 885fa73

Browse files
authored
Merge pull request #298 from yachub/add-azure-dns
Add dns-azure to allowed plugins
2 parents 9f00a26 + fbbd251 commit 885fa73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spec/type_aliases/plugin_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'spec_helper'
44

55
describe 'Letsencrypt::Plugin' do
6-
it { is_expected.to allow_values('apache', 'standalone', 'webroot', 'nginx', 'dns-route53', 'dns-google', 'dns-cloudflare', 'dns-rfc2136') }
6+
it { is_expected.to allow_values('apache', 'standalone', 'webroot', 'nginx', 'dns-azure', 'dns-route53', 'dns-google', 'dns-cloudflare', 'dns-rfc2136') }
77
it { is_expected.not_to allow_value(nil) }
88
it { is_expected.not_to allow_value('foo') }
99
it { is_expected.not_to allow_value('custom') }

types/plugin.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
'standalone',
55
'webroot',
66
'nginx',
7+
'dns-azure',
78
'dns-route53',
89
'dns-google',
910
'dns-cloudflare',

0 commit comments

Comments
 (0)