Update cookbooks and add wordpress cookbook
This commit is contained in:
@@ -12,21 +12,37 @@
|
||||
"rbac": ">= 1.0.1"
|
||||
},
|
||||
"recommendations": {
|
||||
|
||||
},
|
||||
"suggestions": {
|
||||
"resource-control": ">= 0.0.0"
|
||||
},
|
||||
"conflicting": {
|
||||
|
||||
},
|
||||
"providing": {
|
||||
|
||||
},
|
||||
"replacing": {
|
||||
|
||||
},
|
||||
"attributes": {
|
||||
|
||||
},
|
||||
"groupings": {
|
||||
|
||||
},
|
||||
"recipes": {
|
||||
|
||||
},
|
||||
"version": "2.2.7"
|
||||
}
|
||||
"version": "2.2.8",
|
||||
"source_url": "",
|
||||
"issues_url": "",
|
||||
"privacy": false,
|
||||
"chef_versions": [
|
||||
|
||||
],
|
||||
"ohai_versions": [
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ maintainer_email 'sax@livinginthepast.org'
|
||||
license 'MIT'
|
||||
description 'A light weight resource provider (LWRP) for SMF (Service Management Facility)'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '2.2.7'
|
||||
version '2.2.8'
|
||||
|
||||
supports 'smartos'
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ attribute :duration, kind_of: String, default: 'contract', regex: '(contract|wai
|
||||
attribute :ignore, kind_of: [Array, NilClass], default: nil
|
||||
attribute :fmri, kind_of: String, default: nil
|
||||
|
||||
attribute :stability, kind_of: String, equal_to: %(Standard Stable Evolving Unstable External Obsolete),
|
||||
attribute :stability, kind_of: String, equal_to: %w(Standard Stable Evolving Unstable External Obsolete),
|
||||
default: 'Evolving'
|
||||
|
||||
attribute :property_groups, kind_of: Hash, default: {}
|
||||
|
||||
Reference in New Issue
Block a user