mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27914 from rallytime/fix-27815
Use eipalloc instead of eni in EC2 interface properties example
This commit is contained in:
commit
bb900d428b
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ the network interfaces of your virtual machines, for example:-
|
|||
# Uncomment this to associate an existing Elastic IP Address with
|
||||
# this network interface:
|
||||
#
|
||||
# associate_eip: eni-XXXXXXXX
|
||||
# associate_eip: eipalloc-XXXXXXXX
|
||||
|
||||
# You can allocate more than one IP address to an interface. Use the
|
||||
# 'ip addr list' command to see them.
|
||||
|
|
Loading…
Add table
Reference in a new issue