diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-17 21:43:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-17 21:43:33 -0200 |
commit | ca79037957522708830ae159b6cc7a05edbac340 (patch) | |
tree | e645830cf13393af8b0ad5e097bb260ded2ef20e /manifests/client/linux.pp | |
parent | 85d7fc922011bc2a619f0e093b69f0a37a88f59c (diff) | |
parent | 576bbf09d8516809d7373dc9b4e725ce2151a463 (diff) | |
download | puppet-sshd-ca79037957522708830ae159b6cc7a05edbac340.tar.gz puppet-sshd-ca79037957522708830ae159b6cc7a05edbac340.tar.bz2 |
Merge branch 'master' of git://labs.riseup.net/shared-sshd
Conflicts:
templates/sshd_config/Ubuntu_precise.erb
Diffstat (limited to 'manifests/client/linux.pp')
-rw-r--r-- | manifests/client/linux.pp | 3 |
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, } } |