diff options
Diffstat (limited to 'manifests/subsystems/websites.pp')
| -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 {  | 
