diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-04-18 21:57:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-04-18 21:57:50 -0300 |
commit | 300ebd93592b704cecc0f1172e3a9f9947049491 (patch) | |
tree | aa69c6603bc1432e144be03af57dabb2cd62cac5 /manifests | |
parent | 8a90dc672443c494cb2b97ee751594b6d8cdc386 (diff) | |
download | puppet-tor-300ebd93592b704cecc0f1172e3a9f9947049491.tar.gz puppet-tor-300ebd93592b704cecc0f1172e3a9f9947049491.tar.bz2 |
Fixing /etc/polipo/config parameters (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 4dbc050..f505ece 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ class tor { owner => root, group => root, mode => 0644, - source => "puppet://$server/modules/polipo/polipo.conf", + source => "puppet://$server/modules/tor/polipo.conf", notify => Service["polipo"], } } |