T.J. Yang
7e1a399abd
makefile update at Thu Nov 20 16:20:34 CST 2014
2014-11-20 16:20:34 -06:00
T.J. Yang
7497336a68
makefile update at Thu Nov 20 15:36:43 CST 2014
2014-11-20 15:36:43 -06:00
T.J. Yang
10b8b45b52
makefile update at Thu Nov 20 15:24:02 CST 2014
2014-11-20 15:24:02 -06:00
pengyao
3ffa0dfc6b
Url should be '/keys'
2014-11-20 11:16:58 +08:00
Thomas S Hatch
aad41a4c4f
Merge pull request #18270 from jmdcal/develop
...
fixed confusion
2014-11-19 12:35:51 -07:00
Colton Myers
c5dbb60403
Release 2014.7.0
2014-11-19 11:36:21 -07:00
jmdcal
5e2bbe363a
fixed confusion
...
Here it says clearly : http://salt-cloud.readthedocs.org/en/latest/topics/aws.html
EC2 instances can have a public or private IP, or both. When an instance is deployed, Salt Cloud needs to log into it via SSH to run the deploy script. By default, the public IP will be used for this. If the salt-cloud command is run from another EC2 instance, the private IP should be used.
my-ec2-config:
# Specify whether to use public or private IP for deploy script
# private_ips or public_ips
ssh_interface: public_ips
2014-11-19 12:32:07 -06:00
Thomas S Hatch
9860f189d4
Merge pull request #18247 from terminalmage/docs
...
Add note about libssh2 optdepend for ssh access w/libgit2
2014-11-19 09:40:52 -07:00
Erik Johnson
d2b3da6bd7
Add note about libssh2 optdepend for ssh access w/libgit2
...
See https://github.com/saltstack/salt/issues/15424#issuecomment-63493011
2014-11-18 22:08:29 -06:00
Colton Myers
c505a2d3ff
Merge branch '2014.7' into merge-forward
...
Conflicts:
salt/modules/at.py
salt/modules/makeconf.py
salt/modules/pacman.py
salt/modules/yumpkg.py
salt/modules/zfs.py
2014-11-18 16:48:47 -07:00
Colton Myers
426c97282e
Deprecating for Boron, not Beryllium
2014-11-18 16:39:01 -07:00
Colton Myers
c0f7756153
Reorganize orchestration doc and deprecate overstate runner
2014-11-18 16:31:36 -07:00
Colton Myers
716a7e3331
Merge branch '2014.7' into merge-forward
...
Conflicts:
salt/modules/bsd_shadow.py
salt/modules/freebsdjail.py
salt/modules/yumpkg.py
salt/modules/zfs.py
salt/modules/zypper.py
salt/netapi/rest_tornado/saltnado.py
salt/states/dockerio.py
2014-11-18 12:46:29 -07:00
Nitin Madhok
3306ac2e21
Including doc in toctree
2014-11-18 03:26:54 -05:00
Nitin Madhok
71d964bccf
Removing non existing document
2014-11-18 03:10:59 -05:00
Nitin Madhok
31ffaff1e7
Fixes #18114
2014-11-18 03:06:11 -05:00
Nitin Madhok
5d8ae4e32f
Fixing sphinx violations and errors
2014-11-18 02:53:40 -05:00
Thomas S Hatch
10d1d490d4
Merge pull request #18187 from whiteinge/doc-key-events
...
Added documentation for key events
2014-11-17 21:12:39 -07:00
Thomas S Hatch
6d87d65cf4
Merge pull request #18186 from whiteinge/faq-nohup-restart
...
Added nohup example to the FAQ about restarting Salt with Salt
2014-11-17 21:12:33 -07:00
Seth House
3858de8776
Merge pull request #18148 from rallytime/six_docs_build
...
[don't merge!!] Add six dependency notice to building docs intructions
2014-11-17 21:02:33 -06:00
Colton Myers
b2a2facb27
Add one additional folder and clarification to client_acl docs
2014-11-17 14:55:08 -07:00
rallytime
e2c5ae3390
Add six dep notice to building docs instructions in documentation doc
2014-11-17 13:18:38 -07:00
rallytime
4660a04d30
Add six dep to build the docs in hacking doc
2014-11-17 13:17:37 -07:00
Pedro Algarvio
8fda8badbb
Revert "Add six to list of mocked modules"
...
This reverts commit 6ebf0fd3aa
.
We need six installed in order for the docs to build. Six is too magical
to be mocked, at last, for now.
2014-11-17 16:45:46 +00:00
Thomas S Hatch
ab6c8c4f05
Merge pull request #18056 from jacksontj/saltnado
...
Saltnado
2014-11-17 08:58:39 -07:00
Sławek Ehlert
9e19772bff
base arg should be a key (string) of the given dict
2014-11-16 00:05:25 +01:00
Thomas S Hatch
6d38d2db62
Merge branch '2014.7' into develop
...
Conflicts:
salt/utils/__init__.py
2014-11-14 14:38:55 -07:00
Thomas S Hatch
792358c5e0
Merge pull request #18101 from eliasp/2014.7-doc.topics.mine-mine_functions_example
...
Fix YAML syntax in mine_functions example.
2014-11-14 14:36:48 -07:00
Thomas S Hatch
cfd9352e8b
Merge pull request #18076 from UtahDave/develop
...
add additional repository command
2014-11-14 14:24:56 -07:00
Elias Probst
5580c714a5
Fix YAML syntax in mine_functions example.
...
The elements provided for a mine_functions definition need to be
either a list or a dict, but not a mix of both.
2014-11-14 21:25:30 +01:00
rallytime
6ebf0fd3aa
Add six to list of mocked modules
2014-11-14 11:35:24 -07:00
Seth House
0a55e39683
Added documentation for key events
2014-11-14 13:07:34 -05:00
Erik Johnson
6902e829dd
Add warning on RHEL ZMQ4 docs regarding python-hashlib
2014-11-14 11:51:42 -06:00
Seth House
daf0fe9937
Added nohup example to the FAQ about restarting Salt with Salt
...
Suggested by @ in #7997 .
2014-11-14 12:40:18 -05:00
David Boucha
0e25bc4955
add additional repository command
...
Is Canonical trying to make it harder and harder to find this?
2014-11-13 17:13:50 -07:00
Colton Myers
9a89057f83
Merge branch '2014.7' into merge-forward
...
Conflicts:
salt/transport/__init__.py
2014-11-13 12:40:24 -07:00
Thomas Jackson
6d2fbc8715
Documentation for saltnado
2014-11-13 08:36:29 -08:00
Justin Findlay
9158661205
expand unittest docs: formal style, more examples
2014-11-12 16:55:50 -07:00
Justin Findlay
217217f624
wrap unittest doc at 80 chars
2014-11-12 15:59:35 -07:00
rallytime
07e8c393ed
Fix spelling in raet doc
2014-11-12 06:50:38 -07:00
Chris Martin
d03a2bf753
Remove an awkward comma splice in the docs.
2014-11-10 20:02:02 -08:00
C. R. Oldham
79d2de5d44
Merge remote-tracking branch 'upstream/2014.7' into develop
2014-11-10 16:33:50 -07:00
C. R. Oldham
25f7bf111a
Add breaking change notice for module.run in 2014.1.0
2014-11-10 16:28:21 -07:00
Colton Myers
257b3d4426
Merge branch '2014.7' into merge-forward
...
Conflicts:
salt/utils/__init__.py
salt/utils/minions.py
2014-11-10 14:08:49 -07:00
Mike Place
1fd9983fc7
Merge pull request #17310 from rallytime/update_windows_pkg_doc
...
Add 2014.7.0 release to windows installation doc
2014-11-10 12:33:00 -07:00
Colton Myers
9841103427
Merge branch '2014.7' into develop
...
Conflicts:
salt/modules/rabbitmq.py
salt/states/rabbitmq_cluster.py
2014-11-10 09:59:17 -07:00
Colton Myers
69fa6b2e3c
Fix the release notes note
2014-11-10 09:51:21 -07:00
Thomas S Hatch
8862c2e829
Merge pull request #17290 from plastikos/improvement-yaml_encode
...
Add yaml_encode() jinja filter
2014-11-10 09:35:39 -07:00
Thayne Harbaugh
e4488a3956
Add yaml_encode() jinja filter
...
* Add documentation for yaml_encode()
* Mention yaml_encode() in formulas documentation
* Add unit tests for yaml_encode()
* Improve unit tests and documentation for related yaml_dquote()
2014-11-07 19:12:58 -07:00
rallytime
4cbeebd3d0
Add 2014.7.0 release to windows installation doc
2014-11-07 15:26:28 -07:00