ソースを参照

testing directory cleaned (#224)

modified:   linux/system/motd.sls

	modified:   linux/system/motd.sls

	modified:   linux/system/motd.sls
	modified:   linux/system/motd.sls

	modified:   linux/system/motd.sls
pull/225/head
Riccardo Scartozzi (risca) 3年前
コミット
f9beff8f7d
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更7行の追加1行の削除
  1. +7
    -1
      linux/system/motd.sls

+ 7
- 1
linux/system/motd.sls ファイルの表示

@@ -25,6 +25,10 @@ motd_fix_pam_sshd:
/etc/motd:
file.absent

exist_/etc/update-motd.d:
file.directory:
- name: /etc/update-motd.d

{%- for motd in system.motd %}
{%- set motd_index = loop.index %}

@@ -35,8 +39,10 @@ motd_{{ motd_index }}_{{ name }}:
- source: salt://linux/files/motd.sh
- template: jinja
- mode: 755
- require:
- require_in:
- file: /etc/update-motd.d
- require:
- file: exist_/etc/update-motd.d
- defaults:
index: {{ motd_index }}
motd_name: {{ name }}

読み込み中…
キャンセル
保存