diff options
author | Tim Rozet <trozet@redhat.com> | 2017-03-09 12:04:10 -0500 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-03-13 23:01:20 +0000 |
commit | c9acf8a687ea64686c1ecceeff45add014752121 (patch) | |
tree | 7c88b15eb5bf76c09c1a66a7d64a9eb7c631ec69 /Puppetfile_extras | |
parent | cc3d236ce409041d606d717a61d098d39185b70d (diff) |
Fixes issues with raising mysql file limit
Changes Include:
- Adds spec testing
- Only raise limits if nonha. puppet-systemd will restart the mariadb
service which breaks ha deployments. Hence we only want to do this
in noha.
- Minor fix to hiera value refrenced not as parameter to mysql.pp
Partial-Bug: #1648181
Related-Bug: #1524809
Co-Authored By: Feng Pan <fpan@redhat.com>
Change-Id: Id063bf4b4ac229181b01f40965811cb8ac4230d5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r-- | Puppetfile_extras | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras index 05586a3..e21e63f 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -40,3 +40,7 @@ mod 'certmonger', mod 'ntp', :git => 'https://github.com/puppetlabs/puppetlabs-ntp', :ref => '4.2.x' + +mod 'systemd', + :git => 'https://github.com/camptocamp/puppet-systemd', + :ref => 'master' |