Skip to content

Commit 4664352

Browse files
committed
Merge pull request #539 from stevesaliman/master
Grants for the backupuser should be conditional
2 parents 70e2120 + 3024955 commit 4664352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/backup.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
mysql_grant { "${backupuser}@localhost/*.*":
29-
ensure => present,
29+
ensure => $ensure,
3030
user => "${backupuser}@localhost",
3131
table => '*.*',
3232
privileges => [ 'SELECT', 'RELOAD', 'LOCK TABLES', 'SHOW VIEW', 'PROCESS' ],

0 commit comments

Comments
 (0)