mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Run emerge-webrsync when provisioning a Gentoo container.
This commit is contained in:
parent
ea7fa19c77
commit
a14e893395
1 changed files with 2 additions and 0 deletions
|
@ -98,12 +98,14 @@ platforms:
|
|||
image: gentoo/stage3:latest
|
||||
run_command: /sbin/init
|
||||
provision_command:
|
||||
- emerge-webrsync
|
||||
- rc-update add sshd default
|
||||
- name: gentoo-systemd
|
||||
driver_config:
|
||||
image: gentoo/stage3:systemd
|
||||
run_command: /lib/systemd/systemd
|
||||
provision_command:
|
||||
- emerge-webrsync
|
||||
- systemctl enable sshd.service
|
||||
- name: opensuse-15
|
||||
driver_config:
|
||||
|
|
Loading…
Add table
Reference in a new issue