ソースを参照

fix(googleauth): handle disabled selinux

pull/229/head
Pascal de Bruijn 2年前
コミット
63dd7c88be
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      users/googleauth.sls

+ 2
- 2
users/googleauth.sls ファイルの表示

@@ -15,7 +15,7 @@ users_{{ users.googleauth_dir }}:
- group: {{ users.root_group }}
- mode: '0700'

{%- if grains['os_family'] == 'RedHat' %}
{%- if grains['os_family'] == 'RedHat' and "selinux" in grains and grains.selinux.enabled %}
policycoreutils-package:
pkg.installed:
- pkgs:
@@ -67,7 +67,7 @@ users_googleauth-pam-{{ svc }}-{{ name }}:
{%- endif %}
{%- endfor %}

{%- if grains['os_family'] == 'RedHat' %}
{%- if grains['os_family'] == 'RedHat' and "selinux" in grains and grains.selinux.enabled %}
users_googleauth_selinux_applied:
selinux.fcontext_policy_applied:
- name: {{ users.googleauth_dir }}

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