lib/templates/remote/install.sh in sunzi-0.2.1 vs lib/templates/remote/install.sh in sunzi-0.3.0
- old
+ new
@@ -1,6 +1,9 @@
#!/bin/bash
+# This line is necessary for automated provisioning for Debian/Ubuntu
+export DEBIAN_FRONTEND=noninteractive
+
# SSH key
source recipes/ssh_key.sh $(cat attributes/ssh_key)
# Update apt catalog
aptitude update