diff --git a/salt/common/maps/eval.map.jinja b/salt/common/maps/eval.map.jinja index 56f2116b9..f868474c5 100644 --- a/salt/common/maps/eval.map.jinja +++ b/salt/common/maps/eval.map.jinja @@ -1,5 +1,6 @@ {% set docker = { 'containers': [ + 'so-filebeat', 'so-nginx', 'so-telegraf', 'so-dockerregistry', diff --git a/salt/common/tools/sbin/so-status b/salt/common/tools/sbin/so-status index 29c029623..7a7d6c783 100755 --- a/salt/common/tools/sbin/so-status +++ b/salt/common/tools/sbin/so-status @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . {%- from 'common/maps/so-status.map.jinja' import docker with context %} -{%- set container_list = docker['containers'] %} +{%- set container_list = docker['containers'] | sort %} if ! [ "$(id -u)" = 0 ]; then echo "This command must be run as root"