diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:26:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:26:41 -0200 |
commit | 0cb7522f207b08693d3b4751eede0c8071c47559 (patch) | |
tree | b1889d47e2b0e596d8a34b10feae0896fb97c663 | |
parent | 5f26130f2a5ada18ece3aac9192a97b438a38226 (diff) | |
download | puppet-nodo-0cb7522f207b08693d3b4751eede0c8071c47559.tar.gz puppet-nodo-0cb7522f207b08693d3b4751eede0c8071c47559.tar.bz2 |
Oops
-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; } |