diff options
Diffstat (limited to 'manifests/client/linux.pp')
| -rw-r--r-- | manifests/client/linux.pp | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/manifests/client/linux.pp b/manifests/client/linux.pp new file mode 100644 index 0000000..522fa50 --- /dev/null +++ b/manifests/client/linux.pp @@ -0,0 +1,5 @@ +class sshd::client::linux inherits sshd::client::base { +    package {'openssh-clients': +        ensure => installed, +    } +} | 
