diff options
author | intrigeri <intrigeri@boum.org> | 2012-11-11 23:12:47 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-11-11 23:12:47 +0100 |
commit | 286be43f235dc0418bac2c85d49e824f22479985 (patch) | |
tree | 65406bb23ba26dc1b4c25570360c317f986a745e /manifests/init.pp | |
parent | e31f901dc4a40b87611871d0cd783bbcec1ba4ed (diff) | |
parent | 0c28fa636653f395c756f56c93f8c78fddfcee00 (diff) | |
download | puppet-shorewall-286be43f235dc0418bac2c85d49e824f22479985.tar.gz puppet-shorewall-286be43f235dc0418bac2c85d49e824f22479985.tar.bz2 |
Merge branch 'feature/torify-dns' into old-master
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index dd28767..a446253 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -27,6 +27,12 @@ class shorewall( case $tor_transparent_proxy_port { '': { $tor_transparent_proxy_port = '9040' } } + case $tor_dns_host { + '': { $tor_dns_host = '127.0.0.1' } + } + case $tor_dns_port { + '': { $tor_dns_port = '8853' } + } if $tor_user == '' { $tor_user = $dist_tor_user ? { '' => 'tor', |