Skip to content

Commit

Permalink
Update newrelic to the latest version.
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed Dec 9, 2011
1 parent b78701c commit 32ec1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1 +1 @@
newrelic :license_key => "not-set"
newrelic :license_key => "not-set", :version => "1.1.2.124"
4 changes: 2 additions & 2 deletions cookbooks/newrelic_server_monitoring/recipes/default.rb
@@ -1,10 +1,10 @@
enable_package "app-admin/newrelic-sysmond" do
version "1.1.0.111"
version "#{node[:newrelic][:version]}"
end

package "app-admin/newrelic-sysmond" do
action :install
version "1.1.0.111"
version "#{node[:newrelic][:version]}"
end

template "/etc/newrelic/nrsysmond.cfg" do
Expand Down

0 comments on commit 32ec1e2

Please sign in to comment.