From 71a80284fbe83dc2eebefaea0fc07dc2e1dc3afc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 30 Sep 2016 16:36:04 -0300 Subject: Deploy: facts: exclude mac address --- lib/hydra/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hydra') diff --git a/lib/hydra/deploy b/lib/hydra/deploy index be7f8a0..483bf54 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -248,7 +248,7 @@ function hydra_deploy_facts_collect { grep -v -e "^ seconds" -e "^ hours" -e "^ days" -e "^ uptime" \ -e "^ uptime" -e "^ system_uptime" -e "^ memoryfree" -e "^ swapfree_mb" \ -e "^ memorysize" -e "^ swapfree" -e "^ seconds" -e "^ hours" \ - -e "^ days" -e "^ uptime_" \ + -e "^ days" -e "^ uptime_" -e "^ macaddress" \ > $HYDRA_FOLDER/puppet/config/facts/$FQDN.yaml # Check result -- cgit v1.2.3