Skip to content

Commit

Permalink
major updates for 0.8 compatibility. some recipes now use databags by…
Browse files Browse the repository at this point in the history
… default.
  • Loading branch information
jsierles2 committed Apr 6, 2010
1 parent ff067b6 commit 270f07c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
3 changes: 1 addition & 2 deletions attributes/timezone.rb
@@ -1,2 +1 @@
timezone Mash.new unless attribute?("timezone")
timezone "UTC"
default.timezone = "UTC"
37 changes: 20 additions & 17 deletions metadata.json
@@ -1,38 +1,41 @@
{
"replacing": {
"groupings": {

},
"long_description": "",
"attributes": {
"recommendations": {

},
"maintainer": "37signals",
"recommendations": {
"platforms": {

},
"license": "Apache v2.0",
"recipes": {
"timezone": ""
},
"maintainer_email": "sysadmins@37signals.com",
"maintainer": "37signals",
"suggestions": {

},
"dependencies": {

},
"maintainer_email": "sysadmins@37signals.com",
"version": "0.1.0",
"conflicting": {

},
"platforms": {

},
"description": "Configures timezone",
"version": "0.1.0",
"name": "timezone",
"providing": {
"timezone": [

]
},
"name": "timezone",
"attributes": {

},
"long_description": "",
"recipes": {
"timezone": ""
},
"replacing": {

},
"dependencies": {

}
}

0 comments on commit 270f07c

Please sign in to comment.