2020-12-15 17:47:00 +01:00
|
|
|
name: "contents foo"
|
|
|
|
arch: "amd64"
|
|
|
|
version: "v1.2.3"
|
|
|
|
contents:
|
|
|
|
- src: "./testdata/*.conf"
|
|
|
|
dst: "/etc/foo/"
|
|
|
|
type: "config|noreplace"
|
|
|
|
file_info:
|
|
|
|
mode: 0644
|
|
|
|
- src: "./testdata/whatever2.conf"
|
|
|
|
dst: "/etc/rpm/whatever.conf"
|
|
|
|
type: "config|noreplace"
|
2020-12-30 20:15:16 +01:00
|
|
|
packager: "rpm"
|
2020-12-15 17:47:00 +01:00
|
|
|
file_info:
|
|
|
|
mode: 0644
|
|
|
|
- src: "./testdata/whatever2.conf"
|
|
|
|
dst: "/etc/apk/whatever.conf"
|
|
|
|
type: "config|noreplace"
|
2020-12-30 20:15:16 +01:00
|
|
|
packager: "apk"
|
2020-12-15 17:47:00 +01:00
|
|
|
file_info:
|
|
|
|
mode: 0644
|
|
|
|
- src: "./testdata/whatever2.conf"
|
|
|
|
dst: "/etc/deb/whatever.conf"
|
|
|
|
type: "config|noreplace"
|
2020-12-30 20:15:16 +01:00
|
|
|
packager: "deb"
|
2020-12-15 17:47:00 +01:00
|
|
|
file_info:
|
|
|
|
mode: 0644
|