aboutsummaryrefslogtreecommitdiff
path: root/manifests/yacy.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/yacy.pp')
-rw-r--r--manifests/yacy.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/yacy.pp b/manifests/yacy.pp
index 3a302cf..915e0c3 100644
--- a/manifests/yacy.pp
+++ b/manifests/yacy.pp
@@ -25,4 +25,9 @@ class nodo::yacy inherits nodo::vserver {
data_dir => "$tor::daemon::data_dir/hidden",
ensure => present,
}
+
+ apt::sources_list { "yacy.net.list":
+ source => [ "puppet:///modules/nodo/etc/sources.list.d/yacy.net.list" ],
+ ensure => present,
+ }
}