]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing storeconfig commented block
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 17:46:07 +0000 (15:46 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 17:46:07 +0000 (15:46 -0200)
manifests/master.pp

index 1c4abfa6d713b947b2589a6dd85670f16c7de43d..715487de395ded65b7a77de8a5e0c24c67c603f7 100644 (file)
@@ -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") }
   }