diff options
Diffstat (limited to 'manifests/client/debian.pp')
-rw-r--r-- | manifests/client/debian.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp index 9ca6da9..2aaf3fb 100644 --- a/manifests/client/debian.pp +++ b/manifests/client/debian.pp @@ -1,5 +1,5 @@ class sshd::client::debian inherits sshd::client::linux { - Package['openssh-clients']{ - name => 'openssh-client', - } + Package['openssh-clients']{ + name => 'openssh-client', + } } |