소스 검색

Fix update-motd for debian

pull/123/head
Filip Pytloun 7 년 전
부모
커밋
8b5af7cea1
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      linux/system/motd.sls

+ 4
- 2
linux/system/motd.sls 파일 보기

@@ -10,15 +10,17 @@

{%- else %}

{%- if grains.os == 'Ubuntu' %}
package_update_motd:
pkg.installed:
- name: update-motd
- require_in:
- file: /etc/update-motd.d
{%- endif %}

/etc/update-motd.d:
file.directory:
- clean: true
- require:
- pkg: package_update_motd

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

Loading…
취소
저장