2
0

feat: enable the metadata grains server by default

This commit is contained in:
Mark Ferrell 2020-09-20 07:47:04 -07:00
parent b94ff645c9
commit b1d296d270

View File

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