From: Silvio Rhatto Date: Thu, 24 Jan 2013 20:35:09 +0000 (-0200) Subject: Don't use wordpress_locale variable anymore X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2e8b3a92ebb43e72e08203e691e622f4141816a0;p=puppet-nodo.git Don't use wordpress_locale variable anymore --- 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 {