innogames / puppet-xmlsimple

The puppet module provides two functions to convert Hash objects to xml strings and vice versa

Home Page:https://forge.puppet.com/innogames/xmlsimple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Description

This module provides two functions to convert Hash objects to xml strings and vice versa. The usage is described in REFERENCE.md

This module is forked from the https://forge.puppet.com/glarizza/xmlsimple

Setup

This module requires for gem xml-simple. Install it with following command:

sudo puppetserver gem install xml-simple

Usage

See the reference

Reference

Functions

  • hash_to_xml: Function that converts a hash to an XML string
  • xml_to_hash: Function to convert an xml file into a hash via xml-simple

Limitations

As far as we know, it should work on any system

Development

Fork this project, develop, make pull request and wait for corresponding auto tests will be done.

About

The puppet module provides two functions to convert Hash objects to xml strings and vice versa

https://forge.puppet.com/innogames/xmlsimple

License:Apache License 2.0


Languages

Language:Ruby 100.0%