We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1835ea8 commit 36790f0Copy full SHA for 36790f0
manifests/backup/mysqldump.pp
@@ -19,7 +19,7 @@
19
$prescript = false,
20
$postscript = false,
21
$execpath = '/usr/bin:/usr/sbin:/bin:/sbin',
22
-) {
+) inherits mysql::params {
23
24
mysql_user { "${backupuser}@localhost":
25
ensure => $ensure,
0 commit comments