diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:28:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:28:53 -0200 |
commit | 0fbcca06b47411dbefd3689a76ab996ab9d877bf (patch) | |
tree | 58465304f26d96dd353480c54331d11bf58a3228 | |
parent | 83d43e71381faffe215c4ffc0f361d4ba704b689 (diff) | |
download | puppet-viewvc-0fbcca06b47411dbefd3689a76ab996ab9d877bf.tar.gz puppet-viewvc-0fbcca06b47411dbefd3689a76ab996ab9d877bf.tar.bz2 |
Fix template var
-rw-r--r-- | templates/viewvc.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/viewvc.conf.erb b/templates/viewvc.conf.erb index dff493c..250ce0d 100644 --- a/templates/viewvc.conf.erb +++ b/templates/viewvc.conf.erb @@ -128,7 +128,7 @@ ## root_parents = /opt/svn : svn, ## /opt/cvs : cvs ## -root_parents = <%= viewvc_root_parents %> +root_parents = <%= root_parents %> ## default_root: This is the name of the default root. Valid names ## include those explicitly listed in the cvs_roots and svn_roots |