diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 592e3544..a8643e8f 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -17,8 +17,8 @@ ssf_node_anchors: # An alternative method could be to use: # `git describe --abbrev=0 --tags` # yamllint disable rule:line-length - title: 'ci(kitchen): use bootstrapped `opensuse` images until `2019.2.2` [skip ci]' - body: '* Automated using https://github.com/myii/ssf-formula/pull/52' + title: 'ci(kitchen): install required packages to bootstrapped `opensuse` [skip ci]' + body: '* Automated using https://github.com/myii/ssf-formula/pull/53' # yamllint enable rule:line-length github: owner: saltstack-formulas diff --git a/ssf/files/default/kitchen.yml b/ssf/files/default/kitchen.yml index 0351010e..97b5356d 100644 --- a/ssf/files/default/kitchen.yml +++ b/ssf/files/default/kitchen.yml @@ -65,6 +65,10 @@ image: netmanagers/salt-{{ salt_ver }}-py{{ py_ver }}:{{ os | replace('/', '-') {%- set prov_cmds = [] %} {#- Specific to unsalted `opensuse/leap` #} {%- if os == 'opensuse/leap' %} +{%- do prov_cmds.append('# yamllint disable-line rule:line-length') %} +{%- do prov_cmds.append( + '- zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python{0}-pip'.format(py_ver) + ) %} {%- do prov_cmds.append('- systemctl enable sshd.service') %} {%- endif %} {#- Specific to `develop` #}