summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 68e06553..52320c58 100755
--- a/install.sh
+++ b/install.sh
@@ -17,10 +17,6 @@ vault_environment__set "$env_group" || exit 1
echo "installing $name with $distro/$codename in environment '$env_group'"
echo ""
-echo "########## clearing old ssh host keys #########"
-remove_known_hosts "$name"
-echo ""
-
echo "########## removing cached facts #########"
rm -f ".cache/facts/$name"
echo ""