From: Silvio Rhatto Date: Wed, 3 Feb 2010 16:11:07 +0000 (-0200) Subject: Adding resource types mysql_{user,database,grant} X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b5d91bdba1f0a02614fd6f6e9699c2c97ec8b725;p=puppet-mysql.git Adding resource types mysql_{user,database,grant} --- 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 +# 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":