From b5d91bdba1f0a02614fd6f6e9699c2c97ec8b725 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 3 Feb 2010 14:11:07 -0200 Subject: Adding resource types mysql_{user,database,grant} --- manifests/init.pp | 14 ++++++++++++-- 1 file 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 +# 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": -- cgit v1.2.3