diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-24 13:26:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-24 13:26:56 -0300 |
commit | ab6b44cac2d6aab4d028fcaccca2771d826bdcd5 (patch) | |
tree | 2886253cf7b2d8ef675346314b26b91e192a66c2 /lib | |
parent | e665f7cd208739df84373f0f65184c6b561e3de2 (diff) | |
download | hydra-ab6b44cac2d6aab4d028fcaccca2771d826bdcd5.tar.gz hydra-ab6b44cac2d6aab4d028fcaccca2771d826bdcd5.tar.bz2 |
Deploy: fixes facts info
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 cd46fad..4c67cf8 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -239,7 +239,7 @@ function hydra_deploy_copy { # Collects facts from a system function hydra_deploy_facts_collect { - echo "Collecting facts from remote system..." + echo "Collecting facts from system..." if [ "$1" == "local" ]; then $SUDO facter --yaml > $HYDRA_FOLDER/puppet/config/facts/$FQDN.yaml |