Explorar el Código

Correct typo in .kitchen.yml

This change has no impact on the kitchen tests, but only changes
a symbolic name from 'openssl' to 'openssh' to avoid confusion.
tags/v0.41.0
Adam Mendlik hace 7 años
padre
commit
154213560f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .kitchen.yml

+ 2
- 2
.kitchen.yml Ver fichero

@@ -19,8 +19,8 @@ provisioner:
top.sls:
base:
'*':
- openssl
openssl.sls:
- openssh
openssh.sls:
openssh:
sshd_config_mode: '600'


Cargando…
Cancelar
Guardar