diff options
| author | irregulator <irregulator@riseup.net> | 2014-03-12 04:16:17 +0200 | 
|---|---|---|
| committer | irregulator <irregulator@riseup.net> | 2014-03-12 04:16:17 +0200 | 
| commit | 507391adf853ea39daac4772143fc5aa4abef47b (patch) | |
| tree | 80757015a8860fca8faad39db46ea5aaf0f5da66 | |
| parent | 8d6b36eff5fcdd39bf1065eb481a0f98a6135696 (diff) | |
Indentation fix.
| -rw-r--r-- | puppet/modules/site_tor/manifests/init.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/puppet/modules/site_tor/manifests/init.pp b/puppet/modules/site_tor/manifests/init.pp index 28bc5240..02368a0e 100644 --- a/puppet/modules/site_tor/manifests/init.pp +++ b/puppet/modules/site_tor/manifests/init.pp @@ -24,7 +24,7 @@ class site_tor {    }    else {      tor::daemon::directory { $::hostname: -      port => 80, +      port            => 80,        port_front_page => '';      }      include site_tor::disable_exit | 
