mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
7cdbc546f1
* Comment all lines in the minion config file * Add unit tests to check for all files in conf/ to be commented out * Make sure cont/cloud.profiles file is commented out Matches the cloud.providers file format and other sample config files. * Add unit tests for sample files in cloud.profiles.d, cloud.providers.d, and cloud.maps.d * Make sure all sample config files in cloud.maps.d are commented out * Make sure all sample config files in cloud.profiles.d are commented out
20 lines
389 B
Plaintext
20 lines
389 B
Plaintext
# This is a sample cloud map file. By convention, map files are stored in
|
|
# /etc/cloud/cloud.maps.d/.
|
|
#
|
|
# Because the location to this file must be explicitly declared when using it,
|
|
# its actual location on disk is up to the user.
|
|
|
|
#fedora_rs:
|
|
# - fedora1
|
|
# - fedora2
|
|
# - fedora3
|
|
# - fedora4
|
|
# - fedora5
|
|
|
|
#ubuntu_rs:
|
|
# - ubuntu1
|
|
# - ubuntu2
|
|
# - ubuntu3
|
|
# - ubuntu4
|
|
# - ubuntu5
|