summaryrefslogtreecommitdiff
path: root/pillar/gentoo_baseimage/ci.sls
diff options
context:
space:
mode:
Diffstat (limited to 'pillar/gentoo_baseimage/ci.sls')
-rw-r--r--pillar/gentoo_baseimage/ci.sls21
1 files changed, 21 insertions, 0 deletions
diff --git a/pillar/gentoo_baseimage/ci.sls b/pillar/gentoo_baseimage/ci.sls
new file mode 100644
index 0000000..2a01969
--- /dev/null
+++ b/pillar/gentoo_baseimage/ci.sls
@@ -0,0 +1,21 @@
+ci:
+ dirs:
+ data:
+ name: data
+ mode: "0755"
+ relative_to_buildroot: True
+ files:
+ build_sh:
+ name: build.sh
+ path: .
+ source: build.sh
+ mode: "0755"
+ is_template: True
+ relative_to_buildroot: True
+ cloudcfg_sh:
+ name: cloudcfg.sh
+ path: .
+ source: cloudcfg.sh
+ mode: "0755"
+ is_template: False
+ relative_to_buildroot: True