rallytime
662593c902
Change latest release version in doc sidebar
2015-04-16 15:00:36 -06:00
Justin Findlay
e586c66917
revise contributing documentation
2015-04-16 10:28:00 -06:00
Markus "Shorty" Uckelmann
1341784184
improve cmd.run env documentation
...
Resolves #21840
Improved documentation to cmd.run(et.al.) env argument by mentioning
that variables as values will not be evaluated.
2015-04-16 11:20:20 +02:00
Thomas S Hatch
6452590351
Merge pull request #22728 from whiteinge/fix-docmageddon
...
Add several modules to the mocked modules list for the docs build
2015-04-15 19:58:57 -06:00
Thomas S Hatch
f5b62236a0
Merge pull request #22726 from VynceMontgomery/patch-2
...
fix link to bug reporting in FAQ
2015-04-15 19:57:59 -06:00
Colton Myers
ff8561df8d
Add minor CVEs to 2014.7.4 release notes
2015-04-15 19:01:28 -06:00
Seth House
fe8f3e0bce
Added generated doc for clustershell roster module
2015-04-15 18:34:27 -06:00
Vynce Montgomery
80d6e9ec94
fix link to bug reporting in FAQ
...
linebreak and bad path; one way or another, this was not rendering as a link.
2015-04-15 16:54:11 -07:00
Seth House
aaf1917bdf
Add mocked references for new module additions
2015-04-15 17:52:10 -06:00
Seth House
767c328420
Remove docs for old nagios_json module
2015-04-15 17:52:06 -06:00
Vynce Montgomery
0d2a0a3607
fix alphabetization
...
things appeared to be missing because they were out of order.
2015-04-15 15:39:10 -07:00
Oliver Bestwalter
20ce197674
Add mention of Windows release candidates
...
... so the windows folks realize, that they can test RCs easily as well :)
2015-04-15 21:32:48 +02:00
Thomas S Hatch
b8e0638753
Merge pull request #22616 from alxbse/winrm-support
...
add initial support for WinRM in Windows cloud deployment
2015-04-15 09:55:30 -06:00
Wolodja Wentland
c52e9a94af
Remove enabled option from pkgrepo.managed
...
The 'enabled' option was highly ambiguous in that pkgrepo.managed also supports
a 'disabled' one that should be enough to express if a repository should be
enabled or disabled. It is also assumed that users who use pkgrepo.managed also
intend to use the repository later on which is why we set 'disabled' to False by
default.
This closes #22147
2015-04-14 18:05:03 +01:00
rallytime
becc997de4
Apply release note fix to develop branch
2015-04-13 15:34:24 -06:00
Thomas S Hatch
8712a8b14c
Merge pull request #22614 from rallytime/apply-22610
...
Apply release note change to develop
2015-04-13 15:26:25 -06:00
Alexander Backlund
b7db2080d8
add initial support for WinRM in Windows cloud deployment
...
fixes saltstack/salt#15984
2015-04-13 16:03:37 -04:00
rallytime
1f243d6276
Apply release note change to develop
2015-04-13 13:53:03 -06:00
Nitin Madhok
031bb2bd65
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2015-04-13 12:29:39 -04:00
Nitin Madhok
39f31b1ab0
Adding salt.engines.sqs_events.rst to doc
2015-04-13 12:20:42 -04:00
Nitin Madhok
87e70a7d3a
Adding salt.engines.logstash.rst to doc
2015-04-13 12:20:09 -04:00
Mike Place
6a11ead5b4
Merge pull request #22453 from jacksontj/transport
...
Abstracted Transport
2015-04-13 09:38:52 -06:00
Joseph Hall
bbdf316063
Merge pull request #22483 from nmadhok/vmware-cloud-driver
...
Adding more features to vmware cloud driver
2015-04-11 18:31:03 -06:00
Nitin Madhok
4ab84a6bca
Adding some documentation
2015-04-10 17:39:30 -04:00
rallytime
ccfa9f8158
Fix some broken links on the contributing docs
...
Fixes #22537
2015-04-10 14:06:36 -06:00
Piotr Kasprzyk
6789306071
Fix misspellings
2015-04-10 12:21:20 +02:00
David Beitey
22ad5d0063
Update git URL & formatting for Windows install
...
Secure cloning is the standard practice for GitHub (vs ``git://``); other minor formatting improvements.
2015-04-09 10:42:28 +10:00
Thomas S Hatch
457ec179ae
Add sudo user docs into salt
2015-04-08 14:41:05 -06:00
Thomas Jackson
92ff4ff37f
typo fixing!
2015-04-08 09:15:50 -07:00
Thomas Jackson
3b7170dc71
Add initial transport docs
2015-04-08 09:08:13 -07:00
Nitin Madhok
99bc6c9a49
Add some more examples for extra_config to documentation
2015-04-06 18:04:53 -04:00
Nitin Madhok
a659a39f18
Add some more examples for extra_config to documentation
2015-04-06 18:00:02 -04:00
Nitin Madhok
3746d37293
Adding ability to vmware cloud create() so extra_config can be specified.
2015-04-06 17:52:47 -04:00
Mike Place
a19340de40
Merge pull request #22355 from whiteinge/caller-cmd
...
Added a `cmd` method to the Caller() class for consistency with *Clients
2015-04-06 11:26:11 -06:00
Joseph Hall
53ee793942
Merge pull request #22373 from nmadhok/vmware-cloud-driver
...
Vmware cloud driver refactors
2015-04-06 09:08:44 -06:00
Luca Corti
b574cc45ec
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2015-04-06 00:30:42 +02:00
Nitin Madhok
e106574d24
Doc changes and enhancements
2015-04-05 16:46:48 -04:00
Joseph Hall
9f2ada4bec
Merge pull request #22363 from nmadhok/vmware-driver
...
Adding functionality to create() in vmware cloud driver to be able to add/reconfigure network adapters
2015-04-05 08:32:42 -06:00
Luca Corti
3aa4b3bfe6
Add recursive database owner change to postgres module/state
...
Add recursive owner change to postgres.db_alter and expose it via
postgres_database.present parameter.
`owner_recurse` defaults to false to avoid breaking compatibility, but
could arguably be a sane default.
2015-04-05 09:31:53 +02:00
Nitin Madhok
c68a7cb2db
Grammar correction in sentence
2015-04-04 17:49:44 -04:00
Nitin Madhok
4b7ac72352
Adding versionadded to docs and author
2015-04-04 17:25:27 -04:00
Nitin Madhok
28fa708cbb
Adding docs to be able to specify network adapter settings
2015-04-04 17:04:07 -04:00
Seth House
786c598f06
Added a cmd
method to the Caller() class for consistency with *Clients
...
This adds a new method to the Caller() class which is intended for use
from the Python API. The existing CLI behavior is untouched.
Whether to use `Caller().function()` or `Caller().sminion.functions`
causes the occasional confusion. Also using `function` parses args and
kwargs in a way intended for use from the CLI (I think) which can cause
unexpected behavior at the Python level.
2015-04-03 20:26:59 -06:00
Justin Findlay
6ae9fe6dff
Merge pull request #22348 from cachedout/document_core_opts
...
Document many core opts
2015-04-03 18:34:38 -06:00
Mike Place
3bc74501e4
Document many core opts
...
Although these are documented in other places, we need somewhere that we
can store more in-depth, interface-specific information about various options.
This way, we can make implementation-specific comments which would not be approrpiate
for user configuration files.
2015-04-03 17:17:06 -06:00
Nitin Madhok
4203c1e349
Adding functionality to create to be able to add/reconfigure hard disks
2015-04-03 16:03:52 -04:00
Seth House
4cb33c92d6
Added autodoc generated pages for the new modules types
2015-04-03 12:45:49 -06:00
Seth House
ef3893d4de
Updated module index pages for each of the module types
2015-04-03 12:39:13 -06:00
rallytime
5cd2db23eb
Update sidebar and releasecandidate docs for rc2
2015-04-02 16:42:01 -06:00
jfindlay
d9369b1be7
Merge pull request #22262 from basepi/merge-forward-develop
...
Merge forward from 2015.2 to develop
2015-04-02 08:36:06 -06:00