From b1d296d270d3cc06332f569f81ee95fc78d95596 Mon Sep 17 00:00:00 2001 From: Mark Ferrell Date: Sun, 20 Sep 2020 07:47:04 -0700 Subject: [PATCH] feat: enable the metadata grains server by default --- salt/files/cloud.providers.d/_ec2.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/files/cloud.providers.d/_ec2.conf b/salt/files/cloud.providers.d/_ec2.conf index 1413166..adb6774 100644 --- a/salt/files/cloud.providers.d/_ec2.conf +++ b/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') }}'