salt.states.xml

XML Manager

State management of XML files

salt.states.xml.value_present(name, xpath, value, **kwargs)

New in version 3000.

Manages a given XML file

namestring

The location of the XML file to manage, as an absolute path.

xpathstring

xpath location to manage

valuestring

value to ensure present

ensure_value_true:
  xml.value_present:
    - name: /tmp/test.xml
    - xpath: .//playwright[@id='1']
    - value: William Shakespeare

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 3004

Table of Contents

Previous topic

salt.states.x509

Next topic

salt.states.xmpp