search for: db_url

Displaying 2 results from an estimated 2 matches for "db_url".

2013 Aug 08
1
Failed to parse template - undefined method `to_xs'
...ml.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 syntax erb -P -x -T ''-...
2005 May 09
1
Asterisk + SER and NAT
...ocal/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/auth_db.so" # ----------------- setting module-specific parameters --------------- # -- usrloc params -- # Flush every 60 sec modparam("usrloc", "db_mode", 1) modparam("usrloc", "db_url","sql://user:passwd@192.168.0.145/astcc") # -- auth params -- modparam("auth_db", "db_url","sql://user:passwd@192.168.0.145/astcc") modparam("auth_db", "user_column", "name") modparam("auth_db", "domain_colum...