Commit graph

324 commits

Author SHA1 Message Date
Ken Barber
ad946c55cb (maint) Ignore ruby specific files when packaging module
Previously we were packaging the Rakefile & Gemfiles, however this is unnecessary.
2015-06-11 08:57:19 +01:00
Andrew Roetker
04d80b690b Merge pull request #186 from kbarber/maint/stable/release-430
Release 4.3.0 of module
2015-06-10 14:48:39 -07:00
Andrew Roetker
7577699003 Merge pull request #185 from kbarber/ticket/stable/pdb-1455-allow-custom-embedded-subname
(PDB-1455) Provide mechanism for modifying default HSQLDB path
2015-06-10 12:40:08 -07:00
Ken Barber
a67363f4d3 Release 4.3.0 of module
This updates the CHANGELOG and the metadata.json ready for a new release.

Signed-off-by: Ken Barber <ken@bob.sh>
2015-06-10 19:16:42 +01:00
Ken Barber
1b661fdf5b (PDB-1455) Provide mechanism for modifying default HSQLDB path
This provides an override mechanism for providing a custom path to HSQLDB.

This allows users to provide any path to their HSQLDB database. It is needed
specifically for managing the as-yet-unreleased version of PuppetDB as well.

Signed-off-by: Ken Barber <ken@bob.sh>
2015-06-10 19:04:20 +01:00
Ken Barber
9dd94b0b8c Merge pull request #184 from ajroetker/maint/allow_database_validation_to_be_false
(maint) Allow database_validation to be false
2015-06-02 14:46:09 +01:00
Andrew Roetker
f39ba7e491 (maint) Allow database_validation to be false
This commit fixes a bug where if a user tried to turn off database
validation there would be a `before` statement requiring an absent
validation resource.
2015-05-28 13:48:24 -07:00
Andrew Roetker
4e407f8aae Merge pull request #180 from kbarber/ticket/master/pdb-1467-read-database-ordering
(PDB-1467) Ordering problem with read_database_ini
2015-05-07 09:16:25 -07:00
Ken Barber
ec13bc4553 (PDB-1467) Ordering problem with read_database_ini
This fixes the ordering for the read_database_ini class, and fixes a small
notification problem with config_ini as well.

Signed-off-by: Ken Barber <ken@bob.sh>
2015-05-06 13:58:44 +01:00
Ken Barber
4940938efe Merge pull request #176 from buzzdeee/master
Enable the module to manage entries in $confdir/config.ini
2015-04-22 13:44:46 +01:00
Sebastian Reitenbach
72e1924b11 Enable the module to manage entries in $confdir/config.ini, in the
command-processing section.

Added new class server/config_ini.pp to manage contents of the config.ini.
Three new parameters added:
  * command_threads
  * store_usage
  * temp_usage

All three default to 'undef'. This makes sure (potential) custom settings
done to that file with regard to above three variables are 'absent',
and let PuppetDB built-in defaults take care.

Documentation to the README.md added, as well as unit tests.

My use-case was, that I have on some nodes a too small /var partition,
so I had to lower the values of store-usage and temp-usage in the config.ini
manually.
2015-04-22 06:19:35 +02:00
Rob Browning
c5a8545e97 Merge pull request #177 from kbarber/maint/master/bump-rspec-and-concat-dependencies
(maint) Add file_concat and bump rspec versions
2015-04-21 10:11:19 -05:00
Ken Barber
332ec352f9 (maint) Add file_concat and fix rspec warnings
This fixes the file_concat dependency issue postgresql module has brought in,
plus removes some deprecation warnings from our rspec tests.

I've also bumped rspec-puppet as well, while I was at it.

Signed-off-by: Ken Barber <ken@bob.sh>
2015-04-21 14:35:56 +01:00
Rob Browning
6c9c365847 Merge pull request #175 from ajroetker/ticket/modules-1917/ignore_osx_build_files_on_module_build
(MODULES-1917) Ignore `._` files when building the module tarball
2015-04-08 12:01:56 -05:00
Andrew Roetker
ff3b314e03 (MODULES-1917) Ignore ._ files when building the module tarball
This commit bumps the version of the module so the we can build a
version without ._foo copy files (done by prefixing our `puppet module
build` step `COPYFILE_DISABLE=false`).
2015-04-08 09:53:05 -07:00
Ryan Senior
ed8a5a511b Merge pull request #174 from ajroetker/pdb-1382_add_release_notes_for_420
(PDB-1382) Add release notes for 4.2.0
2015-04-02 18:10:35 -05:00
Andrew Roetker
27e1d62678 (PDB-1382) Add release notes for 4.2.0
This commit prepares the module for a 4.2.0 release by adding a
pmtignore file to exclude tests from the module build process and by
adding release notes in the CHANGELOG.
2015-04-02 15:46:12 -07:00
Ken Barber
9f2cdd3b97 Merge pull request #172 from johnduarte/pdb-1353
(PDB-1353) Use settings::confdir for puppet_confdir
2015-04-01 17:09:26 +01:00
John Duarte
4283af99bb (PDB-1353) Use settings::confdir for puppet_confdir
This commit adds conditionals to use `$settings::confdir` to introspect
the value for `$puppet_confdir` when available. This change is necessary
for compatibility with the path changes in Puppet 4.
2015-03-30 13:16:00 -07:00
Ken Barber
dcb94d9476 Merge pull request #169 from ajroetker/bugfix_use_test_url_param_in_conn_validator
(bugfix) Use test_url in connection validator for puppetdb
2015-03-30 18:49:40 +01:00
Ken Barber
3e1372ea97 Merge pull request #168 from ghoneycutt/validate_metadata
Validate metadata
2015-03-30 18:46:45 +01:00
Hunter Haugen
516c3dcd68 Merge pull request #171 from mmoll/freebsd
add FreeBSD support
2015-03-30 09:09:32 -07:00
Michael Moll
eba00b7ec7 add FreeBSD support 2015-03-25 22:16:47 +01:00
Andrew Roetker
61e1ec9634 (bugfix) Use test_url in connection validator for puppetdb
This commit addresses an issue where the provider for
puppetConnValidator was not using the test_url specified by the
resource. This commit passes the param from the initializer to the utils
class.
2015-03-09 14:33:36 -07:00
Garrett Honeycutt
6eb182fd24 Travis shall validate module's metadata 2015-03-03 15:46:27 -05:00
Garrett Honeycutt
fdb75dbd7c Update license string in metadata to use SPDX format
License is still Apache Software License v2. This is the format that the
Puppet Forge would like.
2015-03-03 15:45:22 -05:00
Ken Barber
cb5d1778ae Merge pull request #167 from kbarber/maint/master/pin-rspec
Pin rspec to 3.1.7 so we avoid the ruby 1.8.7 errrors
2015-02-05 11:41:40 +00:00
Ken Barber
b482ad8efa Merge pull request #163 from enovance/allow_masterless_configuration
Allow puppetdb to be configure for masterless conf
2015-02-05 11:37:11 +00:00
Yanis Guenane
a826d85735 Allow puppetdb to be configure for masterless conf
Currently the module only allows PuppetDB to be configured in a
agent/master setup configuration, by configuring the master section of
the puppet.conf and applying on the routes for such a configuration.
This commit allows one to use this module to configure the main section of
the puppet.conf and applying the proper routes so the module can configure
nodes to use PuppetDB in a masterless setup.

