From d3cf875bdb41ccb7c3ec34a3b471fd3c699507f2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 May 2010 14:21:33 -0300 Subject: Adding ticket parameter --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 392bda3..31a7512 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,6 +21,7 @@ class user { $sshkey = 'absent', $sshkey_type = 'absent', $membership = 'minimum', + $ticket = false, $tag = false) { if $password != 'absent' { -- cgit v1.2.3