Releases: shoekstra/puppet-owncloud
Releases · shoekstra/puppet-owncloud
v0.5.2
0.5.2 (2016-03-23)
- Added option to specify admin credentials (#27)
- Added option to specify trusted domains (#27)
- Updated Centos 6/7 repository to now point to https://download.owncloud.org. (#30)
- Updated/Fixed spec tests (#30)
v0.4.3
- Fix compilation errors on CentOS systems
v0.4.2
- Install owncloud-server instead of owncloud, removes Apache dependency (#21)
- Fixed puppet-lint warning
v0.4.1
- Fixed missing PHP5 package on CentOS 6
- Fixed missing PHP5 package on Precise (#8)
- Fixed old dependency versions (#13, #16)
- Removed support for Debian 6 and Fedora 19 (no longer supported by ownCloud)
v0.4.0
- Added support for Debian 6, 7, 8
- Fixed Apache HTTP -> HTTPS redirect
- Fixed MySQL database export for RedHat family OSes
- Fixed spec tests to pass when tests are done with FUTURE_PARSER=yes and STRICT_VARIABLES=yes
v0.3.1
- Fixed puppet-lint
top-scope variable being used without an explicit namespace warning
warning
v0.3.0
- Added support for CentOS 6, 7 and Fedora 19, 20
- Added support for Apache 2.4
v0.2.0
- Added the ability to configure an SSL enabled vhost.
- Added
owncloud::database
wrapper to collect exported mysql::db
resource.
- Moved Apache related configuration to
owncloud::apache
to resolve some dependency issues.
v0.1.1
- Added basic acceptance tests for Ubuntu 12.04 and 14.04
- Corrected puppetlabs-mysql module dependency version
- Fixed exec path
- Fixed puppet-lint scope warnings
- Removed inheritance in classes.