瀏覽代碼

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
pull/170/head
Dmitry Teselkin 6 年之前
父節點
當前提交
b877d8c931
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      linux/system/init.sls

+ 1
- 0
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 %}

Loading…
取消
儲存