diff options
Diffstat (limited to 'mcp/scripts/salt.sh')
-rwxr-xr-x | mcp/scripts/salt.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index c6d8e73a7..f184bcde6 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -62,4 +62,6 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s << SALT_INSTALL_END salt -C '* and not cfg01*' state.sls linux salt '*' state.sls ntp + + salt '*' pkg.upgrade refresh=False SALT_INSTALL_END |