X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8853d81b9b39f284d824431c9715a309cf759d31..9b7e8a0e7ae0d274c4e1fc54d04cdd5cbef38664:/cookbooks/rsyncd/metadata.rb diff --git a/cookbooks/rsyncd/metadata.rb b/cookbooks/rsyncd/metadata.rb index 9b412fe2c..1f3b344fa 100644 --- a/cookbooks/rsyncd/metadata.rb +++ b/cookbooks/rsyncd/metadata.rb @@ -1,18 +1,9 @@ name "rsyncd" maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" -license "Apache 2.0" +license "Apache-2.0" description "Configures rsyncd" -long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) +long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) version "1.0.0" +supports "ubuntu" depends "networking" - -attribute "rsyncd", - :display_name => "rsyncd", - :description => "Hash of rsyncd attributes", - :type => "hash" - -attribute "rsyncd/modules", - :display_name => "rsyncd", - :description => "Hash of rsyncd modules to configure", - :type => "hash"