Account Migration
- Migrated from github to bitbucket
- Changed ownership of puppetforge account
- Added openhub badge to readme.
- Migrated changelog into md format.
- Changed ckan_run dependancy to landcareresearch account.
- Output of new CKAN Fact now correctly reports if the /etc/ckan/plugins.out file doesn't exist.
Ext Plugin Reworked
- Including extension plugins in the plugins parameter caused the module to fail due to a depedancy on the extension to already be installed prior to ckan started. This patch incorperates the plugin into the extension so the extension plugins no longer need to be set via the plugin option. It will require 2 puppet runs in order to bring the extensions online though (there isn't any way around this that I know of).
Hot Fix
- Added ckan user password string to ckan.ini.
- Added puppetforge badge
Minor Changes
- Added an option to enable event tracking for the Google Analystics which pushes events every hour
- Added a convience script for creating admin accounts.
- Cleaned up code
- Added documentation for ckan::config
- Added configuration for backup directory
- Added configuration for ckan database password
Added ckanapi support
- The ckanapi can now be installed (optional)
- A helper script for calling ckanapi command line tool
Quality Control
- Cleaned up the code based on puppet-lint (via puppetlinter.com)
- Enabled github hook for puppetlinter so future commits are checked and reported
Fixed a recent security exploit that has effected CKAN sites globally
- Set the security settings to restrict anonymous users from creating groups and datasets
- Set the default backend for spatial search to solr in the spatial search extension
- Changed backups from weekly to daily
CKAN Developers have added a new submodule for managing CKAN extensions.
- Added ckan::ext submodule
- Added Google Analytics extension
- Added Hierarchy extesion
- Added New Zealand Landcare extension
- Added Spatial extension
- Updated to using metadata.json
A CKAN Developer has cleaned up the module and prepared for ckan extensions.
- Removed apache module dependency
- Removed module stage complexity with anchor pattern
- Removed hard coded security keys from production.ini.erb
- Added security keys to module parameters
Updated Dependencies
- Removed the reset_apt module as vagrant can handle updating puppet with a recomended script
- Updated to the latest apache module which has the necessary changes integrated
- Changed default value of the apache headers variable
- Added dependancy for Debian/Ubuntu based systems only
- Updated readme with new installation parameters
- Added Server admin's email specified
- Added recaptcha support
- Added max_resource_size parameter
- Added data pusher formats
- Added apache head configuration (in order to control search engine crawlers) and is optional
- Added the postgres password as a parameter
- Added postgres hba configuration to pass in as a parameter
Minor bug fixes and supports CKAN 2.2 package version
- Fixed a bug if the license was left off, caused errors in datastore
- Added support for CKAN 2.2 package
Minor bug fix when deploying outside of a Vagrant environment
- Added a parameter to disable the apt reset
- Removed puppetlabs-apt and apt::ppa which was causing dependency loops if a class outside of ckan required apt::ppa
- Removed ppa for nodejs & ubuntugis
- Added puppetlabs-nodejs class
- Added dependency for puppetlabs-nodejs
Initial Release.