Update cookbooks
* Replace old nginx cookbook with new chef_nginx cookbooks * Update application cookbook
This commit is contained in:
8
cookbooks/zypper/resources/repo.rb
Normal file
8
cookbooks/zypper/resources/repo.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user