summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-10-02 10:32:20 +0200
committermh <mh@immerda.ch>2013-10-02 10:32:20 +0200
commitdb287f27fc099659ecb8f84a20259519321d6993 (patch)
treec2045a0e612b253296b1208f3da4e6796596964e
parent9da000c6511e85e030e431b7d951d325c2c98681 (diff)
typo
-rw-r--r--manifests/yaml.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/yaml.pp b/manifests/yaml.pp
index 4650a5a..8b05135 100644
--- a/manifests/yaml.pp
+++ b/manifests/yaml.pp
@@ -1,5 +1,5 @@
class trocla::yaml(
- $password_length = 16
+ $password_length = 16,
$random_passwords = true,
$data_file = "{$settings::server_datadir}/trocla_data.yaml",
) {