Explorar el Código

feat: enable the metadata grains server by default

tags/v1.6.0
Mark Ferrell hace 4 años
padre
commit
b1d296d270
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      salt/files/cloud.providers.d/_ec2.conf

+ 1
- 0
salt/files/cloud.providers.d/_ec2.conf Ver fichero

@@ -7,6 +7,7 @@ ec2_ubuntu_public:
master: {{ cloud.get('master', 'salt') }}
grains:
test: True
metadata_server_grains: True
ssh_interface: public_ips
id: {{ cloud.get('aws_key', 'DEFAULT') }}
key: '{{ cloud.get('aws_secret', 'DEFAULT') }}'

Cargando…
Cancelar
Guardar