Update examples

Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
This commit is contained in:
Thomas Hipp 2018-12-20 15:21:37 +01:00
parent fdf56fc247
commit 3df563acc4
No known key found for this signature in database
GPG Key ID: 993408D1137B7D51
10 changed files with 82 additions and 42 deletions

View File

@ -52,5 +52,9 @@ packages:
manager: apk
update: true
install:
- neovim
cleanup: true
sets:
- packages:
- neovim
action: install

View File

@ -54,6 +54,10 @@ packages:
manager: pacman
update: true
install:
- systemd-sysvcompat
- neovim
cleanup: true
sets:
- packages:
- systemd-sysvcompat
- neovim
action: install

View File

@ -57,8 +57,12 @@ packages:
manager: yum
update: true
install:
- vim
cleanup: true
sets:
- packages:
- vim
action: install
actions:
- trigger: post-unpack

View File

@ -50,9 +50,13 @@ packages:
manager: apt
update: true
install:
- systemd
- neovim
cleanup: true
sets:
- packages:
- systemd
- neovim
action: install
mappings:
architecture_map: debian

View File

@ -122,20 +122,24 @@ packages:
manager: apt
update: true
install:
- systemd
- dialog
- ifupdown
- locales
- netbase
- net-tools
- cloud-init
- cloud-utils
- sudo
- adduser
- locales
- file
- openssh-server
cleanup: true
sets:
- packages:
- systemd
- dialog
- ifupdown
- locales
- netbase
- net-tools
- cloud-init
- cloud-utils
- sudo
- adduser
- locales
- file
- openssh-server
action: install
mappings:
architecture_map: debian

View File

@ -50,6 +50,10 @@ packages:
manager: dnf
update: true
install:
- systemd
- neovim
cleanup: true
sets:
- packages:
- systemd
- neovim
action: install

View File

@ -51,8 +51,12 @@ packages:
manager: portage
update: true
install:
- neovim
cleanup: true
sets:
- packages:
- neovim
action: install
actions:
- trigger: post-packages

View File

@ -119,11 +119,15 @@ packages:
# Do not update here. Updates will take place in the post-unpack action.
update: false
install:
- apt-transport-https
- language-pack-en
- openssh-client
- vim
cleanup: true
sets:
- packages:
- apt-transport-https
- language-pack-en
- openssh-client
- vim
action: install
actions:
- trigger: post-unpack

View File

@ -115,11 +115,15 @@ packages:
manager: apt
update: true
install:
- apt-transport-https
- language-pack-en
- openssh-client
- vim
cleanup: true
sets:
- packages:
- apt-transport-https
- language-pack-en
- openssh-client
- vim
action: install
actions:
- trigger: post-update

View File

@ -60,9 +60,13 @@ packages:
manager: apt
update: true
install:
- systemd
- neovim
cleanup: true
sets:
- packages:
- systemd
- neovim
action: install
mappings:
architecture_map: debian