summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2015-05-13 16:05:42 -0400
committerGabriel Filion <gabster@lelutin.ca>2015-05-13 16:05:42 -0400
commit4724a15633492231993176463e76076028cd3a76 (patch)
treef2fa16dccd052fedec9d2e72e6506476a757e9b3 /manifests
parentd69d43efa5b211da815945695bffa8782081e8af (diff)
account_security doesn't exist anymore
Diffstat (limited to 'manifests')
-rw-r--r--manifests/server/base.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/server/base.pp b/manifests/server/base.pp
index 71f1241..c227976 100644
--- a/manifests/server/base.pp
+++ b/manifests/server/base.pp
@@ -92,8 +92,6 @@ class mysql::server::base {
}
if str2bool($::mysql_exists) {
- include mysql::server::account_security
-
# Collect all databases and users
Mysql_database<<| tag == "mysql_${::fqdn}" |>>
Mysql_user<<| tag == "mysql_${::fqdn}" |>>