Skip to content

Commit

Permalink
Release 0.2.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Dec 30, 2016
1 parent a946f5d commit 7ad3677
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# locp-odoo

##2016-12-30 - Release 0.2.1 ([diff](https://github.com/locp/puppet-odoo/compare/0.2.0...0.2.1))

Renamed the licence file.

##2016-12-30 - Release 0.2.0 ([diff](https://github.com/locp/puppet-odoo/compare/0.1.2...0.2.0))

* Rename of the module from locp-odoo9 to locp-odoo.
Expand Down
4 changes: 2 additions & 2 deletions LICENCE.md → LICENCE
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2016 League of Crafty Programmers Ltd.

Copyright 2016, League of Crafty Programmers Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This module has now been renamed to locp-odoo. Please see the following:
### What odoo affects

* Installs the `odoo` package from the Odoo repository.
* Configures `/etc/odoo/openerp-server.conf`.
* Configures `/etc/odoo/odoo.conf`.
* Manipulates the running state of the `odoo` service.
* Optionally configures repositories to enable package installations from
the Odoo nightly builds.
Expand Down Expand Up @@ -62,6 +62,7 @@ class { '::odoo::repo9':
}
class { '::odoo':
config_file => '/etc/odoo/openerp-server.conf',
install_wkhtmltopdf => true,
settings => {
'options' => {
Expand All @@ -73,13 +74,13 @@ class { '::odoo':
'addons_path' => '/usr/lib/python2.7/dist-packages/openerp/addons',
}
},
version => present,
}
```

To do the same for Odoo 10:

```puppet
#
class { 'postgresql::server':
before => Class['odoo']
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "locp-odoo",
"version": "0.2.0",
"version": "0.2.1",
"author": "locp",
"summary": "Puppet module to install Odoo Community.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7ad3677

Please sign in to comment.