From 2e8b3a92ebb43e72e08203e691e622f4141816a0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 18:35:09 -0200 Subject: Don't use wordpress_locale variable anymore --- manifests/subsystems/websites.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index ba5ed32..30249a6 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -95,12 +95,10 @@ class websites::hosting inherits websites::setup { include apache::rails # Declare the needed classes for website hosting - class { [ 'drupal', 'ikiwiki', 'pmwiki', 'hotglue' ]: } + class { [ 'drupal', 'ikiwiki', 'pmwiki', 'hotglue', 'wordpress' ]: } class { 'viewvc': root_parents => "/var/svn : svn"; - 'wordpress': - locale => $::wordpress_locale; } if $git_daemon != false { -- cgit v1.2.3