Home
last modified time | relevance | path

Searched refs:master_tops (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/doc/topics/master_tops/
H A Dindex.rst15 Using the new `master_tops` option is simple:
19 master_tops:
26 master_tops:
35 master_tops:
40 It's also possible to create custom master_tops modules. Simply place them into
55 master_tops:
58 **customtop.py:** (custom master_tops module)
91 If a master_tops module returns :ref:`top file <states-top>` data for a
94 functionality allowing a minion to treat master_tops as the single source
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D0.10.4.rst103 favor of the new `master_tops` option.
105 Example of using `master_tops`:
109 master_tops:
H A D2014.1.6.rst26 - Fix ``master_tops`` and ``_ext_nodes`` issue (:issue:`13535`, :issue:`13673`)
H A D2014.1.7.rst31 - Fix ``master_tops`` and ``_ext_nodes`` issue (:issue:`13535`, :issue:`13673`)
H A D3004.rst58 - The _ext_nodes alias to the master_tops function was added back in 3004 to maintain backwards com…
80 - Do not break master_tops for minion with version lower to 3003
H A D2016.11.1.rst404 * **ISSUE** `#19502`_: (`kt97679`_) salt-ssh fails to run state.highstate with custom master_tops (…
406 * **PR** `#38021`_: (`mateiw`_) Add master_tops support in salt-ssh
413 * 7037fa116d Add master_tops support in salt-ssh
H A D3003.rst76 - Removing the _ext_nodes deprecation warning and alias to the master_tops function. This change w…
H A D2018.3.0.rst769 New ``saltclass`` pillar/master_tops modules
814 states A list of states that will be returned by master_tops function
816 environment Node saltenv that will be used by master_tops
H A D2015.5.11.rst719 * **PR** `#31440`_: (`cachedout`_) Set correct type for master_tops config value
724 * f49cc75049 Set correct type for master_tops config value
H A D2016.11.4.rst682 * 0d7b0c4ef0 Improve the master_tops documentation
934 * a762c9edda Merge output from master_tops
H A D2015.8.8.rst509 …* **PR** `#31707`_: (`sjorge`_) Fix incorrect default types for master_tops and file_ignore_regex …
791 * f49cc75049 Set correct type for master_tops config value
H A D2018.3.1.rst216 * **PR** `#47724`_: (`terminalmage`_) 2 master_tops/ext_nodes fixes
2399 * db8faaee56 Add unit tests for ext_nodes master_tops module
/dports/sysutils/py-salt/salt-3004.1/doc/topics/configuration/
H A Dindex.rst33 ../master_tops/index
/dports/sysutils/py-salt/salt-3004.1/tests/integration/files/conf/
H A Dmaster77 master_tops:
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dtransactional_update.py317 return self.client.master_tops()
/dports/sysutils/py-salt/salt-3004.1/salt/
H A Dfileclient.py1051 def master_tops(self): member in PillarClient
1411 def master_tops(self): member in RemoteClient
H A Dstate.py3987 return self.client.master_tops()
/dports/sysutils/py-salt/salt-3004.1/conf/suse/
H A Dmaster510 # The master_tops option replaces the external_nodes option by creating
512 # option is deprecated by the master_tops option.
516 # master_tops:
519 #master_tops: {}
/dports/sysutils/py-salt/salt-3004.1/conf/
H A Dmaster571 # The master_tops option replaces the external_nodes option by creating
573 # option is deprecated by the master_tops option.
577 # master_tops:
580 #master_tops: {}
/dports/sysutils/py-salt/salt-3004.1/doc/ref/configuration/
H A Dmaster.rst2295 .. conf_master:: master_tops
2297 ``master_tops``
2302 The master_tops option replaces the external_nodes option by creating
2304 option is deprecated by the master_tops option.
2310 master_tops:
/dports/sysutils/py-salt/salt-3004.1/pkg/suse/
H A Dsalt.changes693 replaced by the more general doc`master tops <topics/master_tops>` system.