X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b6672a3c74491a56333974303e1cbd7deb9ddb7c..1f0495ace8de757939fde8a77b8070ab3d5f2681:/cookbooks/apt/resources/source.rb 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)