Skip to content

Commit

Permalink
Merge pull request #50633 from astronouth7303/loader-docs
Browse files Browse the repository at this point in the history
Loader docs
  • Loading branch information
Mike Place authored Dec 10, 2018
2 parents dcdb9b2 + 03e3168 commit e4e9563
Show file tree
Hide file tree
Showing 11 changed files with 665 additions and 348 deletions.
57 changes: 0 additions & 57 deletions doc/ref/file_server/dynamic-modules.rst

This file was deleted.

6 changes: 4 additions & 2 deletions doc/topics/beacons/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ All beacons are configured using a similar process of enabling the beacon,
writing a reactor SLS (and state SLS if needed), and mapping a beacon event to
the reactor SLS.

.. _writing-beacons:

Writing Beacon Plugins
======================

Expand Down Expand Up @@ -353,5 +355,5 @@ new execution modules and functions to back specific beacons.
Distributing Custom Beacons
---------------------------

Custom beacons can be distributed to minions using ``saltutil``, see
:ref:`Dynamic Module Distribution <dynamic-module-distribution>`.
Custom beacons can be distributed to minions via the standard methods, see
:ref:`Modular Systems <modular-systems>`.
119 changes: 0 additions & 119 deletions doc/topics/development/dunder_dictionaries.rst

This file was deleted.

1 change: 1 addition & 0 deletions doc/topics/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Developing Salt
:glob:

*
modules/index
extend/index
tests/*
raet/index
Expand Down
170 changes: 0 additions & 170 deletions doc/topics/development/modular_systems.rst

This file was deleted.

25 changes: 25 additions & 0 deletions doc/topics/development/modules/configuration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
=====================
Configuration Options
=====================

A number of configuration options can affect the load process. This is a quick
list of them:

* ``autoload_dynamic_modules`` (:conf_minion:`Minion <autoload_dynamic_modules>`)
* ``cython_enable`` (:conf_minion:`Minion <cython_enable>`, :conf_master:`Master <cython_enable>`)
* ``disable_modules`` (:conf_minion:`Minion <disable_modules>`)
* ``disable_returners`` (:conf_minion:`Minion <disable_returners>`)
* ``enable_zip_modules`` (:conf_minion:`Minion <enable_zip_modules>`)
* ``extension_modules`` (:conf_master:`Master <extension_modules>`)
* ``extmod_whitelist`` (:conf_minion:`Minion <extmod_whitelist>`, :conf_master:`Master <extmod_whitelist>`)
* ``extmod_blacklist`` (:conf_minion:`Minion <extmod_blacklist>`, :conf_master:`Master <extmod_blacklist>`)
* ``whitelist_modules`` (:conf_minion:`Minion <enable_whitelist_modules>`)
* ``grains_dirs`` (:conf_minion:`Minion <grains_dirs>`)
* ``module_dirs`` (:conf_minion:`Minion <module_dirs>`, :conf_master:`Master <module_dirs>`)
* ``outputter_dirs`` (:conf_minion:`Minion <outputter_dirs>`, :conf_master:`Master <outputter_dirs>`)
* ``providers`` (:conf_minion:`Minion <providers>`)
* ``render_dirs`` (:conf_minion:`Minion <render_dirs>`)
* ``returner_dirs`` (:conf_minion:`Minion <returner_dirs>`)
* ``runner_dirs`` (:conf_master:`Master <runner_dirs>`)
* ``states_dirs`` (:conf_minion:`Minion <states_dirs>`)
* ``utils_dirs`` (:conf_minion:`Minion <utils_dirs>`)
Loading

0 comments on commit e4e9563

Please sign in to comment.