Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion definitions/bundle_install.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define :bundle_install do
define :newrelic_plugins_bundle_install do
# install bundler gem
gem_package 'bundler' do
options '--no-ri --no-rdoc'
Expand Down
2 changes: 1 addition & 1 deletion recipes/aws_cloudwatch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
end

# install bundler gem and run 'bundle install'
bundle_install do
newrelic_plugins_bundle_install do
path node[:newrelic][:aws_cloudwatch][:plugin_path]
user node[:newrelic][:aws_cloudwatch][:user]
end
Expand Down
2 changes: 1 addition & 1 deletion recipes/example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
end

# install bundler gem and run 'bundle install'
bundle_install do
newrelic_plugins_bundle_install do
path node[:newrelic][:example][:plugin_path]
user node[:newrelic][:example][:user]
end
Expand Down
2 changes: 1 addition & 1 deletion recipes/memcached_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
end

# install bundler gem and run 'bundle install'
bundle_install do
newrelic_plugins_bundle_install do
path node[:newrelic][:memcached_ruby][:plugin_path]
user node[:newrelic][:memcached_ruby][:user]
end
Expand Down
2 changes: 1 addition & 1 deletion recipes/rackspace_load_balancers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
end

# install bundler gem and run 'bundle install'
bundle_install do
newrelic_plugins_bundle_install do
path node[:newrelic][:rackspace_load_balancers][:plugin_path]
user node[:newrelic][:rackspace_load_balancers][:user]
end
Expand Down
2 changes: 1 addition & 1 deletion recipes/wikipedia_example_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
end

# install bundler gem and run 'bundle install'
bundle_install do
newrelic_plugins_bundle_install do
path node[:newrelic][:wikipedia_example_ruby][:plugin_path]
user node[:newrelic][:wikipedia_example_ruby][:user]
end
Expand Down