aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/yacy.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/yacy.pp b/manifests/yacy.pp
index 915e0c3..118e4fe 100644
--- a/manifests/yacy.pp
+++ b/manifests/yacy.pp
@@ -27,7 +27,7 @@ class nodo::yacy inherits nodo::vserver {
}
apt::sources_list { "yacy.net.list":
- source => [ "puppet:///modules/nodo/etc/sources.list.d/yacy.net.list" ],
- ensure => present,
+ content => "deb http://debian.yacy.net ./\n",
+ ensure => present,
}
}