mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The script attribute is not userdata
This commit is contained in:
parent
54cf836d58
commit
0b423e443f
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ Set up an initial profile at ``/etc/salt/cloud.profiles``:
|
|||
image: ami-a73264ce
|
||||
size: m1.xlarge
|
||||
ssh_username: ec2-user
|
||||
script: /etc/salt/cloud.deploy.d/user_data.sh
|
||||
script: /etc/salt/cloud.deploy.d/my_bootstrap.sh
|
||||
network_interfaces:
|
||||
- DeviceIndex: 0
|
||||
PrivateIpAddresses:
|
||||
|
|
Loading…
Add table
Reference in a new issue