diff options
-rw-r--r-- | manifests/yacy.pp | 2 |
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, } |