diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/websites.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 52886fc..2968a3f 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -99,7 +99,7 @@ class websites::hosting inherits websites::setup { class { [ 'drupal', 'ikiwiki', 'pmwiki', 'hotglue' ]: } class { 'viewvc': - $root_parents => "/var/svn : svn"; + root_parents => "/var/svn : svn"; 'wordpress': locale => $::wordpress_locale; } |