Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
de30daa
Adding feature support for the Certbot plugin Gandi
cible Aug 26, 2022
bf81b49
Use pip to install certbot-plugin-gandi by default but use package if…
cible Aug 29, 2022
863985a
Merge #296
smortex Aug 29, 2022
471c64e
Make the provideroptional
cible Aug 30, 2022
37200dc
Merge branch 'master' into feature/plugins/dns-gandi
cible Aug 30, 2022
f062f57
Remove package_name if non existent
cible Aug 31, 2022
2d89536
Merge branch 'master' into feature/plugins/dns-gandi
cible Aug 31, 2022
b51de96
Only test on debian-11 & ubuntu 20.04
cible Aug 31, 2022
d62ea76
Add function to check if platform is supported by gandi plugin
cible Sep 14, 2022
09ba2f7
Apply suggestions from code review
cible Nov 21, 2022
e010968
Add support for ubuntu 22.04
cible Nov 22, 2022
9323fb2
Remove now useless $package_provider
cible Nov 22, 2022
0287c8b
Merge branch 'master' into feature/plugins/dns-gandi
cible Nov 22, 2022
b2fe5ce
Better tests for handling unsupported platforms
cible Nov 22, 2022
6c82c1a
Syntax fix
cible Nov 22, 2022
ed0cfca
Fix variable name
cible Nov 22, 2022
f8457b7
Update spec/classes/plugin/dns_gandi_spec.rb
cible Nov 22, 2022
17c1b61
Fix alignment
cible Nov 22, 2022
47824f6
Remove now useless code
cible Nov 22, 2022
ef0d4f5
Fix regexps
cible Nov 22, 2022
a513b57
Fix tests
cible Nov 23, 2022
1e65a10
Fix indent
cible Nov 23, 2022
3996f08
Merge branch 'master' into feature/plugins/dns-gandi
cible Jan 16, 2023
cfdbfc5
Rebase
cible Jan 21, 2025
136b8d3
Add Gandi personnal access token support
cible Jan 21, 2025
8b98489
Fix REFERENCE.md
cible Jan 22, 2025
e7a77d7
Spelling correction
cible Jul 8, 2025
efcf2e3
Update reference
cible Jul 8, 2025
40205cd
Merge branch 'voxpupuli:master' into feature/plugins/dns-gandi
cible Jul 8, 2025
7576d3f
Add 24.04 support for dns gandi plugin
cible Jul 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 55 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

