diff options
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
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" |