summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-03 14:11:07 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-03 14:11:07 -0200
commitb5d91bdba1f0a02614fd6f6e9699c2c97ec8b725 (patch)
tree9bb09615ad7998bd03b314f3ff17cbe06d892ca6
parent96dac3522fa2bf283ae9d81d413f0c8cbf8854f6 (diff)
downloadpuppet-mysql-b5d91bdba1f0a02614fd6f6e9699c2c97ec8b725.tar.gz
puppet-mysql-b5d91bdba1f0a02614fd6f6e9699c2c97ec8b725.tar.bz2
Adding resource types mysql_{user,database,grant}
-rw-r--r--manifests/init.pp14
1 files changed, 12 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 84f07b8..df37640 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,6 +1,16 @@
# Using recipe from
-# from http://reductivelabs.com/trac/puppet/wiki/Recipes/MySQLStoredConfiguration
-# and snippets from git://git.puppet.immerda.ch/module-mysql.git
+#
+# http://reductivelabs.com/trac/puppet/wiki/Recipes/MySQLStoredConfiguration
+#
+# Using snippets from git://git.puppet.immerda.ch/module-mysql.git, whose original
+# disclaimer is:
+#
+# Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at>
+# See LICENSE for the full license granted to you.
+# Copyright 2008, admin(at)immerda.ch
+# Copyright 2008, Puzzle ITC GmbH
+# Marcel Härry haerry+puppet(at)puzzle.ch
+# Simon Josi josi+puppet(at)puzzle.ch
class mysql {
package { "mysql-client":