Skip to content

Commit

Permalink
init.pp: remove unused param $manage_dependencies
Browse files Browse the repository at this point in the history
Usage of this class parameter was removed in commit
ee77abc.
  • Loading branch information
kenyon committed Nov 15, 2021
1 parent d2497f8 commit d366010
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# @param cron_owner_group Group owner of cron renew scripts.
# @param manage_config A feature flag to toggle the management of the letsencrypt configuration file.
# @param manage_install A feature flag to toggle the management of the letsencrypt client installation.
# @param manage_dependencies A feature flag to toggle the management of the letsencrypt dependencies.
# @param configure_epel A feature flag to include the 'epel' class and depend on it for package installation.
# @param agree_tos A flag to agree to the Let's Encrypt Terms of Service.
# @param unsafe_registration A flag to allow using the 'register-unsafely-without-email' flag.
Expand Down Expand Up @@ -65,7 +64,6 @@
String $cron_owner_group = 'root',
Boolean $manage_config = true,
Boolean $manage_install = true,
Boolean $manage_dependencies = true,
Boolean $agree_tos = true,
Boolean $unsafe_registration = false,
Integer[2048] $key_size = 4096,
Expand Down

0 comments on commit d366010

Please sign in to comment.