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