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
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