mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix os argument, add delete_sshkeys
This commit is contained in:
parent
181d831d3d
commit
883f37fd70
1 changed files with 8 additions and 3 deletions
11
conf/cloud
11
conf/cloud
|
@ -8,9 +8,9 @@
|
|||
# Set the size of minion keys to generate, defaults to 2048
|
||||
#keysize: 2048
|
||||
#
|
||||
# Set the default os being deployed, this sets which deployment script to
|
||||
# apply, this must be set here or in all vm configurations
|
||||
#os: RHEL6
|
||||
# Set the default os being deployed. This sets which deployment script to
|
||||
# apply. This argument is optional.
|
||||
#script: bootstrap-salt
|
||||
|
||||
##### Cloud Provider Settings #####
|
||||
##########################################
|
||||
|
@ -79,3 +79,8 @@
|
|||
# 'saltcloud': 'info'
|
||||
#
|
||||
#log_granular_levels: {}
|
||||
|
||||
# Whether or not to remove the accompnaying SSH key from the known_hosts file
|
||||
# when an instance is destroyed.
|
||||
#delete_sshkeys: False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue