Greg Karékinian 4fb5390f9b Update cookbooks
* Replace old nginx cookbook with new chef_nginx cookbooks
* Update application cookbook
2017-04-28 11:59:11 +02:00

9 lines
290 B
Ruby

actions :add, :remove
default_action :add
attribute :repo_name, kind_of: String, name_attribute: true
attribute :autorefresh, kind_of: [TrueClass, FalseClass]
attribute :uri, kind_of: String
attribute :key, kind_of: String, default: nil
attribute :priority, kind_of: Integer, default: nil