summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/instance.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp
index 2523e28..ba80285 100644
--- a/manifests/instance.pp
+++ b/manifests/instance.pp
@@ -8,7 +8,7 @@ define database::instance(
mysql_database { "${name}":
ensure => $ensure,
- require => Service['mysql'],
+ require => [ Service['mysql'], Exec['set_mysql_rootpw'] ],
}
mysql_user { "${name}@%":