summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index a3a6e01..7b23a3e 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -5,6 +5,10 @@
# By default it's YAML
# [*adapter_options*] This will contain a hash of the adapter options to pass the
# trocla configuration.
+# [*encryption*] Defines the encryption method for password stored in the backend.
+# By default no encryption is used.
+# [*ssl_options*] This will contain a hash of the ssl options to pass the
+# trocla configuration.
# [*password_length*] Define the length of default passwords to create. 16 by default
# [*random_passwords*] Should trocla generate random passwords
# if none can be found. *true* by default.
@@ -14,6 +18,8 @@ class trocla::config (
$password_length = 16,
$random_passwords = true,
$adapter_options = {},
+ $encryption = undef,
+ $ssl_options = {},
$manage_dependencies = true,
) {
if $manage_dependencies {