From 044b047df29bb39c2bd47df5ab31c6507ec35747 Mon Sep 17 00:00:00 2001 From: Grant Ridder Date: Thu, 20 Aug 2015 16:40:53 -0700 Subject: [PATCH] Templates with api keys should be sensitive --- recipes/mms_automation_agent.rb | 1 + recipes/mms_monitoring_agent.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes/mms_automation_agent.rb b/recipes/mms_automation_agent.rb index 03ce479..dfbbaf8 100644 --- a/recipes/mms_automation_agent.rb +++ b/recipes/mms_automation_agent.rb @@ -69,6 +69,7 @@ variables( :config => node['mongodb3']['config']['mms'] ) + sensitive true end # Change ownership of data directory to mongo user diff --git a/recipes/mms_monitoring_agent.rb b/recipes/mms_monitoring_agent.rb index 02f595b..9dca6b1 100644 --- a/recipes/mms_monitoring_agent.rb +++ b/recipes/mms_monitoring_agent.rb @@ -66,6 +66,7 @@ variables( :config => node['mongodb3']['config']['mms'] ) + sensitive true end # Start the mms automation agent