diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-18 13:03:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-18 13:03:14 -0300 |
commit | b3cae4429cceb0431150b5dc525d58ed72263a8d (patch) | |
tree | 036fa5c081ecfd1ebb6e4c24dd5d455687381f41 /manifests | |
parent | fc63e084ad794be2b7444be010f8b3f9e6a0d173 (diff) | |
download | puppet-nodo-b3cae4429cceb0431150b5dc525d58ed72263a8d.tar.gz puppet-nodo-b3cae4429cceb0431150b5dc525d58ed72263a8d.tar.bz2 |
Changing yacy's sources.list definition
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/yacy.pp | 4 |
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, } } |