This module will install and configure openerp
class { 'openerp': }
This will do the typical install using source as providing by openerp repository All you need to do is connect to localhost on the default port and proceed to default loading of database
Database and role for postgresql are not created but here is an helper using puppetlabs-postgresql module
postgresql::server::role { 'openerp':
password_hash => postgresql_password('openerp', alkivi_password('openerp', 'db')),
createdb => true,
}
- This module has been tested on Debian Wheezy, Squeeze.
All the code is freely distributable under the terms of the LGPLv3 license.
Need help ? [email protected]
Please log tickets and issues at our Github