summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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":