aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-18 15:36:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-02-18 15:36:53 -0300
commit2d69f6c3e2a767f442e5487f7eddd129dbfcad8e (patch)
treebe28a548ff859a9ca9590f282533a2b5233944d8
parentb3cae4429cceb0431150b5dc525d58ed72263a8d (diff)
downloadpuppet-nodo-2d69f6c3e2a767f442e5487f7eddd129dbfcad8e.tar.gz
puppet-nodo-2d69f6c3e2a767f442e5487f7eddd129dbfcad8e.tar.bz2
Commenting yacy's sources.list as they don't sign releases
-rw-r--r--manifests/yacy.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/yacy.pp b/manifests/yacy.pp
index 118e4fe..76aff1c 100644
--- a/manifests/yacy.pp
+++ b/manifests/yacy.pp
@@ -26,8 +26,9 @@ class nodo::yacy inherits nodo::vserver {
ensure => present,
}
+ # Why they don't sign their releases?
apt::sources_list { "yacy.net.list":
content => "deb http://debian.yacy.net ./\n",
- ensure => present,
+ ensure => absent,
}
}