diff options
Diffstat (limited to 'manifests/master.pp')
-rw-r--r-- | manifests/master.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/master.pp b/manifests/master.pp index 715487d..df1f7d9 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -41,9 +41,6 @@ class nodo::master { ensure => absent, } - # For storeconfigs - include mysql::server - case $master_db_password { '': { fail("Please set nodo::master::db_password in your config") } } |