aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-07-08 12:23:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-07-08 12:23:47 -0300
commit780549cc4bee974b458cd907bd7c74692f445d02 (patch)
tree54665f2ea6bea78cfc5bbad1e1182e5926cb4e26 /manifests
parent6e3602e87555d469a60274081405f27ddf322289 (diff)
downloadpuppet-nodo-780549cc4bee974b458cd907bd7c74692f445d02.tar.gz
puppet-nodo-780549cc4bee974b458cd907bd7c74692f445d02.tar.bz2
Adding also port 80 for yacy hidden service
Diffstat (limited to 'manifests')
-rw-r--r--manifests/yacy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/yacy.pp b/manifests/yacy.pp
index 96591c1..cc8cb6c 100644
--- a/manifests/yacy.pp
+++ b/manifests/yacy.pp
@@ -23,7 +23,7 @@ class nodo::yacy inherits nodo::vserver {
}
tor::daemon::hidden_service { 'yacy':
- ports => "8090 127.0.0.1:8090",
+ ports => [ '8090 127.0.0.1:8090', '80 127.0.0.1:8090' ],
data_dir => "$tor::daemon::data_dir/hidden",
ensure => present,
}