diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 18:35:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 18:35:09 -0200 |
commit | 2e8b3a92ebb43e72e08203e691e622f4141816a0 (patch) | |
tree | 601e7e0ab4efeba5414bc0159d432a0021131911 /manifests | |
parent | 31a07af2f7f7d77d87681e3688e84dd2c332f2b0 (diff) | |
download | puppet-nodo-2e8b3a92ebb43e72e08203e691e622f4141816a0.tar.gz puppet-nodo-2e8b3a92ebb43e72e08203e691e622f4141816a0.tar.bz2 |
Don't use wordpress_locale variable anymore
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/websites.pp | 4 |
1 files changed, 1 insertions, 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 { |