소스 검색

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 }}

Loading…
취소
저장