State management of XML files
salt.states.xml.
value_present
(name, xpath, value, **kwargs)¶New in version 3000.
Manages a given XML file
The location of the XML file to manage, as an absolute path.
xpath location to manage
value to ensure present
ensure_value_true:
xml.value_present:
- name: /tmp/test.xml
- xpath: .//playwright[@id='1']
- value: William Shakespeare
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy