From df3331ebf2df82c086c9aab8b10dfdc1302e81b9 Mon Sep 17 00:00:00 2001 From: David Lindquist Date: Thu, 10 Jan 2013 13:13:55 -0800 Subject: [PATCH] Change comment ordering --- bootstrap-salt-minion.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bootstrap-salt-minion.sh b/bootstrap-salt-minion.sh index 93a4b3b..87d851a 100755 --- a/bootstrap-salt-minion.sh +++ b/bootstrap-salt-minion.sh @@ -427,11 +427,6 @@ __apt_get_noinput() { # 3. install___deps # 4. install__deps # -# -# To install salt, which, of course, is required, one of: -# 1. install___ -# 2. install__ -# # Optionally, define a minion configuration function, which will be called if # the -c|config-dir option is passed. One of: # 1. config____minion @@ -440,6 +435,10 @@ __apt_get_noinput() { # 4. config__minion # 5. config_minion [THIS ONE IS ALREADY DEFINED AS THE DEFAULT] # +# To install salt, which, of course, is required, one of: +# 1. install___ +# 2. install__ +# # Also optionally, define a post install function, one of: # 1. install____post # 2. install___post