]> gitweb.fluxo.info Git - hydra.git/commitdiff
Deploy: fixes facts info
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 24 Jun 2016 16:26:56 +0000 (13:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 24 Jun 2016 16:26:56 +0000 (13:26 -0300)
lib/hydra/deploy

index cd46fadfbe4db5c40af3265e971b4357a194763e..4c67cf88ceb83a4f1eec06fc772d3ec82d441394 100644 (file)
@@ -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