diff options
Diffstat (limited to 'manifests/polipo')
-rw-r--r-- | manifests/polipo/base.pp | 1 | ||||
-rw-r--r-- | manifests/polipo/debian.pp | 1 |
2 files changed, 2 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, diff --git a/manifests/polipo/debian.pp b/manifests/polipo/debian.pp index db29fe6..e39f603 100644 --- a/manifests/polipo/debian.pp +++ b/manifests/polipo/debian.pp @@ -1,3 +1,4 @@ +# manage polipo on debian class tor::polipo::debian inherits tor::polipo::base { # TODO: restore file to original state after the following bug is solved: # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580434 |