summaryrefslogtreecommitdiffstats
path: root/testsuites/rubbos/puppet_manifests/modules/rubbos_mysql/manifests/rubbos_mysql_off.pp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/rubbos/puppet_manifests/modules/rubbos_mysql/manifests/rubbos_mysql_off.pp')
-rw-r--r--testsuites/rubbos/puppet_manifests/modules/rubbos_mysql/manifests/rubbos_mysql_off.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_mysql/manifests/rubbos_mysql_off.pp b/testsuites/rubbos/puppet_manifests/modules/rubbos_mysql/manifests/rubbos_mysql_off.pp
index 8401470b..ec9a8717 100644
--- a/testsuites/rubbos/puppet_manifests/modules/rubbos_mysql/manifests/rubbos_mysql_off.pp
+++ b/testsuites/rubbos/puppet_manifests/modules/rubbos_mysql/manifests/rubbos_mysql_off.pp
@@ -43,6 +43,14 @@ class rubbos_mysql::rubbos_mysql_off {
require => Service['stop mysql'],
}
+ file {'${rubbos_home}/prepare_rubbos_mysql_db.sh':
+ ensure => absent,
+ path => "${rubbos_home}/prepare_rubbos_mysql_db.sh",
+ backup => false,
+ show_diff => false,
+ require => Service['stop mysql'],
+ }
+
# Remove user and group
user {'${mysql_user_name}':
name => "${mysql_user_name}",