Releases: kschu91/puppet-gogs
Releases · kschu91/puppet-gogs
1.4.1
1.4.0
- Added parameter
log_path
, which allows setting the root path where gogs will store logs. - Unsupported operating systems are now getting useful warning, but do not fail anymore.
- Refactored internal class dependencies to make the code more maintainable.
- Refactored scripts, there are now stored in
installation_directory
rather than storing them intmp
.
1.3.0
- Added puppetstats.com
- Fixed: gogs service restart is triggered on each puppet run.
Which has caused gogs to restart on each puppet run. Now it get´s only restarted if the version needs to be changed or the configuration has changed.
1.2.0
- Added new parameter
manage_packages
to optionally disable installing of dependent system packages automatically. Check the README for more details. - Drop support for Ruby version 1.9
- Drop support for puppet version 3.5 - 3.7 (3.8 is the minimum now)
1.1.0
1.0.1
1.0.0
- Fixed issue #4 that does not allow overwriting of default values which have an impact either on sysconfig or
app.ini
values. - Dependent system packages (eg.
git
,curl
, etc.) are now getting installed automatically if not already there. - The parameter
sysconfig
has changed! Check the README for further details. - Changing ownership after the first run is now possible.
Added support for Debian and CentOS
0.2.0 update readme
First version of gogs puppet module.
0.1.0 update readme