From ad3c4c49503369306873e08a6372d96327053c0c Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 14 Jul 2020 11:09:12 -0400 Subject: [PATCH] [fix] master -> manager --- salt/motd/files/so_motd.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/motd/files/so_motd.jinja b/salt/motd/files/so_motd.jinja index 941aa2350..4b22eb56c 100644 --- a/salt/motd/files/so_motd.jinja +++ b/salt/motd/files/so_motd.jinja @@ -1,5 +1,5 @@ {% set needs_restarting_check = salt['mine.get']('*', 'needs_restarting.check', tgt_type='glob') -%} -{% set url = salt['pillar.get']('master:url_base') -%} +{% set url = salt['pillar.get']('manager:url_base') -%} Access the Security Onion web interface at https://{{ url }}