72 Commits

Author SHA1 Message Date
Zach Leslie
edcd03886d Add changelog 2019-02-26 18:18:00 -08:00
Zach Leslie
e637fe1748 (rel) 1.0.1 2019-02-05 21:39:26 -08:00
Zach Leslie
ab8ec60595 Add note to work around jruby-openssl bug 2019-02-05 21:38:31 -08:00
Zach Leslie
6bcc0bd011
Merge pull request #14 from cbergmann/patch-1
Update Readme with some hints on the setup
2019-01-22 18:39:48 -08:00
Clemens Bergmann
a9af8e2960
Update Readme with some hints on the setup
It took me some time to find these informations. It would be cool if they could be included in the readme.
2019-01-22 05:45:28 +01:00
Zach Leslie
67885b42b6 Include disablement of MarshalLoad in the sync config 2018-06-03 18:56:49 -07:00
Zach Leslie
5c7a2ccb7e (rel) 1.0.0 2018-06-02 20:29:30 -07:00
Zach Leslie
5f715d32d4
Merge pull request #13 from xaque208/modulesync
Update from xaque208 modulesync_config
2018-06-02 20:29:03 -07:00
Zach Leslie
61de897b28 Silence rubocop 2018-06-02 20:24:58 -07:00
Zach Leslie
76dc01acc0 Update from xaque208 modulesync_config 2018-05-26 11:39:22 -07:00
Zach Leslie
57cdc77455 Better modulesync configuration 2018-05-26 11:37:47 -07:00
Zach Leslie
a863ecd2a9
Merge pull request #12 from xaque208/ldapgem
Update requirements for net-ldap due to CVE-2017-17718
2018-02-10 13:57:52 -08:00
Zach Leslie
488bda0f7f Please rubocop 2018-02-10 13:22:12 -08:00
Zach Leslie
79b38eaf75 Update requirements for net-ldap due to CVE-2017-17718 2018-02-10 12:45:47 -08:00
Zach Leslie
77fb1f9428 (rel) 0.5.1 2018-02-10 11:38:29 -08:00
Zach Leslie
8461ee6294 Source the environment for bundle 2018-02-10 11:37:57 -08:00
Zach Leslie
8e8b618563 (rel) 0.5.0 2018-02-10 11:35:21 -08:00
Zach Leslie
32395b6d29 Use module:push instead of publish rake task 2018-02-10 11:33:03 -08:00
Zach Leslie
444a29c95e Fetch the tags and echo to avoid failure 2018-02-10 11:29:26 -08:00
Zach Leslie
eaffc953f0 Avoid development group gems 2018-02-10 11:03:54 -08:00
Zach Leslie
35b795632b Improve jenkins build and potential to publish 2018-02-08 21:05:31 -08:00
admin
23d7e2402f Add initial Jenkinsfile 2018-01-06 13:09:50 -08:00
Zach Leslie
57015ce8a8 (rel) 0.4.1 2017-03-10 20:14:16 -08:00
Zach Leslie
7dec36fc05 Improve scope error 2017-03-10 20:13:22 -08:00
Zach Leslie
90c1a3e3e4 Fix modulesync quoting 2017-02-25 21:59:50 -08:00
Zach Leslie
7be3bda1de (rel) 0.4.0 2017-02-20 14:06:32 -08:00
Zach Leslie
a85eeb60b0 Merge pull request #9 from xaque208/modulesync
modulesync 2017-02-07
2017-02-20 14:05:55 -08:00
Zach Leslie
5e4e0671ef modulesync 2017-02-07 2017-02-20 14:00:46 -08:00
Zach Leslie
589a63b10e (rel) 0.3.1 2016-05-17 20:54:20 -07:00
Zach Leslie
c4ece6745f This removes guard to stop from pulling in the broken listen dependency. 2016-05-17 20:53:08 -07:00
Zach Leslie
770f9d4edb (rel) 0.3.0 2016-05-16 13:21:37 -07:00
Zach Leslie
1a7a4894b1 Add support for scoped queries
This work adds support for setting the scope of a given query.  This
allows retrieval of a specific objects, or searching at a specific level
of the tree for the desired results.
2016-05-16 13:18:18 -07:00
Zach Leslie
d56300b2eb (rel) 0.2.1 2016-04-04 13:17:00 -07:00
Zach Leslie
7bfee6da5b Add badges 2016-04-01 17:11:18 -07:00
Zach Leslie
f12f44999b (rel) 0.2.0 2016-03-22 19:45:09 -07:00
Zach Leslie
e8eb1e631f Update build matrix 2016-03-22 19:34:21 -07:00
Zach Leslie
e783071e2e Update README to reflect change in behavior. 2016-03-13 13:23:25 -07:00
Zach Leslie
fa453d46e2 Update tests to match reality 2016-03-13 13:23:24 -07:00
Zach Leslie
bf64a51a42 Always return an array for the values
Previously, its impossible to know if the results you are working with
in the puppet manifest are in string or array form without counting
them.  This work ensures that an array is always returned, even if there
is only one item returned.

This is useful in situations where an attribute is commonly both
multi-valued and single-valued to avoid complext manifest code.
2016-03-12 18:58:11 -08:00
Zach Leslie
f50421744e (rel) 0.1.8 2016-03-12 18:57:57 -08:00
Zach Leslie
6b51380818 Specify net-ldap version in Gemfile
Ruby 2 is required for the latest version of net-ldap, but to support
puppetserver we need to also support 1.9.3.  Here we document the
version of net-ldap we require.
2016-03-11 10:13:39 -08:00
Zach Leslie
daf2269f52 Update require for puppet_x to use relative path
This work should allow the code to be loaded in the puppetserver.
2016-03-11 10:13:39 -08:00
Zach Leslie
13dc46f65c (rel) 0.1.7 2015-11-10 21:48:38 +00:00
Zach Leslie
da1af3a535 Add additional information in the search debug
Adds information about the number of results returned for the given
search.
2015-11-10 21:47:26 +00:00
Zach Leslie
2eeddf0133 (rel) 0.1.6 2015-09-17 14:18:58 -07:00
Zach Leslie
74100759e1 Improve documentation for setup and examples 2015-09-17 14:17:49 -07:00
Zach Leslie
4fd19ef5c0 (rel) 0.1.5 2015-09-15 13:50:11 -07:00
Zach Leslie
a963eabda7 Merge pull request #5 from Ziaunys/update_return_value
Return boolean false if the LDAP query function raises an exception.
2015-09-15 20:48:39 +00:00
Eric Zounes
b133f80a91 Return boolean false if the LDAP query function raises an exception. 2015-09-11 10:25:25 -07:00
Zach Leslie
5a24cdb067 (rel) 0.1.4 2015-08-20 14:16:59 -07:00