- Options for setting ssl_cipher and ssl_protocol Apache settings
- 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)
- Added
$db_table_prefix parameter
, configures a database table prefix - Added support for Puppet 4.x
- Added SSL cipers and accepted protocols (#22)
- Increased supported version of EPEL puppet module
- Installs PHP MySQL bindings using the PuppetLabs MySQL puppet module if
$manage_phpmysql
istrue
([#14](https://github.com/shoekstra/puppet-owncloud/iss ues/14)) - Removes default vhost (000-default.conf) on Debian-based systems if
$manage_apache
istrue
- Fix compilation errors on CentOS systems
- Install owncloud-server instead of owncloud, removes Apache dependency (#21)
- Fixed puppet-lint warning
- 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)
- 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
- Fixed puppet-lint
top-scope variable being used without an explicit namespace
warning
- Added support for CentOS 6, 7 and Fedora 19, 20
- Added support for Apache 2.4
- Added the ability to configure an SSL enabled vhost
- Added
owncloud::database
wrapper to collect exportedmysql::db
resource - Moved Apache related configuration to
owncloud::apache
to resolve some dependency issues
- Corrected puppetlabs-mysql module dependency version
- Fixed exec path
- Fixed puppet-lint scope warnings
- Removed inheritance in classes
- First release