From 4724a15633492231993176463e76076028cd3a76 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Wed, 13 May 2015 16:05:42 -0400 Subject: account_security doesn't exist anymore --- manifests/server/base.pp | 2 -- 1 file changed, 2 deletions(-) (limited to 'manifests/server/base.pp') 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}" |>> -- cgit v1.2.3