summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b7ae200..5179e08 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -208,6 +208,12 @@ class sshd::base {
case $sshd_tail_additional_options {
'': { $sshd_tail_additional_options = '' }
}
+ case $sshd_ensure_version {
+ '': { $sshd_ensure_version = "present" }
+ }
+
+ package{openssh:
+ ensure => $sshd_ensure_version,
}
file { 'sshd_config':