]> gitweb.fluxo.info Git - puppet-mysql.git/commitdiff
Adding resource types mysql_{user,database,grant}
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 3 Feb 2010 16:11:07 +0000 (14:11 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 3 Feb 2010 16:11:07 +0000 (14:11 -0200)
manifests/init.pp

index 84f07b8a5ee1e65402685192d57213ab79b0c039..df376405056ecec61125ffbb1f4385243fc362b1 100644 (file)
@@ -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":