Skip to content

Commit

Permalink
Merge pull request newrelic#17 from newrelic-platform/jstenhouse/upda…
Browse files Browse the repository at this point in the history
…te_plugin_versions

update plugin versions
  • Loading branch information
Jason Stenhouse committed Jan 29, 2014
2 parents f60fc9b + 1dceeda commit 0dd01aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# aws cloudwatch plugin attributes
default[:newrelic][:aws_cloudwatch][:version] = "3.2.0"
default[:newrelic][:aws_cloudwatch][:version] = "3.3.0"
default[:newrelic][:aws_cloudwatch][:download_url] = "https://github.com/newrelic-platform/newrelic_aws_cloudwatch_plugin/archive/#{node[:newrelic][:aws_cloudwatch][:version]}.tar.gz"
default[:newrelic][:aws_cloudwatch][:install_path] = "/opt/newrelic"
default[:newrelic][:aws_cloudwatch][:plugin_path] = "#{node[:newrelic][:aws_cloudwatch][:install_path]}/newrelic_aws_cloudwatch_plugin"

# mysql plugin attributes
default[:newrelic][:mysql][:version] = "1.1.0"
default[:newrelic][:mysql][:version] = "1.2.0"
default[:newrelic][:mysql][:user] = "root" #mysql auth info is in a conf file controled by this user
default[:newrelic][:mysql][:download_url] = "https://raw.github.com/newrelic-platform/newrelic_mysql_java_plugin/master/dist/newrelic_mysql_plugin-#{node[:newrelic][:mysql][:version]}.tar.gz"
default[:newrelic][:mysql][:install_path] = "/opt/newrelic"
Expand All @@ -27,7 +27,7 @@
default[:newrelic][:example][:plugin_path] = "#{node[:newrelic][:example][:install_path]}/newrelic_example_plugin"

# f5 plugin attributes
default[:newrelic][:f5][:version] = "1.0.7"
default[:newrelic][:f5][:version] = "1.0.9"
default[:newrelic][:f5][:install_path] = "/opt/newrelic"
default[:newrelic][:f5][:plugin_path] = "#{node[:newrelic][:f5][:install_path]}/newrelic_f5_plugin"

Expand Down

0 comments on commit 0dd01aa

Please sign in to comment.