Skip to content

Commit

Permalink
move letsencrypt::configure_epel from hiera to init.pp
Browse files Browse the repository at this point in the history
This way we get the default documented in REFERENCE.md.
  • Loading branch information
kenyon committed Nov 26, 2023
1 parent 75177bb commit 9ddaab6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ Data type: `Boolean`

A feature flag to include the 'epel' class and depend on it for package installation.

Default value: `false`

##### <a name="-letsencrypt--agree_tos"></a>`agree_tos`

Data type: `Boolean`
Expand Down
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
letsencrypt::configure_epel: false
{}
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# Example: "example.com www.example.com"
#
class letsencrypt (
Boolean $configure_epel,
Boolean $configure_epel = false,
Optional[String] $email = undef,
Array $environment = [],
String $package_name = 'certbot',
Expand Down

0 comments on commit 9ddaab6

Please sign in to comment.