add pretty sugar day01 image
* 80% of debug done at cfg01 host.
so, why not to have it easier ?
Change-Id: I53a21bdde957794c951b01e7324b07982ebd857b
diff --git a/day01-image/template.json b/day01-image/template.json
index 0628031..e3224cd 100644
--- a/day01-image/template.json
+++ b/day01-image/template.json
@@ -25,13 +25,8 @@
"provisioners": [
{
"type": "file",
- "source": "files/root/interfaces",
- "destination": "/root/interfaces"
- },
- {
- "type": "file",
- "source": "files/root/minion.conf",
- "destination": "/root/minion.conf"
+ "source": "files/root/",
+ "destination": "/root"
},
{
"type": "file",
@@ -95,13 +90,8 @@
},
{
"type": "file",
- "source": "files/etc/cloud/cloud.cfg.d/99_tcp.cfg",
- "destination": "/etc/cloud/cloud.cfg.d/99_tcp.cfg"
- },
- {
- "type": "file",
- "source": "files/etc/cloud/cloud.cfg",
- "destination": "/etc/cloud/cloud.cfg"
+ "source": "files/etc/",
+ "destination": "/etc"
}
],
"builders": [