Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
prevent upgrade from prompting to overwrite config
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Nov 23, 2014
1 parent 36141ae commit a72e7a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/default.rb
Expand Up @@ -35,7 +35,10 @@
only_if { platform_family?("rhel") }
end

package "newrelic-sysmond"
# install the package
package "newrelic-sysmond" do
options %(-o Dpkg::Options::="--force-confdef") if platform_family?("debian")
end

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

0 comments on commit a72e7a5

Please sign in to comment.