Update cookbooks and add wordpress cookbook
This commit is contained in:
@@ -31,7 +31,7 @@ state_attrs :glob,
|
||||
:pin,
|
||||
:pin_priority
|
||||
|
||||
attribute :package_name, :kind_of => String, :name_attribute => true, :regex => [/^([a-z]|[A-Z]|[0-9]|_|-|\.)+$/]
|
||||
attribute :glob, :kind_of => String
|
||||
attribute :pin, :kind_of => String
|
||||
attribute :pin_priority, :kind_of => String
|
||||
attribute :package_name, kind_of: String, name_attribute: true, regex: [/^([a-z]|[A-Z]|[0-9]|_|-|\.|\*)+$/]
|
||||
attribute :glob, kind_of: String
|
||||
attribute :pin, kind_of: String
|
||||
attribute :pin_priority, kind_of: String
|
||||
|
||||
Reference in New Issue
Block a user