From 7cab8996742b8128bed197f9457afd2af160cf5e Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 30 Oct 2019 14:33:05 -0600 Subject: initial commit --- pillar/gentoo_baseimage/ci.sls | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pillar/gentoo_baseimage/ci.sls (limited to 'pillar/gentoo_baseimage/ci.sls') 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 -- cgit v1.3