salt.states.cisconso#
State module for Cisco NSO Proxy minions
New in version 2016.11.0.
For documentation on setting up the cisconso proxy minion look in the documentation
for salt.proxy.cisconso.
- salt.states.cisconso.value_present(name, datastore, path, config)#
Ensure a specific value exists at a given path
- Parameters:
name (
str) -- The name for this ruledatastore (
DatastoreType(strenum).) -- The datastore, e.g. running, operational. One of the NETCONF store IETF typespath (
list,strORtuple) -- The device path to set the value at, a list of element names in order, / separatedconfig (
dict) -- The new value at the given path
Examples:
enable pap auth: cisconso.config_present: - name: enable_pap_auth - datastore: running - path: devices/device/ex0/config/sys/interfaces/serial/ppp0/authentication - config: authentication: method: pap "list-name": foobar