Doc about puppet.conf configure in masterless way available here
https://docs.puppetlabs.com/puppetdb/2.2/connect_puppet_apply.html#manage-puppetconf
2015-02-05 06:31:54 -05:00
Ken Barber
eff3ce1804 Pin rspec to 3.1.7 so we avoid the ruby 1.8.7 errrors
Seems rspec 3.2.0 broke on Ruby 1.8.7. This does a pinning so we can avoid the
issue.

Signed-off-by: Ken Barber <ken@bob.sh>
2015-02-05 11:31:49 +00:00
Ken Barber
04f81ee4fa Merge pull request #162 from bastelfreak/add-postgres-repo
add ability to manage postgres repo
2015-02-03 13:59:50 +00:00
Tim Meusel
767fe5c25a update README.md 2015-01-28 16:32:31 +01:00
Tim Meusel
55ee4389ab remove useless before attribute 2015-01-16 00:28:15 +01:00
Ken Barber
021562d658 Merge pull request #164 from njm506/master
Fix separator in module name in metadata.json
2015-01-15 12:10:22 +00:00
njm506
0df5a89faa Fix separator in module name in metadata.json 2015-01-15 11:43:53 +00:00
Tim Meusel
1fe0a76032 add ability to manage postgres repo
the module triggers puppetlabs-postgresql which is able to handle yum/apt repos from the postgres devs. Usefull in cases that your operating system doesn't provide the newest release. this feature is disabled by default

fix typo
2015-01-14 14:02:49 +01:00
Ken Barber
d4de12fb6d Merge pull request #157 from yo61/make_validate_db_optional
Make database validation optional
2015-01-12 16:51:07 +00:00
Robin Bowes
1a5a4efef5 Make database validation optional 2015-01-12 16:37:21 +00:00
Ken Barber
cb71baa1e9 Merge pull request #160 from bastelfreak/fix-manage-firewall
add missing param manage_firewall
2015-01-07 13:49:03 +00:00
Ken Barber
04a133c386 Merge pull request #158 from dalen/restart_on_cert_change
Restart the service if certificates change
2015-01-07 13:44:49 +00:00
Ken Barber
51e9a4ba7a Merge pull request #161 from ekohl/remove-unused-parameters
Remove unused parameters
2015-01-07 13:42:25 +00:00
Ewoud Kohl van Wijngaarden
1c6081082e Remove unused parameters 2015-01-06 19:03:42 +01:00
Ken Barber
c07e54110f Merge pull request #159 from wkalt/maint/master/pin-beaker-for-1.8.7
(maint) don't use beaker for unit testing
2015-01-05 15:57:43 +00:00
wkalt
8f0bdc2a9a (maint) pin beaker for ruby 1.8.7
Travis is failing on 1.8.7 due to some recent updates in rails. This should fix
the issue.
2015-01-05 07:49:10 -08:00
Tim Meusel
4031dc7883 add missing param manage_firewall
the param manage_firewall was added in an earlier release to puppetdb::server. The class isn't called directly but via the init.pp. the puppetdb class had already the param manage_firewall but this wasn't forwarded to puppetdb::server
2015-01-05 11:16:32 +01:00
Erik Dalén
1c6f37a4ee Restart the service if certificates change 2014-12-18 17:04:56 +01:00
Ken Barber
e56eb99146 Merge pull request #156 from ajroetker/maint_prune_old_pe_code
(maint) Prune dead PE code
2014-12-09 13:17:51 +00:00
Andrew Roetker
36148124b6 (maint) Prune dead PE code
This commit removes some dead PE code that is no longer used to make
params a little cleaner.
2014-12-05 14:05:50 -08:00
Ken Barber
5fb9e8e8c6 Merge pull request #155 from sathieu/patch-1
Show scheme (http/https) in puppetdb connection errors
2014-12-03 12:48:49 +00:00
Mathieu Parent
63fecabf96 Show scheme (http/https) in puppetdb connection errors 2014-12-03 11:45:04 +01:00