Skip to content

Commit

Permalink
COOK-324, update jira attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jul 11, 2010
1 parent 01f6f48 commit f84813b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
18 changes: 9 additions & 9 deletions jira/attributes/default.rb
Expand Up @@ -17,13 +17,13 @@
# limitations under the License.
#

set_unless[:jira][:virtual_host_name] = "jira.#{domain}"
set_unless[:jira][:virtual_host_alias] = "jira.#{domain}"
default[:jira][:virtual_host_name] = "jira.#{domain}"
default[:jira][:virtual_host_alias] = "jira.#{domain}"
# type-version-standalone
set_unless[:jira][:version] = "enterprise-3.13.1"
set_unless[:jira][:install_path] = "/srv/jira"
set_unless[:jira][:run_user] = "www-data"
set_unless[:jira][:database] = "mysql"
set_unless[:jira][:database_host] = "localhost"
set_unless[:jira][:database_user] = "jira"
set_unless[:jira][:database_password] = "change_me"
default[:jira][:version] = "enterprise-3.13.1"
default[:jira][:install_path] = "/srv/jira"
default[:jira][:run_user] = "www-data"
default[:jira][:database] = "mysql"
default[:jira][:database_host] = "localhost"
default[:jira][:database_user] = "jira"
default[:jira][:database_password] = "change_me"
28 changes: 14 additions & 14 deletions jira/metadata.json
@@ -1,8 +1,5 @@
{
"recommendations": {
"mysql": [

]
"providing": {
},
"attributes": {
"jira/version": {
Expand Down Expand Up @@ -145,8 +142,7 @@
"display_name": "Jira Database"
}
},
"maintainer": "Opscode, Inc.",
"suggestions": {
"replacing": {
},
"dependencies": {
"runit": [
Expand All @@ -159,8 +155,12 @@

]
},
"maintainer_email": "cookbooks@opscode.com",
"conflicting": {
"groupings": {
},
"recommendations": {
"mysql": [

]
},
"platforms": {
"debian": [
Expand All @@ -171,17 +171,17 @@
]
},
"license": "Apache 2.0",
"version": "0.8.1",
"providing": {
"version": "0.8.2",
"maintainer": "Opscode, Inc.",
"suggestions": {
},
"recipes": {
"jira": "Installs and configures Jira"
},
"replacing": {
},
"maintainer_email": "cookbooks@opscode.com",
"name": "jira",
"description": "Installs and configures jira",
"groupings": {
"conflicting": {
},
"description": "Installs and configures jira",
"long_description": ""
}
2 changes: 1 addition & 1 deletion jira/metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures jira"
version "0.8.1"
version "0.8.2"
recommends "mysql"

recipe "jira", "Installs and configures Jira"
Expand Down

0 comments on commit f84813b

Please sign in to comment.