diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 12:18:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 12:18:56 -0300 |
commit | 0fc651d52c4919594325b6ac39b0e515db707d5b (patch) | |
tree | 3e3d72f2d06831aeee569baae56f6341a71555e8 /templates | |
parent | 0fbcca06b47411dbefd3689a76ab996ab9d877bf (diff) | |
download | puppet-viewvc-0fc651d52c4919594325b6ac39b0e515db707d5b.tar.gz puppet-viewvc-0fc651d52c4919594325b6ac39b0e515db707d5b.tar.bz2 |
Fix deprecation warnings at template
Diffstat (limited to 'templates')
-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 250ce0d..a7899d3 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 = <%= 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 |