diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-30 16:36:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-30 16:36:04 -0300 |
commit | 71a80284fbe83dc2eebefaea0fc07dc2e1dc3afc (patch) | |
tree | 54852cd1112d54a122f7b8aee7f268a553a06bde /lib | |
parent | 6bc309f6bb5cb4e4a3c6329a0e6cd5b5e83ae6c5 (diff) | |
download | hydra-71a80284fbe83dc2eebefaea0fc07dc2e1dc3afc.tar.gz hydra-71a80284fbe83dc2eebefaea0fc07dc2e1dc3afc.tar.bz2 |
Deploy: facts: exclude mac address
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
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 |