diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-18 12:48:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-18 12:48:51 -0300 |
commit | fc63e084ad794be2b7444be010f8b3f9e6a0d173 (patch) | |
tree | c6ed60121e83da74432252523395a5e343998f65 /manifests/yacy.pp | |
parent | f6ac36366d6d04e1ac06550113afde2e5921820f (diff) | |
download | puppet-nodo-fc63e084ad794be2b7444be010f8b3f9e6a0d173.tar.gz puppet-nodo-fc63e084ad794be2b7444be010f8b3f9e6a0d173.tar.bz2 |
Adding yacy's sources.list
Diffstat (limited to 'manifests/yacy.pp')
-rw-r--r-- | manifests/yacy.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/yacy.pp b/manifests/yacy.pp index 3a302cf..915e0c3 100644 --- a/manifests/yacy.pp +++ b/manifests/yacy.pp @@ -25,4 +25,9 @@ class nodo::yacy inherits nodo::vserver { data_dir => "$tor::daemon::data_dir/hidden", ensure => present, } + + apt::sources_list { "yacy.net.list": + source => [ "puppet:///modules/nodo/etc/sources.list.d/yacy.net.list" ], + ensure => present, + } } |