Try and fix SSL race condition and Update dashboard description

This commit is contained in:
Mike Reeves
2018-11-28 14:15:38 -05:00
parent 80617fc151
commit 88ac939342
2 changed files with 3 additions and 1 deletions

View File

@@ -3933,7 +3933,7 @@
]
},
"timezone": "browser",
"title": "Forward Node - {{ SERVERNAME }} Overview",
"title": "Storage Node - {{ SERVERNAME }} Overview",
"uid": "{{ UID }}",
"version": 25
}

View File

@@ -647,6 +647,8 @@ salt_checkin() {
else
# Run Checkin
salt-call state.apply ca
salt-call state.apply ssl
salt-call state.highstate
fi