]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/resources/source.rb
Update HP key
[chef.git] / cookbooks / apt / resources / source.rb
index 8669857c7437c04f06ab1c4a3c79f6f244ab15b5..83fc3577fcd64a0861d8d44c83dcb9d30610c96a 100644 (file)
@@ -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)