summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index dc7cd95..39d83de 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -20,6 +20,7 @@ define apache::site(
$password = '*',
$comment = '',
$sshkey = absent,
+ $sshkey_type = absent,
$sshkey_options = [],
$groups = '',
$shell = '/bin/false',
@@ -76,6 +77,7 @@ define apache::site(
ticket => $ticket,
groups => $groups,
sshkey => $sshkey,
+ sshkey_type => $sshkey_type,
sshkey_options => $sshkey_options,
shell => $shell,
}