We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70e2120 + 3024955 commit 4664352Copy full SHA for 4664352
manifests/server/backup.pp
@@ -26,7 +26,7 @@
26
}
27
28
mysql_grant { "${backupuser}@localhost/*.*":
29
- ensure => present,
+ ensure => $ensure,
30
user => "${backupuser}@localhost",
31
table => '*.*',
32
privileges => [ 'SELECT', 'RELOAD', 'LOCK TABLES', 'SHOW VIEW', 'PROCESS' ],
0 commit comments