Make use of the package-installs element to declare in yaml format the packages to be installed at the beginning of a phase. Other than reducing the amont of explicit 'install-packages pkg1 ...' invocations, they can also be installed just once per-phase. Change-Id: I1f1acfb2bd74fed5cf4c0b48bc739f7f75c35d83
6 lines
151 B
YAML
6 lines
151 B
YAML
augeas-tools:
|
|
# /etc/ssh/sshd_config is provided by openssh-server
|
|
openssh-server:
|
|
# /etc/ssh/ssh_config is provided by openssh-client
|
|
openssh-client:
|