aboutsummaryrefslogtreecommitdiff
path: root/manifests/client/linux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 18:23:03 -0300
committermh <mh@immerda.ch>2012-06-05 18:23:03 -0300
commit2204eb01f6cf10992ccdd7e092d1fc522e5ec3e1 (patch)
tree3f778bf16c6da3585e087454527a45afd3ea3871 /manifests/client/linux.pp
parentd5404bbdbaeaea4178eb854f5890be471000785f (diff)
downloadpuppet-sshd-2204eb01f6cf10992ccdd7e092d1fc522e5ec3e1.tar.gz
puppet-sshd-2204eb01f6cf10992ccdd7e092d1fc522e5ec3e1.tar.bz2
new style for 2.7
Diffstat (limited to 'manifests/client/linux.pp')
-rw-r--r--manifests/client/linux.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/client/linux.pp b/manifests/client/linux.pp
index 8c58ca8..0c420be 100644
--- a/manifests/client/linux.pp
+++ b/manifests/client/linux.pp
@@ -1,6 +1,5 @@
class sshd::client::linux inherits sshd::client::base {
- if $ssh_ensure_version == '' { $ssh_ensure_version = 'installed' }
package {'openssh-clients':
- ensure => $ssh_ensure_version,
+ ensure => $sshd::client::ensure_version,
}
}