summaryrefslogtreecommitdiff
path: root/manifests/polipo/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/polipo/base.pp')
-rw-r--r--manifests/polipo/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/polipo/base.pp b/manifests/polipo/base.pp
index 8c1dd1c..f988e55 100644
--- a/manifests/polipo/base.pp
+++ b/manifests/polipo/base.pp
@@ -7,7 +7,7 @@ class tor::polipo::base {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
source => 'puppet:///modules/tor/polipo/polipo.conf',
require => Package['polipo'],
notify => Service['polipo'],