Geekix
|
498adf96f9
|
Merge pull request #18 from natemccurdy/param_types
Improve the class parameters and switch to proper containment
|
2019-03-10 10:28:11 +01:00 |
|
Nate McCurdy
|
390d5a40e4
|
Use the contain function instead of anchors
|
2019-03-08 11:38:29 -08:00 |
|
Nate McCurdy
|
19f388222d
|
Fix spacing and indentation in metadata.json
|
2019-03-08 11:38:29 -08:00 |
|
Nate McCurdy
|
256f47d759
|
Move non-calculated parameter defaults to init.pp
|
2019-03-08 11:38:27 -08:00 |
|
Nate McCurdy
|
95c6ab7162
|
Use parameter data types instead of validate functions
|
2019-03-08 11:37:57 -08:00 |
|
geekix
|
a3d59c5f99
|
Add changelog file
|
2019-03-06 12:08:00 +01:00 |
|
geekix
|
86def1e38a
|
Release to 0.4.0
|
2019-03-04 19:04:02 +01:00 |
|
Geekix
|
50fdf5cb2b
|
Merge pull request #11 from bowdoincollege/ldap_maps
add ldap_maps hash
|
2019-03-04 15:23:12 +01:00 |
|
geekix
|
f5e11ccdcb
|
Update OS support
|
2018-09-09 09:10:16 +02:00 |
|
geekix
|
d50fb945e6
|
Fix module name for puppet forge upload
|
2018-09-08 10:02:02 +02:00 |
|
geekix
|
02ea75eaf5
|
Fix syntax
|
2018-09-08 09:50:59 +02:00 |
|
geekix
|
db1115b64a
|
Fix metadata.json
|
2018-09-06 16:34:32 +02:00 |
|
geekix
|
5e42de4a30
|
Fix metadata.json
|
2018-09-06 14:57:02 +02:00 |
|
Geekix
|
469435cb12
|
Merge pull request #8 from michalrychlik/master
added base group parameter
|
2018-09-06 13:43:19 +02:00 |
|
geekix
|
d438d42ca2
|
README: new release comments
|
2018-09-06 10:49:08 +02:00 |
|
geekix
|
f75c9a09eb
|
nslcd.erb: change comment in file header
|
2018-09-06 10:43:54 +02:00 |
|
geekix
|
eda1f44974
|
README: Add info about next release
|
2018-09-06 10:26:07 +02:00 |
|
geekix
|
67166ecb16
|
Fix ldap uris
|
2018-09-04 14:03:57 +02:00 |
|
geekix
|
dcf2972f79
|
Change title
|
2018-09-04 13:44:12 +02:00 |
|
geekix
|
131a5d5700
|
Add new usage example
|
2018-09-04 13:42:52 +02:00 |
|
geekix
|
c1d5e00962
|
Remove spec.opts
|
2018-08-30 17:23:02 +02:00 |
|
geekix
|
38603f8aed
|
Remove and fix invalid options in spec.opts
|
2018-08-30 17:18:44 +02:00 |
|
geekix
|
b8868418ff
|
Revert "Remove and fix invalid options in spec.opts"
This reverts commit 8e114eb7e8 .
|
2018-08-30 17:18:11 +02:00 |
|
geekix
|
8e114eb7e8
|
Remove and fix invalid options in spec.opts
|
2018-08-30 17:15:25 +02:00 |
|
geekix
|
b579f3c80c
|
Remove invalid option in spec.opts
|
2018-08-30 17:08:07 +02:00 |
|
Geekix
|
3c9b9a44d4
|
Fix ruby syntax according to the PDK validation
|
2018-08-30 12:20:13 +02:00 |
|
Geekix
|
1b1b7050b2
|
Remove tests/init.pp
|
2018-08-30 10:21:59 +02:00 |
|
Geekix
|
d9c93d1bb6
|
Move tests file to examples as the convention has changed
|
2018-08-29 18:05:40 +02:00 |
|
Geekix
|
2bca875a0c
|
manifest/init.pp: Fix chaining arrow syntax
|
2018-08-29 17:55:13 +02:00 |
|
geekix
|
aa13f71e6a
|
Fix metadata.json syntax with PDK validate
|
2018-08-22 14:52:32 +02:00 |
|
geekix
|
fa60414efe
|
Change project infos after ownership transfer
|
2018-08-22 12:12:49 +02:00 |
|
geekix
|
229026aa41
|
Convert the module to be PDK compliant
|
2018-08-22 12:07:49 +02:00 |
|
Geekix
|
3f950c460d
|
Fix travis build link after repo ownership transfer
|
2018-08-21 14:55:29 +02:00 |
|
Michal Rychlik
|
7b956fc478
|
changed some params to undef instead of empty
|
2016-07-27 09:12:08 +02:00 |
|
Jason Lavoie
|
ebcc72d714
|
change variable name; sort hash keys
|
2016-07-12 08:58:28 -04:00 |
|
Jason Lavoie
|
ad54680dca
|
add ldap_maps hash
|
2016-07-11 09:19:29 -04:00 |
|
t0xicCode
|
3ba601b3b8
|
Fix #5 Adds a parameter to optionaly manage the service and package
|
2016-07-11 08:44:47 -04:00 |
|
Xavier L
|
3938771328
|
Remove ruby 1.8.7
puppet doesn't support 1.8.7 anymore and rake doesn't either.
|
2016-07-11 08:35:24 -04:00 |
|
Xavier L
|
f1186d453b
|
Fix #7 single line URI
concatenate all uris on a single line
|
2016-07-11 08:22:07 -04:00 |
|
Xavier L
|
3a5b8a12e6
|
Fix #6 Sort hashes in templates
Sorts the hashes before printing them in templates.
|
2016-07-11 08:17:46 -04:00 |
|
Xavier L
|
3aae015036
|
Merge pull request #10 from MiamiOH/master
Add maps and open options to config file
|
2016-07-11 08:11:35 -04:00 |
|
Bradley Koby
|
3dbff6a66d
|
Add other options
|
2016-06-17 11:43:47 -04:00 |
|
Bradley Koby
|
e45997b7ce
|
Add map to template
|
2016-06-17 11:33:11 -04:00 |
|
root
|
4366d416bc
|
added base group parameter
|
2016-05-09 16:40:35 +02:00 |
|
Xavier L
|
0e816bbe3e
|
Call for co-maintainers
|
2016-04-11 13:44:45 -04:00 |
|
t0xicCode
|
89183ee2af
|
Release version 0.2.0
|
2015-11-24 11:34:42 -05:00 |
|
t0xicCode
|
6667c88561
|
Added metadata support for RedHat-family
Contributed by @werekraken
|
2015-11-24 11:11:03 -05:00 |
|
Xavier L
|
31dc81da69
|
Added build status
|
2015-11-24 11:06:13 -05:00 |
|
t0xicCode
|
76609ff08a
|
Merge branch 'werekraken-el_support' Closes #1
Conflicts:
manifests/params.pp
|
2015-11-24 11:02:11 -05:00 |
|
t0xicCode
|
3b14f19be9
|
Added caching
|
2015-11-23 20:00:31 -05:00 |
|