Skip to content

Commit

Permalink
Prepare v0.3.2, see CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
thbe committed Aug 11, 2016
1 parent 393c4ae commit cf98f05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.2 2016-08-11 thbe <project@bendler-net.de>
* Fixed database privileges

0.3.1 2016-08-11 thbe <project@bendler-net.de>
* Fixed typo

Expand Down
2 changes: 1 addition & 1 deletion manifests/config/mysql.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'bareos@localhost/bareos.*' => {
ensure => present,
options => [ 'GRANT' ],
privileges => [ 'CREATE', 'CREATE VIEW', 'INDEX', 'SELECT', 'INSERT', 'UPDATE', 'DELETE', 'DROP', 'EXECUTE' ],
privileges => [ 'CREATE', 'CREATE VIEW', 'INDEX', 'SELECT', 'INSERT', 'UPDATE', 'DELETE', 'DROP', 'EXECUTE', 'LOCK TABLES' ],
table => 'bareos.*',
user => 'bareos@localhost',
},
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": "thbe-bareos",
"version": "0.3.1",
"version": "0.3.2",
"author": "thbe",
"summary": "Install a Bareos enterprise class backup instance",
"license": "GPL-3.0",
Expand Down

0 comments on commit cf98f05

Please sign in to comment.