summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydra/deploy6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy
index f8dbb08..f491e70 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -89,6 +89,9 @@ for node in $NODES; do
$SUDO apt-get install $DEPLOY_DEPENDENCIES -y
fi
+ # Collect facts
+ hydra_deploy_facts_collect local
+
# Run puppet
echo "Applying configuration..."
$DEPLOY_APPLY
@@ -112,6 +115,9 @@ EOF
# Create folders
hydra_deploy_mkdirs
+ # Collect facts
+ hydra_deploy_facts_collect remote
+
# Sync repository to server
echo "Syncing configuration..."
$DEPLOY_RSYNC "$RSYNC_PATH" $DEPLOY_OPTS