Commit graph

14 commits

Author SHA1 Message Date
Stefan Kleindl
5a786c6d49 Add possibility to set auth_backend to ldap
next to the already existing possibilities db and external. If auth_backend is set
to ldap an ldap ressource and an ldap authentication configuration is generated.

Also support for ldap encryption is added.
2016-05-12 16:10:51 +02:00
Stefan Kleindl
eb61819522 add parameter manage_user
which defines if user and group should be managed by this module. This gives
you the possibility to manage the user and group with another module or
manually.

The default value is set to true so it doesn't change the existent behaviour
of this module.
2016-02-16 09:41:02 +01:00
Peter Souter
a6cb42215a Fixes permissions on config files
Before ini_file was used to create the files, but the permissions were incorrect and you'd get an error message: ![Error](https://cloud.githubusercontent.com/assets/1064715/13003982/91bfc7ea-d170-11e5-9eb4-4fc135140f83.png)
2016-02-12 10:11:23 +00:00
Jan Collijs
df99507221 Feature: initialize database if preferred so a working icingaweb2 instance can be started automatically 2015-12-14 16:40:11 +01:00
Alexandre Beche
4a88d7325f Allowing to purge the confiruration directory 2015-10-26 22:43:45 +01:00
Josh Beard
236d009a43 Add support for Scientific Linux in Yum repo
This commit uses the $::operatingsystemmajrelease fact for managing the
Yum repository on Scientific Linux.  Yum's "$releasever" resolves to
"6.6" (major.minor) on Scientific Linux, where it resolves to "major" or
"major(.server)?" on RedHat.  That causes the repo to fail on Scientific
Linux.

The other solution would be to add symlinks for major.minor in the
upstream Yum repo.  E.g. 6.6 => 6
2015-06-12 14:10:20 -06:00
Steven Bambling
d91ca34935 Moving away from templates to usign inifile from Puppetlabs/inifile 2015-04-02 08:45:16 -04:00
Vladimir Smirnov
1aefd726c8 Allow to redefine template files for configs 2015-03-16 17:06:21 +01:00
Tom De Vylder
4e1c7a6ef3 Add RHEL/CentOS package repository management 2015-02-23 17:27:33 +01:00
Tom De Vylder
cde6245491 Add template variables 2015-02-20 22:37:11 +01:00
Tom De Vylder
dca2b08678 Add php modules 2015-02-20 14:07:05 +01:00
Tom De Vylder
ceda2c941a Configure $config_user, $config_group 2015-02-20 14:07:05 +01:00
Tom De Vylder
a5b6188f3f Style fixes 2015-02-20 13:10:02 +01:00
Tom De Vylder
6bc7b1ede6 Initial commit 2015-02-20 10:40:45 +01:00