From 01043b1dd2e7f6931a7dd031abf12abd988fa6cb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Jan 2013 15:46:07 -0200 Subject: Removing storeconfig commented block --- manifests/master.pp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/manifests/master.pp b/manifests/master.pp index 1c4abfa..715487d 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -44,21 +44,6 @@ class nodo::master { # For storeconfigs include mysql::server - # Database creation as suggested by - # http://reductivelabs.com/trac/puppet/wiki/Recipes/MySQLStoredConfiguration - #exec { "create-storeconfigs-db": - # command => "/usr/bin/mysqladmin create puppet", - # unless => "/usr/bin/mysqlcheck -s puppet", - # notify => Exec["create-storeconfigs-user"], - #} - # - #$cmd = "/usr/bin/mysql -e 'grant all privileges on puppet.* to puppet@localhost identified by \"puppet\"'" - # - #exec { "create-storeconfigs-user": - # command => $cmd, - # refreshonly => true, - #} - case $master_db_password { '': { fail("Please set nodo::master::db_password in your config") } } -- cgit v1.2.3