Update cookbooks and add wordpress cookbook

This commit is contained in:
Greg Karékinian
2016-02-19 18:09:49 +01:00
parent 9ba973e3ac
commit 820b0ab3f8
606 changed files with 22421 additions and 14084 deletions

View File

@@ -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": [
]
}

View File

@@ -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'

View File

@@ -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: {}