X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b6672a3c74491a56333974303e1cbd7deb9ddb7c..b75beef9a192ca60ed4a0c41417d4e944cea02be:/cookbooks/apt/resources/source.rb?ds=inline diff --git a/cookbooks/apt/resources/source.rb b/cookbooks/apt/resources/source.rb index 8669857c7..83fc3577f 100644 --- a/cookbooks/apt/resources/source.rb +++ b/cookbooks/apt/resources/source.rb @@ -24,6 +24,7 @@ attribute :name, :kind_of => String, :name_attribute => true attribute :template, :kind_of => String, :default => "default.list.erb" attribute :url, :kind_of => String, :required => true attribute :key, :kind_of => String +attribute :key_url, :kind_of => String def initialize(name, run_context = nil) super(name, run_context)