Change comment ordering

This commit is contained in:
David Lindquist 2013-01-10 13:13:55 -08:00
parent 085b97b03f
commit df3331ebf2

View file

@ -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