diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/yacy.pp | 3 |
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, } } |