From 7d7ae42ba7fdfc0c5bec5b8a766f115018f24367 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Thu, 3 Mar 2011 15:19:13 +0000 Subject: remove 'mysql' installation on champagne --- modules/blog/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index 2839ef68..21941c91 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -2,7 +2,7 @@ class blog { user { "blog": groups => apache, - comment => "Mageia blog", + comment => "Mageia Blog", ensure => present, managehome => true, home => "/var/lib/blog", @@ -29,7 +29,6 @@ class blog { } include apache::mod_php - include mysql $blog_location = "/var/www/html/blog.$domain" $blog_domain = "blog-test.$domain" -- cgit v1.2.1