]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commit
Add LDAP support
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 30 Aug 2017 20:16:39 +0000 (22:16 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 31 Aug 2017 20:59:53 +0000 (22:59 +0200)
commit548061112d2e2627317f9379d2f501fcf3f6ea54
tree19fb949ad1fb965b4705897650809b4ffb6e9f29
parent1508e956adaa97b7a82c27537f4b124266dacdf0
Add LDAP support
12 files changed:
environments/production/data/common.yaml
environments/production/data/types/vps-ovhssd-1.yaml
modules/base_installation/lib/puppet/parser/functions/generate_password.rb [new file with mode: 0644]
modules/base_installation/lib/puppet/type/notify_refresh.rb [new file with mode: 0644]
modules/base_installation/manifests/init.pp
modules/base_installation/manifests/ldap.pp [new file with mode: 0644]
modules/base_installation/manifests/params.pp
modules/base_installation/manifests/puppet.pp [new file with mode: 0644]
modules/base_installation/templates/ldap/ldap.conf.erb [new file with mode: 0644]
modules/base_installation/templates/puppet/host_ldap.info.erb [new file with mode: 0644]
modules/base_installation/templates/puppet/puppet.conf.erb [new file with mode: 0644]
modules/inifile