This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
old-salt-formula
mirror of
https://github.com/saltstack-formulas/salt-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
68
Wiki
Activity
Browse Source
feat: enable the metadata grains server by default
tags/v1.6.0
Mark Ferrell
4 years ago
parent
b94ff645c9
commit
b1d296d270
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
salt/files/cloud.providers.d/_ec2.conf
+ 1
- 0
salt/files/cloud.providers.d/_ec2.conf
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') }}'
Write
Preview
Loading…
Cancel
Save