This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
2.3.0
Added
- A
.ruby-version
file is generated by default in /u/apps//shared so it can be symlinked with the default Capistrano configuration. - A
sysadmins
cookbook which allows you to provide sysadmin users in the node configuration. - A
sysadmins
role. When added to your server, you can configure users that have sudo-access. - Nginx custom configuration whitch allows you to add custom configuration into the
generated vhost configuration. - Integration testing with Test Kitchen via Vagrant in .kitchen.local.yml
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Fixed 'uninitialized constant ActiveRecord' in Unicorn configuration when a the app does not have ActiveRecord.
Misc
- Updated Ruby version to 2.2.0 for this repository.
- Sudo recipe configuration changed to match Ubuntu's default sudo behaviour more closely.
- Licensing has been moved to MIT