Arno Schuring
e9d381ae6b
Merge branch 'develop' into execution-module-docs
2017-06-22 13:45:05 +02:00
rallytime
add5b118a3
Merge branch '2017.7' into 'develop'
...
Conflicts:
- salt/modules/yumpkg.py
- tests/unit/templates/test_jinja.py
2017-06-19 14:12:36 -06:00
rallytime
ff277bc458
Add new documenation file references to build system for 2017.7
2017-06-16 21:17:33 +00:00
Adam Mendlik
30ab6809e6
Create unique page tag for kernelpkg documentation
2017-06-09 13:06:55 -06:00
Adam Mendlik
2fbfa5d177
Add documentation for kernelpkg execution modules
2017-06-09 11:55:52 -06:00
Arno schuring
503a7c7c4d
Fix typo in modules doc
2017-06-08 13:47:40 +02:00
Arno schuring
bd1599e9f6
Add __init__ to modules doc
...
Add a description for the module __init__() function, as suggested
in #41628
2017-06-08 13:46:32 +02:00
Arno schuring
85f520467a
Update modules doc
...
Reword the description of the __virtual__() function, to clarify why
__salt__ should not be relied upon. In response to #41628
2017-06-08 13:45:14 +02:00
rallytime
d510583bb5
Remove blockdev execution module
...
All of the functions in the blockdev execution module have been
moved over to the disk execution module. These functions were
slated for removal in the Oxygen release.
2017-05-11 14:13:42 -06:00
Anthony Shaw
4fce227190
update the tutorials and docs
2017-04-30 20:32:44 +10:00
Anthony Shaw
e384754cb3
tutorial for the libcloud modules
2017-04-26 15:09:08 +10:00
Anthony Shaw
27b8849ede
add existing libcloud modules to doc index
2017-04-25 17:17:18 +10:00
Anthony Shaw
e02e27ba68
add doc page
2017-04-24 18:13:47 +10:00
Daniel Wallace
0b70e9405f
add zookeeper module and state
...
Also use __context__ in zk_conncurrency
2017-04-20 17:56:05 -06:00
rallytime
3a232ffe8b
Add autodoc modules for new files in nitrogen
2017-04-11 19:31:33 +00:00
Mircea Ulinic
b878fe867a
napalm_yang module autodoc
2017-04-01 02:48:02 +00:00
Erik Johnson
774a3f1147
Rename docker execution module to avoid shadowing in the loader
...
With the merging of #39996 , salt/modules/docker.py now imports
salt.utils.docker. However, our loader appends the module dir (in
this case salt/modules/) to sys.path temporarily for the length of the
loading process. So, as the docker execution module tries to import
salt.utils.docker, when salt.utils.docker attempts to do an "import
docker", and docker-py is *not* installed, this results in
salt/modules/docker.py (the docker execution module) being loaded in its
place, which results in tracebacks in the minion log.
Renaming the docker execution module keeps this import shadowing from
occurring. Note that we don't need to do this for the placeholder
salt/states/docker.py as it does not import salt.utils.docker.
2017-03-28 10:50:47 -05:00
Mircea Ulinic
c92b42d9af
Add logmod doc
2017-03-16 14:00:39 +00:00
Mike Place
935652cb24
Merge pull request #39923 from cloudflare/capirca-module
...
New execution module: Capirca
2017-03-10 12:25:29 -07:00
Mircea Ulinic
cf535d744e
Add autodoc for netacl
2017-03-09 16:54:36 +00:00
Mircea Ulinic
d7dbc05caa
Include Capirca autodoc
2017-03-09 16:34:20 +00:00
Erik Johnson
c673d06f48
Rename dockerng state/execution module to docker
2017-02-18 21:58:25 -06:00
Erik Johnson
6e24dd85c4
Remove dockerio state/module (moved to salt-contrib)
2017-02-18 21:58:24 -06:00
Mike Place
13b254aa7b
Merge pull request #39363 from cloudflare/napalm_px
...
New execution module: napalm helpers
2017-02-17 16:55:10 -07:00
Mircea Ulinic
30995955ce
Include doc
2017-02-16 16:04:40 +00:00
Mircea Ulinic
ec5a43c9e6
Add doc for the new napalm execution module
2017-02-16 16:04:40 +00:00
William Giokas
0647dc8aab
doc: Fix the Nix documentation ( #39343 )
2017-02-13 09:42:37 -07:00
Mike Place
1d813bd902
Merge pull request #39283 from rallytime/merge-develop
...
[develop] Merge forward from 2016.11 to develop
2017-02-09 15:10:03 -07:00
William Giokas
5cb25025c9
Add nix module to Salt
...
This module adds the ability to work with nix packages, and do some
basic operations on the nix store. There is still some work to be done,
but this lets you orchestrate some basic tasks for a system with nix
installed.
2017-02-09 14:18:50 -06:00
rallytime
609e6e4b23
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/config/__init__.py
- salt/modules/win_lgpo.py
- salt/utils/aws.py
- tests/unit/utils/schema_test.py
2017-02-09 10:29:40 -07:00
rallytime
2f74dcf685
Various doc updates to fix warnings in doc build
2017-02-06 16:56:58 -07:00
rallytime
a6fdfcb4fa
Fix some spelling errors and remove unecessary doc modules
2017-02-02 10:12:58 -07:00
rallytime
d398c5f7ee
Update autodoc topics for new modules added in develop
...
Also adjusted versionadded tags as necessary on the files that
are getting new autodoc files added.
2017-02-02 10:12:58 -07:00
rallytime
eb61788f87
Merge branch '2016.11' into 'develop'
...
Conflicts:
- doc/ref/runners/all/index.rst
- salt/modules/win_lgpo.py
- salt/states/dockerio.py
2017-02-01 16:36:45 -07:00
rallytime
b866427f59
Add a bunch of missing doc module references
...
Also added an index.rst file for executors, renamed the
azurearm.rst file (Was misspelled with "azureare"), and
removed the xbps-pkg.rst file since that is an invalid
reference.
2017-01-31 15:12:34 -07:00
Mircea Ulinic
515c6643c9
StatusPage module doc
2017-01-05 18:02:13 +00:00
rallytime
a2927226ea
Merge branch '2016.11' into 'develop'
...
Conflicts:
- doc/ref/modules/all/salt.modules.napalm_route.rst
- doc/ref/modules/all/salt.modules.napalm_snmp.rst
- doc/ref/modules/all/salt.modules.napalm_users.rst
- doc/ref/states/all/salt.states.netsnmp.rst
- doc/ref/states/all/salt.states.netusers.rst
- salt/states/cron.py
2016-12-22 12:15:06 -07:00
Mike Place
4d05dc5337
Merge pull request #38396 from gtmanfred/develop
...
add travisci module
2016-12-21 14:01:37 -07:00
Daniel Wallace
05574d4770
add travisci module
...
Used to verify webhook post requests came from travis
2016-12-21 12:42:09 -06:00
rallytime
0006139aca
Update autodoc topics for new modules added in 2016.11
2016-12-19 16:44:34 +00:00
Mike Place
e937fa44e1
Merge pull request #38315 from sjorge/develop-zonecfg
...
zonecfg module for Solaris 10 and compatible
2016-12-16 12:08:00 -07:00
rallytime
4760455600
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/grains/core.py
- salt/modules/dockerng.py
- tests/unit/modules/linux_acl_test.py
2016-11-29 09:31:05 -07:00
rallytime
dfedd1185a
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/grains/core.py
- salt/modules/ddns.py
- salt/templates/rh_ip/network.jinja
2016-11-28 11:08:19 -07:00
Benjamin Drung
9a51ba5c5b
Fix various spelling mistakes
2016-11-24 16:00:31 +01:00
Super-User
65ad8cc599
zonecfg scafolding
2016-11-19 14:51:55 +01:00
Super-User
2684319213
introduce zoneadm module, implements list
2016-11-05 13:19:36 +01:00
Mircea Ulinic
0590c9142f
Doc for exec mod napalm_users
2016-11-03 10:35:37 +00:00
Mircea Ulinic
877ed8f1d5
Small typos
2016-11-02 12:01:19 +00:00
Mircea Ulinic
78cf63d0ef
Doc for the napalm snmp mod
2016-11-02 12:01:15 +00:00
Mircea Ulinic
13086c580b
Doc for napalm_route
2016-11-01 14:56:23 +00:00