소스 검색

Fixing debconf dependency for pam ldap

Prod-Related: PROD-19097

Change-Id: I165b0617259523b3b1309d42107b43663b7730a4
pull/148/merge
Dzmitry Stremkouski 6 년 전
부모
커밋
504bdc09c1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      linux/system/auth.sls

+ 6
- 0
linux/system/auth.sls 파일 보기

@@ -7,6 +7,10 @@

{%- if grains.os_family == 'Debian' %}

linux_auth_ldap_debconf_package:
pkg.installed:
- pkgs: [ 'debconf-utils' ]

linux_auth_debconf_libnss-ldapd:
debconf.set:
- name: libnss-ldapd
@@ -19,6 +23,8 @@ linux_auth_debconf_libnss-ldapd:
value: 'false'
- require_in:
- pkg: linux_auth_ldap_packages
- require:
- pkg: linux_auth_ldap_debconf_package

linux_auth_debconf_libpam-ldapd:
debconf.set:

Loading…
취소
저장