summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-12-28 16:33:45 +0100
committermh <mh@immerda.ch>2011-12-28 16:33:45 +0100
commit064191d9fe55637be16d797ee64bbe8144448116 (patch)
tree948d0071c024c63b3941d217d4ab49ba3803f4c8
parentf1593efcf98a8fdfb594b153123b73c957446441 (diff)
fix typo
-rw-r--r--manifests/managed.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/managed.pp b/manifests/managed.pp
index 67b0b21..2018bc1 100644
--- a/manifests/managed.pp
+++ b/manifests/managed.pp
@@ -35,7 +35,7 @@ define user::managed(
$sshkey = 'absent',
$password = 'absent',
$password_crypted = true,
- $allowdupe => false,
+ $allowdupe = false,
$shell = 'absent'
){