search for: postgres72

Displaying 1 result from an estimated 1 matches for "postgres72".

Did you mean: postgres
2010 May 17
3
Writing a properly-formed custom type (configxml)
...'basenode'' { ... configxml { ''/opt/jira/atlassian-jira/WEB-INF/classes/entityengine.xml'': xpath => "/entity-config/datasource[@name=''defaultDS'']", attributes => ''field-type-name=postgres72,schema-name=public'', } ... } ---- 8< ---- configxml.rb ---- 8< ---- module Puppet newtype(:configxml) do @doc = "Modify attributes of the first element matching the XPath expression in an XML file." require ''rexml/document'' requi...