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