Mike Place
|
09c29b3405
|
Merge pull request #39301 from twangboy/win_iis
Additional functions to win_iis module
|
2017-02-14 11:58:06 -07:00 |
|
Mike Place
|
370b3409ad
|
Merge pull request #39351 from ninja-/reduce_fileclient_latency
Reduce fileclient latency by merging _file_hash and _find_file
|
2017-02-14 11:55:22 -07:00 |
|
Daniel Wallace
|
aaf95da31a
|
set default user variable to the user cmd runs as
|
2017-02-14 12:51:32 -06:00 |
|
Mike Place
|
8b8ab8ef8e
|
Merge pull request #39362 from dincamihai/cp-push-test-2016.3
Add cp.push test
|
2017-02-14 11:42:10 -07:00 |
|
Mike Place
|
878946d0f8
|
Merge pull request #39379 from terminalmage/issue34821
win_pkg: remove all installed versions when no explicit version passed
|
2017-02-14 11:41:28 -07:00 |
|
Mike Place
|
868e170b92
|
Merge pull request #39376 from jmickle/develop
adding librato metrics returner
|
2017-02-14 11:39:34 -07:00 |
|
Mike Place
|
fd9ab8e4e3
|
Remove extra newline
|
2017-02-14 11:34:54 -07:00 |
|
Mike Place
|
4b726f955b
|
Merge pull request #39380 from joe-niland/quote-numeric-usernames
Quote numeric user names so pwd.getpwnam handles them properly
|
2017-02-14 11:33:32 -07:00 |
|
Mike Place
|
1116d32df9
|
Merge pull request #39400 from meaksh/2016.3-fix-local-cache-issue
Prevents 'OSError' exception in case certain job cache path doesn't exist
|
2017-02-14 11:27:03 -07:00 |
|
Mike Place
|
1ecc9d1315
|
Add newline for lint
|
2017-02-14 11:26:23 -07:00 |
|
twangboy
|
315b0cc105
|
Clarify return value for win_osinfo
|
2017-02-14 11:10:56 -07:00 |
|
twangboy
|
994314ed3d
|
Fix more docs
|
2017-02-14 11:08:40 -07:00 |
|
twangboy
|
2bbe3cbf49
|
Fix some docs
|
2017-02-14 11:07:53 -07:00 |
|
twangboy
|
4103563ee1
|
Merge branch 'gate_win_utils' of https://github.com/twangboy/salt into gate_win_utils
|
2017-02-14 11:06:11 -07:00 |
|
twangboy
|
82a86ced55
|
Add helper function for winservice
|
2017-02-14 11:03:06 -07:00 |
|
Mike Place
|
2b67008770
|
Merge pull request #39374 from techhat/spmcache
Switch SPM to salt.cache
|
2017-02-14 10:58:10 -07:00 |
|
Mike Place
|
12b92511f9
|
Merge pull request #39388 from steinliber/repair_aliyun_api_problem
Repair aliyun api problem
|
2017-02-14 10:56:59 -07:00 |
|
Mike Place
|
471baea629
|
Merge pull request #39381 from cachedout/docs_fix
Docs test fix
|
2017-02-14 10:53:27 -07:00 |
|
Mike Place
|
359fc24500
|
Merge pull request #39398 from ccin2p3/bug32207
Fix gpg renderer when called without tty.
|
2017-02-14 10:53:00 -07:00 |
|
Mike Place
|
caffef88cf
|
Merge pull request #39392 from alprs/fix-nested_output_ordered_dict
Make sure OrderedDict order is preserved in nested output
|
2017-02-14 10:50:14 -07:00 |
|
twangboy
|
0051b5a5e2
|
Put the win_osinfo classes in a helper function
|
2017-02-14 10:48:24 -07:00 |
|
Mike Place
|
f2459e3ce8
|
Merge pull request #39378 from dmurphy18/deb_pkg_fix
Update make_repo in debbuild.py execution module to utilize timeout
|
2017-02-14 10:10:14 -07:00 |
|
Erik Johnson
|
a557422516
|
Merge pull request #39290 from mephi42/32356
Support globbing in sources parameter of salt.modules.archive (#32356)
|
2017-02-14 10:38:37 -06:00 |
|
twangboy
|
d0240e7c7d
|
Clarify docs for create_site
|
2017-02-14 09:37:30 -07:00 |
|
Thomas S Hatch
|
9b1501045c
|
This makes the sls requisite_in system work
Basically, this now works:
```
include:
- stuff
ls -l:
cmd.run:
- require_in:
- sls: stuff
```
|
2017-02-14 09:37:23 -07:00 |
|
Pablo Suárez Hernández
|
e7e559ef5c
|
Prevents 'OSError' exception in case path doesn't exist
|
2017-02-14 16:17:26 +00:00 |
|
Mihai Dinca
|
91383c5a19
|
Add cp.push test
|
2017-02-14 17:16:28 +01:00 |
|
Foudil BRÉTEL
|
d1e40d900b
|
Fix gpg renderer when called without tty.
|
2017-02-14 16:39:51 +01:00 |
|
Andreas Lutro
|
625a770a23
|
make sure OrderedDict order is preserved in output
sorted(ret) will sort the keys on their own, discarding the original
order of the OrderedDict.
|
2017-02-14 13:40:09 +01:00 |
|
stein
|
cb3273b863
|
reapair error
|
2017-02-14 14:52:04 +08:00 |
|
Jonathan Mickle
|
3975429f48
|
more pep8 stuff
|
2017-02-13 22:30:10 -08:00 |
|
Jonathan Mickle
|
e270e9586b
|
linter fixes
|
2017-02-13 22:28:49 -08:00 |
|
Isa
|
72d2188cbb
|
return true when symlinks already in desired state
|
2017-02-13 18:10:28 -08:00 |
|
Jonathan Mickle
|
3a75abad6b
|
this try is unnecesarry
|
2017-02-13 17:38:37 -08:00 |
|
Joe Niland
|
c2edfdd464
|
Quote numeric user names so pwd.getpwnam handles them properly
|
2017-02-14 11:50:35 +11:00 |
|
Jonathan Mickle
|
20b522033f
|
linter fixes
|
2017-02-13 16:07:40 -08:00 |
|
Joseph Hall
|
ff763b0515
|
Add repo commands to SPM (#39375)
* Add repo commands to SPM
* Add package versions to repo packages list
* Add package search to repo command
|
2017-02-13 17:04:13 -07:00 |
|
Joseph Hall
|
4f072c9ad8
|
Add cache default for spm
|
2017-02-13 16:59:07 -07:00 |
|
Mike Place
|
89ed6a38f7
|
Typo
|
2017-02-13 16:46:53 -07:00 |
|
Mike Place
|
8fbbb781bc
|
Fix docs test
|
2017-02-13 16:45:47 -07:00 |
|
Jonathan Mickle
|
ec938e5f73
|
linter fixes
|
2017-02-13 15:27:07 -08:00 |
|
Joseph Hall
|
309d930e91
|
Linting
|
2017-02-13 16:09:31 -07:00 |
|
mephi42
|
6570392abd
|
Support globbing in sources parameter of salt.modules.archive (#32356)
Add globbing support to tar, zip and rar.
Update tests to show bad return value on error.
|
2017-02-14 00:02:19 +01:00 |
|
Erik Johnson
|
5871825b9e
|
win_pkg: remove all installed versions when no explicit version passed
This will make pkg.removed states work more intuitively, rather than
just trying to delete the newest available version.
|
2017-02-13 17:00:28 -06:00 |
|
David Murphy
|
4bd47cc18a
|
Updated all make_repo loops to use timeout value for retries
|
2017-02-13 15:48:45 -07:00 |
|
Jonathan Mickle
|
916b220676
|
adding second dimension example
|
2017-02-13 14:35:57 -08:00 |
|
Jonathan Mickle
|
d61865c2bc
|
adding librato metrics returner
|
2017-02-13 14:18:54 -08:00 |
|
Joseph Hall
|
64dac25302
|
Switch SPM to salt.cache
|
2017-02-13 15:03:39 -07:00 |
|
Mike Place
|
3ec9e043fa
|
Merge pull request #39306 from markuskramerIgitt/writing_documentation
rst table requires plus-signs for column
|
2017-02-13 14:59:08 -07:00 |
|
Mike Place
|
d037045653
|
Merge pull request #39274 from markuskramerIgitt/develop
Optionally format version conforming to Windows msi numbering scheme.
|
2017-02-13 14:48:16 -07:00 |
|