mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Change comment ordering
This commit is contained in:
parent
085b97b03f
commit
df3331ebf2
1 changed files with 4 additions and 5 deletions
|
@ -427,11 +427,6 @@ __apt_get_noinput() {
|
|||
# 3. install_<distro>_<install_type>_deps
|
||||
# 4. install_<distro>_deps
|
||||
#
|
||||
#
|
||||
# To install salt, which, of course, is required, one of:
|
||||
# 1. install_<distro>_<distro_version>_<install_type>
|
||||
# 2. install_<distro>_<install_type>
|
||||
#
|
||||
# Optionally, define a minion configuration function, which will be called if
|
||||
# the -c|config-dir option is passed. One of:
|
||||
# 1. config_<distro>_<distro_version>_<install_type>_minion
|
||||
|
@ -440,6 +435,10 @@ __apt_get_noinput() {
|
|||
# 4. config_<distro>_minion
|
||||
# 5. config_minion [THIS ONE IS ALREADY DEFINED AS THE DEFAULT]
|
||||
#
|
||||
# To install salt, which, of course, is required, one of:
|
||||
# 1. install_<distro>_<distro_version>_<install_type>
|
||||
# 2. install_<distro>_<install_type>
|
||||
#
|
||||
# Also optionally, define a post install function, one of:
|
||||
# 1. install_<distro>_<distro_versions>_<install_type>_post
|
||||
# 2. install_<distro>_<distro_versions>_post
|
||||
|
|
Loading…
Add table
Reference in a new issue