]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Don't use wordpress_locale variable anymore
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 20:35:09 +0000 (18:35 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 20:35:09 +0000 (18:35 -0200)
manifests/subsystems/websites.pp

index ba5ed321fce3a00570a5705b2949c8b21b840a5a..30249a606537cd8b007440355ce68b444494b641 100644 (file)
@@ -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 {