summaryrefslogtreecommitdiff
path: root/manifests/polipo/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 13:54:57 +0100
committermh <mh@immerda.ch>2013-01-02 13:54:57 +0100
commit225adb9f30bff4064e3a166498f147bfd9a9f6eb (patch)
tree6836f4ddde3ea63be929048896ef6afd5568defc /manifests/polipo/base.pp
parent3fb09572cbbef20a72feb3e3a50711ba7eba1cea (diff)
refactor daemon and main class for better design
By extracting the resources to their own class we can avoid a bug in puppet that makes it hard to deal with inherited parametrized classes.
Diffstat (limited to 'manifests/polipo/base.pp')
-rw-r--r--manifests/polipo/base.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/polipo/base.pp b/manifests/polipo/base.pp
index f988e55..df2d6ea 100644
--- a/manifests/polipo/base.pp
+++ b/manifests/polipo/base.pp
@@ -1,3 +1,4 @@
+# manage polipo resources
class tor::polipo::base {
package{'polipo':
ensure => present,