* [`letsencrypt`](#letsencrypt): Install and configure Certbot, the LetsEncrypt client
* [`letsencrypt::plugin::dns_cloudflare`](#letsencrypt--plugin--dns_cloudflare): Installs and configures the dns-cloudflare plugin
* [`letsencrypt::plugin::dns_gandi`](#letsencrypt--plugin--dns_gandi): Installs and configures the dns-gandi plugin
* [`letsencrypt::plugin::dns_linode`](#letsencrypt--plugin--dns_linode): Installs and configures the dns-linode plugin
* [`letsencrypt::plugin::dns_rfc2136`](#letsencrypt--plugin--dns_rfc2136): Installs and configures the dns-rfc2136 plugin
* [`letsencrypt::plugin::dns_route53`](#letsencrypt--plugin--dns_route53): Installs and configures the dns-route53 plugin
Expand Down Expand Up @@ -412,6 +413,59 @@ Number of seconds to wait for the DNS server to propagate the DNS-01 challenge.

Default value: `10`

### <a name="letsencrypt--plugin--dns_gandi"></a>`letsencrypt::plugin::dns_gandi`

This class installs and configures the Let's Encrypt dns-gandi plugin.
https://pypi.org/project/certbot-plugin-gandi/

#### Parameters

The following parameters are available in the `letsencrypt::plugin::dns_gandi` class:

* [`api_key`](#-letsencrypt--plugin--dns_gandi--api_key)
* [`personal_access_token`](#-letsencrypt--plugin--dns_gandi--personal_access_token)
* [`package_name`](#-letsencrypt--plugin--dns_gandi--package_name)
* [`config_file`](#-letsencrypt--plugin--dns_gandi--config_file)
* [`manage_package`](#-letsencrypt--plugin--dns_gandi--manage_package)

##### <a name="-letsencrypt--plugin--dns_gandi--api_key"></a>`api_key`

Data type: `Optional[String[1]]`

Gandi production api key secret. You can get it in your security tab of your account

Default value: `undef`

##### <a name="-letsencrypt--plugin--dns_gandi--personal_access_token"></a>`personal_access_token`

Data type: `Optional[String[1]]`

Gandi personal access token(PAT). You can get it in your security tab of your account

Default value: `undef`

##### <a name="-letsencrypt--plugin--dns_gandi--package_name"></a>`package_name`

Data type: `String[1]`

The name of the package to install when $manage_package is true.

##### <a name="-letsencrypt--plugin--dns_gandi--config_file"></a>`config_file`

Data type: `Stdlib::Absolutepath`

The path to the configuration file.

Default value: `"${letsencrypt::config_dir}/dns-gandi.ini"`

##### <a name="-letsencrypt--plugin--dns_gandi--manage_package"></a>`manage_package`

Data type: `Boolean`

Manage the plugin package.

Default value: `true`

### <a name="letsencrypt--plugin--dns_linode"></a>`letsencrypt::plugin::dns_linode`

This class installs and configures the Let's Encrypt dns-linode plugin.
Expand Down Expand Up @@ -1135,5 +1189,5 @@ Variant[Integer[0,31], String[1], Array[

List of accepted plugins

Alias of `Enum['apache', 'standalone', 'webroot', 'nginx', 'dns-azure', 'dns-route53', 'dns-google', 'dns-cloudflare', 'dns-linode', 'dns-rfc2136', 'manual']`
Alias of `Enum['apache', 'standalone', 'webroot', 'nginx', 'dns-azure', 'dns-route53', 'dns-google', 'dns-cloudflare', 'dns-linode', 'dns-rfc2136', 'dns-gandi', 'manual']`

2 changes: 2 additions & 0 deletions data/os/Debian/11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
letsencrypt::plugin::dns_gandi::package_name: python3-certbot-dns-gandi
2 changes: 2 additions & 0 deletions data/os/Ubuntu/20.04.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
letsencrypt::plugin::dns_gandi::package_name: python3-certbot-dns-gandi
2 changes: 2 additions & 0 deletions data/os/Ubuntu/22.04.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
letsencrypt::plugin::dns_gandi::package_name: python3-certbot-dns-gandi
2 changes: 2 additions & 0 deletions data/os/Ubuntu/24.04.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
letsencrypt::plugin::dns_gandi::package_name: python3-certbot-dns-gandi
10 changes: 10 additions & 0 deletions manifests/certonly.pp
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,16 @@
}
}

'dns-gandi': {
require letsencrypt::plugin::dns_gandi
$_domains = join($domains, '\' -d \'')
$plugin_args = [
"--cert-name '${cert_name}' -d",
"'${_domains}'",
"--dns-gandi-credentials ${letsencrypt::config_dir}/dns-gandi.ini",
]
}

default: {
if $ensure == 'present' {
$_domains = join($domains, '\' -d \'')
Expand Down
49 changes: 49 additions & 0 deletions manifests/plugin/dns_gandi.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# @summary Installs and configures the dns-gandi plugin
#
# This class installs and configures the Let's Encrypt dns-gandi plugin.
# https://pypi.org/project/certbot-plugin-gandi/
#
# @param api_key Gandi production api key secret. You can get it in your security tab of your account
# @param personal_access_token Gandi personal access token(PAT). You can get it in your security tab of your account
# @param package_name The name of the package to install when $manage_package is true.
# @param config_file The path to the configuration file.
# @param manage_package Manage the plugin package.
#
class letsencrypt::plugin::dns_gandi (
String[1] $package_name,
Optional[String[1]] $api_key = undef,
Optional[String[1]] $personal_access_token = undef,
Stdlib::Absolutepath $config_file = "${letsencrypt::config_dir}/dns-gandi.ini",
Boolean $manage_package = true,
) {
require letsencrypt

if $manage_package {
package { $package_name:
ensure => installed,
before => File[$config_file],
}
}

if $api_key != undef {
$ini_vars = {
'dns_gandi_api_key' => $api_key,
}
} elsif $personal_access_token != undef {
$ini_vars = {
'dns_gandi_token' => $personal_access_token,
}
} else {
fail("expects a value for parameter 'api_key' or 'personal_access_token'")
}

file { $config_file:
ensure => file,
owner => 'root',
group => 'root',
mode => '0400',
content => epp('letsencrypt/ini.epp', {
vars => { '' => $ini_vars },
}),
}
}
23 changes: 23 additions & 0 deletions spec/acceptance/letsencrypt_plugin_dns_gandi_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# frozen_string_literal: true

require 'spec_helper_acceptance'

describe 'letsencrypt::plugin::dns_gandi', if: supported_os_gandi(fact('os')) do
it_behaves_like 'an idempotent resource' do
let(:manifest) do
<<-PUPPET
include letsencrypt
class { 'letsencrypt::plugin::dns_gandi':
api_key => 'dummy-gandi-api-token',
}
PUPPET
end
end

describe file('/etc/letsencrypt/dns-gandi.ini') do
it { is_expected.to be_file }
it { is_expected.to be_owned_by 'root' }
it { is_expected.to be_grouped_into 'root' }
it { is_expected.to be_mode 400 }
end
end
45 changes: 45 additions & 0 deletions spec/classes/plugin/dns_gandi_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'letsencrypt::plugin::dns_gandi' do
on_supported_os.each do |os, facts|
next unless supported_os_gandi(os)

context "on #{os} based operating systems" do
let(:facts) { facts }
let(:params) { { 'api_key' => 'dummy-gandi-api-token' } }
let(:pre_condition) do
<<-PUPPET
class { 'letsencrypt':
email => '[email protected]',
}
PUPPET
end
let(:package_name) do
'python3-certbot-dns-gandi'
end

context 'with required parameters' do
it do
is_expected.to compile.with_all_deps
end

describe 'with manage_package => true' do
let(:params) { super().merge(manage_package: true) }

it do
is_expected.to contain_class('letsencrypt::plugin::dns_gandi').with_package_name(package_name)
is_expected.to contain_package(package_name).with_ensure('installed')
end
end

describe 'with manage_package => false' do
let(:params) { super().merge(manage_package: false, package_name: 'dns-gandi-package') }

it { is_expected.not_to contain_package('dns-gandi-package') }
end
end
end
end
end
60 changes: 60 additions & 0 deletions spec/defines/letsencrypt_certonly_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,66 @@ class { 'letsencrypt::plugin::dns_linode':
it { is_expected.to contain_exec('letsencrypt certonly foo.example.com').with_command "letsencrypt --text --agree-tos --non-interactive certonly --rsa-key-size 4096 -a dns-linode --cert-name 'foo.example.com' -d 'foo.example.com' --dns-linode --dns-linode-credentials /etc/letsencrypt/dns-linode.ini --dns-linode-propagation-seconds 120" }
end

context 'with dns-gandi plugin with api_key' do
let(:title) { 'foo.example.com' }
let(:params) { { plugin: 'dns-gandi', letsencrypt_command: 'letsencrypt' } }
let(:pre_condition) do
<<-PUPPET
class { 'letsencrypt':
email => '[email protected]',
config_dir => '/etc/letsencrypt',
}
class { 'letsencrypt::plugin::dns_gandi':
package_name => 'irrelevant',
api_key => 'dummy-gandi-api-token',
}
PUPPET
end

it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('letsencrypt::plugin::dns_gandi') }
it { is_expected.to contain_exec('letsencrypt certonly foo.example.com').with_command "letsencrypt --text --agree-tos --non-interactive certonly --rsa-key-size 4096 -a dns-gandi --cert-name 'foo.example.com' -d 'foo.example.com' --dns-gandi-credentials /etc/letsencrypt/dns-gandi.ini" }
end

context 'with dns-gandi plugin with personal_access_token' do
let(:title) { 'foo.example.com' }
let(:params) { { plugin: 'dns-gandi', letsencrypt_command: 'letsencrypt' } }
let(:pre_condition) do
<<-PUPPET
class { 'letsencrypt':
email => '[email protected]',
config_dir => '/etc/letsencrypt',
}
class { 'letsencrypt::plugin::dns_gandi':
package_name => 'irrelevant',
personal_access_token => 'dummy-pat',
}
PUPPET
end

it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('letsencrypt::plugin::dns_gandi') }
it { is_expected.to contain_exec('letsencrypt certonly foo.example.com').with_command "letsencrypt --text --agree-tos --non-interactive certonly --rsa-key-size 4096 -a dns-gandi --cert-name 'foo.example.com' -d 'foo.example.com' --dns-gandi-credentials /etc/letsencrypt/dns-gandi.ini" }
end

context 'with dns-gandi plugin without api_key or personal_access_token' do
let(:title) { 'foo.example.com' }
let(:params) { { plugin: 'dns-gandi', letsencrypt_command: 'letsencrypt' } }
let(:pre_condition) do
<<-PUPPET
class { 'letsencrypt':
email => '[email protected]',
config_dir => '/etc/letsencrypt',
}
class { 'letsencrypt::plugin::dns_gandi':
package_name => 'irrelevant',
}
PUPPET
end

it { is_expected.to compile.and_raise_error(%r{expects a value for parameter 'api_key' or 'personal_access_token'}) }
end

context 'with custom plugin' do
let(:title) { 'foo.example.com' }
let(:params) { { plugin: 'apache' } }
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
ENV['COVERAGE'] ||= 'yes' if Dir.exist?(File.expand_path('../lib', __dir__))

require 'voxpupuli/test/spec_helper'
require 'spec_helper_local'

RSpec.configure do |c|
c.facterdb_string_keys = true
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'voxpupuli/acceptance/spec_helper_acceptance'
require 'spec_helper_local'

configure_beaker do |host|
# docker image does not provide cron in all cases
Expand Down
6 changes: 6 additions & 0 deletions spec/spec_helper_local.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

def supported_os_gandi(os)
# Gandi plugin is only supported on debian 11 and ubuntu 20.04 and superiors
(os['name'] == 'Debian' && os['release']['major'].to_i >= 11) || (os['name'] == 'Ubuntu' && os['release']['major'].to_i >= 20)
end
1 change: 1 addition & 0 deletions types/plugin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
'dns-cloudflare',
'dns-linode',
'dns-rfc2136',
'dns-gandi',
'manual',
]
Loading