diff options
Diffstat (limited to 'manifests/gentoo.pp')
-rw-r--r-- | manifests/gentoo.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/gentoo.pp b/manifests/gentoo.pp index f56a96d..631f3d1 100644 --- a/manifests/gentoo.pp +++ b/manifests/gentoo.pp @@ -1,5 +1,5 @@ class sshd::gentoo inherits sshd::linux { - Package[openssh]{ - category => 'net-misc', - } + Package[openssh]{ + category => 'net-misc', + } } |