commit | b877d8c931e1c375d803287e9f0a4539552a6246 | [log] [tgz] |
---|---|---|
author | Dmitry Teselkin <dteselkin@mirantis.com> | Tue Oct 02 13:35:20 2018 +0300 |
committer | Dmitry Teselkin <dteselkin@mirantis.com> | Tue Oct 02 18:34:54 2018 +0300 |
tree | 3826194caca6c2bfedd8a3b58f61d9c68584e6d1 | |
parent | e4ea94f1bbc5430d0d1138c85837cc6948d0f3f0 [diff] |
Use linux.system.shell state https://gerrit.mcp.mirantis.com/25351/ was merged but linux.system.shell state wasn't included into init.yml and was never used. This commit fixes this. Related-Prod: PROD-23581 Change-Id: I89e09247dd2566b8a5b0c0e67e8ca9c789ed57f6
diff --git a/linux/system/init.sls b/linux/system/init.sls index cec6c18..20d39d9 100644 --- a/linux/system/init.sls +++ b/linux/system/init.sls
@@ -3,6 +3,7 @@ include: - linux.system.env - linux.system.profile +- linux.system.shell {%- if system.login_defs is defined %} - linux.system.login_defs {%- endif %}