aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-25 15:46:07 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-25 15:46:07 -0200
commit01043b1dd2e7f6931a7dd031abf12abd988fa6cb (patch)
tree8ae32020e41e9a4a82c4189ff0aa30f88cfc0a39 /manifests
parent5eddd2d2d48f51f9694c6e3fc49241b3f134b612 (diff)
downloadpuppet-nodo-01043b1dd2e7f6931a7dd031abf12abd988fa6cb.tar.gz
puppet-nodo-01043b1dd2e7f6931a7dd031abf12abd988fa6cb.tar.bz2
Removing storeconfig commented block
Diffstat (limited to 'manifests')
-rw-r--r--manifests/master.pp15
1 files changed, 0 insertions, 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") }
}