Time spent here:

Tuesday, 22 November 2016

need help : chef new relic infrastructure setup recipes

can somebody help me with the chef recipes ..........


name "newrelic_infrastructure" do

run_list(
  "recipe[newrelic_plugins::newrelic_infrastructure]"
)
default_attributes(
  "newrelic" => {
    "license_key"            => "NEW_RELIC_LICENSE_KEY",
    "newrelic_infrastructure" => {
      "install_path"         => "",
      "user"                 => "newrelic"
    }
  }
)
end

No comments:

Post a Comment