aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-28 12:48:51 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-28 12:48:51 +0200
commit95416ae2301b936829cab964792a8a1e07b06720 (patch)
treeaec7801783506efd2a0e04eaccee6730fa9788de
parent7f8d0f89d6e2a93fdff509b4cc443be5819e3dd3 (diff)
downloadPuppet-95416ae2301b936829cab964792a8a1e07b06720.tar.gz
Puppet-95416ae2301b936829cab964792a8a1e07b06720.tar.zst
Puppet-95416ae2301b936829cab964792a8a1e07b06720.zip
Remove reminder useless files
-rw-r--r--modules/role/files/cryptoportfolio/pam_postgresql3
-rw-r--r--modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb6
2 files changed, 0 insertions, 9 deletions
diff --git a/modules/role/files/cryptoportfolio/pam_postgresql b/modules/role/files/cryptoportfolio/pam_postgresql
deleted file mode 100644
index 70a90ae..0000000
--- a/modules/role/files/cryptoportfolio/pam_postgresql
+++ /dev/null
@@ -1,3 +0,0 @@
1auth required pam_ldap.so config=/etc/pam_ldap.d/postgresql.conf
2account required pam_ldap.so config=/etc/pam_ldap.d/postgresql.conf
3
diff --git a/modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb b/modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb
deleted file mode 100644
index f3d9674..0000000
--- a/modules/role/templates/cryptoportfolio/pam_ldap_postgresql.conf.erb
+++ /dev/null
@@ -1,6 +0,0 @@
1host <%= @ldap_server %>
2
3base <%= @ldap_base %>
4binddn <%= @ldap_dn %>
5bindpw <%= @ldap_password %>
6pam_login_attribute <%= @ldap_attribute %>