summaryrefslogtreecommitdiff
path: root/manifests/gentoo.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-31 15:24:26 +0100
committermh <mh@immerda.ch>2009-10-31 15:24:26 +0100
commite41124eb2440f1401c4257f3879aa4c4fb1e792b (patch)
tree92a310543165eb8c95d9b7e089a011d7edfb1f14 /manifests/gentoo.pp
parent040b0b788ead2e7e1ac0950b1095aad0bbc90377 (diff)
refactor everything into it's own file, fix a regression of 0.25
Diffstat (limited to 'manifests/gentoo.pp')
-rw-r--r--manifests/gentoo.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/gentoo.pp b/manifests/gentoo.pp
new file mode 100644
index 0000000..46f5ced
--- /dev/null
+++ b/manifests/gentoo.pp
@@ -0,0 +1,5 @@
+class denyhosts::gentoo inherits denyhosts::base {
+ Package[denyhosts]{
+ category => 'app-admin',
+ }
+}