Просмотр исходного кода

Fix profile.d permissions again

Change-Id: Ic7700b2d20ec84db6e44653c6db7caa61d0470d2
tags/2017.4
Filip Pytloun 7 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить