Skip to content

Commit

Permalink
feat: enable the metadata grains server by default
Browse files Browse the repository at this point in the history
  • Loading branch information
major0 committed Sep 20, 2020
1 parent b94ff64 commit b1d296d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/files/cloud.providers.d/_ec2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}'
Expand Down

0 comments on commit b1d296d

Please sign in to comment.