소스 검색

feat: enable the metadata grains server by default

tags/v1.6.0
Mark Ferrell 4 년 전
부모
커밋
b1d296d270
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      salt/files/cloud.providers.d/_ec2.conf

+ 1
- 0
salt/files/cloud.providers.d/_ec2.conf 파일 보기

@@ -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') }}'

Loading…
취소
저장