소스 검색

Fix profile.d permissions again

Change-Id: Ic7700b2d20ec84db6e44653c6db7caa61d0470d2
tags/2017.4
Filip Pytloun 7 년 전
부모
커밋
75f9723818
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. +0
    -8
      linux/system/profile.sls

+ 0
- 8
linux/system/profile.sls 파일 보기

@@ -1,13 +1,6 @@
{%- from "linux/map.jinja" import system with context %}
{%- if system.enabled %}

/etc/profile.d:
file.directory:
- user: root
- group: root
- mode: 755
- makedirs: true

profile.d_clean:
file.directory:
- name: /etc/profile.d
@@ -20,7 +13,6 @@ profile.d_clean:
profile.d_script_{{ name }}:
file.managed:
- name: /etc/profile.d/salt_profile_{{ name }}{%if name.split('.')|length == 1 %}.sh{% endif %}
- mode: 755
- source:
- salt://linux/files/etc_profile_{{ name }}
- salt://linux/files/etc_profile

Loading…
취소
저장