Displaying 1 result from an estimated 1 matches for "odaurl".
Did you mean:
odara
2013 Aug 08
1
Failed to parse template - undefined method `to_xs'
...ate bireportweb/reportdbconfig.xml.erb:
Filepath:
/data/ss/svn/puppet/modules/bireportweb/templates/reportdbconfig.xml.erb
Line: 16
Detail: undefined method `to_xs'' for #<String:0x7f7116858570>
This is the line within the reportdbconfig.xml.erb
<property name="odaURL" value="<%= db_url.to_xs %>" />
Puppet Master 3.2.3 with ruby 1.8.7p352
puppet agent version 2.7.19 with ruby 1.8.7p72
I''ve tried installing builder via rubygems, thinking that it is required to
use the to_xs method, but I get the same error.
Also tested the sy...