From: Silvio Rhatto Date: Mon, 18 Feb 2013 16:03:14 +0000 (-0300) Subject: Changing yacy's sources.list definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b3cae4429cceb0431150b5dc525d58ed72263a8d;p=puppet-nodo.git Changing yacy's sources.list definition --- diff --git a/files/etc/sources.list.d/yacy.net.list b/files/etc/sources.list.d/yacy.net.list deleted file mode 100644 index ba58886..0000000 --- a/files/etc/sources.list.d/yacy.net.list +++ /dev/null @@ -1 +0,0 @@ -deb http://debian.yacy.net ./ 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, } }