commit | dbe1038403a3b0bd9b572f9f212b422cf2f0a50e | [log] [tgz] |
---|---|---|
author | alexz <azvyagintsev@mirantis.com> | Mon Apr 16 11:07:38 2018 +0200 |
committer | alexz <azvyagintsev@mirantis.com> | Mon Apr 16 11:09:00 2018 +0200 |
tree | c95d237419eff1b97b4a26ef914ee887c123d091 | |
parent | 32bedad6cf476aae4db87cb47c31272bdc63a032 [diff] [blame] |
Deduplicate script Change-Id: I2ab3ecdc2efd7478750bb32f2863211489132eda
diff --git a/day01-image/template.json b/day01-image/template.json index f2f4d41..4488a50 100644 --- a/day01-image/template.json +++ b/day01-image/template.json
@@ -55,6 +55,7 @@ "type": "shell", "execute_command": "chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}", "scripts": [ + "scripts/base_set_hostname.sh", "scripts/base.sh", "scripts/motd.sh", "scripts/network.sh",