aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-18 13:03:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-02-18 13:03:14 -0300
commitb3cae4429cceb0431150b5dc525d58ed72263a8d (patch)
tree036fa5c081ecfd1ebb6e4c24dd5d455687381f41
parentfc63e084ad794be2b7444be010f8b3f9e6a0d173 (diff)
downloadpuppet-nodo-b3cae4429cceb0431150b5dc525d58ed72263a8d.tar.gz
puppet-nodo-b3cae4429cceb0431150b5dc525d58ed72263a8d.tar.bz2
Changing yacy's sources.list definition
-rw-r--r--files/etc/sources.list.d/yacy.net.list1
-rw-r--r--manifests/yacy.pp4
2 files changed, 2 insertions, 3 deletions
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,
}
}