salt.modules.config

Return config information

salt.modules.config.backup_mode(backup='')

Return the backup mode

salt.modules.config.dot_vals(value)

Pass in a configuration value that should be preceeded by the module name and a dot, this will return a list of all read key/value pairs

salt.modules.config.manage_mode(mode)

Return a mode value, normalized to a string

salt.modules.config.option(value, default='')

Pass in a generic option and recieve the value that will be assigned

salt.modules.config.valid_fileproto(uri)

Returns a boolean value based on whether or not the URI passed has a valid remote file protocol designation

Comments

comments powered by Disqus

Parent topic

Previous topic

salt.modules.cmdmod

Next topic

salt.modules.cp