Pedro Algarvio
f2ecac1b3c
Merge pull request #22130 from terminalmage/fix-dockerio-typo
...
Fix typo in docker.get_container_root
2015-03-29 21:25:55 +01:00
Erik Johnson
0b850adb3b
Add notice of dockerio module deprecation path
2015-03-29 14:41:16 -05:00
Erik Johnson
090d8514a0
Quote nsenter command file paths
2015-03-29 14:40:52 -05:00
Erik Johnson
4011cd0ff7
Add docker-ng.layers
2015-03-29 14:37:09 -05:00
Andrea-Redi Tsarida
09664f4fa7
- keys_absent state
...
- user_absent state
2015-03-29 21:35:19 +02:00
Erik Johnson
0dd8d04915
Fix typo in docker.get_container_root
2015-03-29 12:56:20 -05:00
Erik Johnson
2e823b84e8
Add docker-ng module
2015-03-29 12:32:07 -05:00
Erik Johnson
f7e6523461
Add dockerng execution module docs to toctree
2015-03-29 12:32:07 -05:00
Erik Johnson
6846d3e01b
Update the exclude-members for lxc module
2015-03-29 12:32:07 -05:00
Erik Johnson
d9f0273680
Update the exclude-members for nspawn module
2015-03-29 12:32:07 -05:00
Erik Johnson
bad7074bfc
Update lxc module to use common code for copy_to function
...
Also renamed cp -> copy_to and aliased cp to copy_to, because a "docker
cp" will copy a file from a container to the host, while the lxc.cp
function was written to copy from the host to the container.
Additionally, calls to container_resource.run have been modified to
reflect earlier modifications to that module.
2015-03-29 12:32:07 -05:00
Erik Johnson
f0cbf2ceed
Update nspawn module to use common code for copy_to function
...
Also update calls to container_resource.run to reflect earlier
modifications to that module.
2015-03-29 12:32:07 -05:00
Erik Johnson
681b3c4f5a
Add copy_to function to container_resource
...
Also consolidated the lxc-attach/nsenter command building into
container_resource.run to allow the docker module to use the
common code.
2015-03-29 12:32:07 -05:00
Andrea-Redi Tsarida
8228572833
- get_all_access_keys function module
...
- delete_access_key function module
2015-03-29 19:17:53 +02:00
Bo Maryniuk
487e221493
Merge pull request #1 from jfindlay/lvm
...
Thanks, @jfindlay ! Now I know how the tests should actually work. I would need to investigate that part better...
2015-03-29 18:37:43 +02:00
Andrea-Redi Tsarida
122109f6e8
show exceptions in state
2015-03-29 18:02:54 +02:00
Andrea-Redi Tsarida
a7c0641b06
delete user state
2015-03-29 17:22:48 +02:00
Andrea-Redi Tsarida
62e56ff9b9
remove calls to functions in the same file with __salt__
2015-03-29 17:08:04 +02:00
Andrea-Redi Tsarida
28ff081597
delete_user function for module
2015-03-29 16:33:47 +02:00
Peter Tripp
960df2b043
Add documentation for multiple Ubuntu PPAs. Fixes #18822
2015-03-29 00:31:07 -07:00
Felix Dreissig
0869680435
Fix custom Sphinx formatter for aliased functions
...
Regression of @99bcf20: Since Sphinx 1.2.1 (commit
sphinx-doc/sphinx@574a796 ), sphinx.ext.autosummary overwrites custom-set
documenters.
This is not a particularly elegant solution, but none of the events from
sphinx.ext.autodoc allows editing a function's name. Subclassing other
autodoc classes also appears to be quite challenging.
2015-03-29 01:08:26 +01:00
Clint Armstrong
cc4cb8b930
about to convert to dynamic functions to use publish modules
2015-03-28 18:42:36 -04:00
cr0hn
7122c7722b
Update vt.py
...
Add check for base OS running salt. BSD-like OS break at this point
2015-03-28 20:09:00 +01:00
jfindlay
d5a61388c4
Merge pull request #22099 from cro/bp-21101
...
Backport #21101 to 2015.2
2015-03-28 11:33:17 -06:00
jfindlay
2a7404b1b2
Merge pull request #22113 from borgstrom/pyobjects-req-issue-2014.7
...
Fix a bug with the implicit list handling in pyobjects requisites
2015-03-28 11:21:51 -06:00
jfindlay
f0b78e2b1b
Merge pull request #22109 from twangboy/win_install_ini
...
Pull minion config settings from minion conf
2015-03-28 11:18:45 -06:00
jfindlay
fb080b1e2f
Merge pull request #22107 from lyft/fix-grafana-dict-profile
...
Fix for grafana dict profiles
2015-03-28 11:17:25 -06:00
Suraj Deshmukh
95d14c3a5b
Datetime support for msgpack for issue-21721
2015-03-28 19:46:37 +05:30
Damian Myerscough
47d4772010
Fixing KeyError
2015-03-27 22:45:25 -07:00
Damian Myerscough
3c3ea84585
Fix PEP8 complaint
2015-03-27 21:44:58 -07:00
Damian Myerscough
d22572d627
Fixing KeyError when there are no additional pages
2015-03-27 21:40:24 -07:00
Evan Borgstrom
181df2e489
Fix a bug with the implicit list handling in pyobjects requisites
...
When specifying a requisite and you only need to list a single item you
can specify it without being wraped in a list and we will handle it
automatically. This was being handled when we built our attrs to output
the final data, but this failed when you extended a require requisite
inside of a context manager.
2015-03-27 21:04:00 -07:00
twangboy
de85a03add
Pull minion config settings from minion conf
2015-03-28 00:14:01 +00:00
Thomas S Hatch
8800629260
Merge pull request #22101 from cro/bp-21273
...
Backport #21273 to 2015.2
2015-03-27 17:36:36 -06:00
Thomas S Hatch
2136b3f765
Merge pull request #22097 from basepi/clean_kwargs_mine
...
[2015.2] Clean kwargs in mine.send
2015-03-27 17:34:37 -06:00
Ryan Lane
f6c9b922b0
Fix for grafana dict profiles
2015-03-27 16:01:46 -07:00
Thomas S Hatch
8278f32f30
initial service beacon
...
I still want to add in support to check for port bindings
2015-03-27 16:43:31 -06:00
Thomas S Hatch
9ecaabfd90
I thought I changed the to 2048 a while ago....
2015-03-27 16:43:31 -06:00
Mike Place
ef942ce3c8
Document becaon intervals
2015-03-27 16:38:36 -06:00
Mike Place
50588717a1
Beacon interval scheduling
2015-03-27 16:38:36 -06:00
Thomas S Hatch
e4e758138f
Merge pull request #22069 from keesbos/bugfix-git_pillar
...
Fix bug introduced in a428023d89
2015-03-27 16:32:17 -06:00
Colton Myers
53bf0b8728
Clean kwargs in mine.send
...
Fixes #22058
2015-03-27 16:19:27 -06:00
Colton Myers
3125264786
Merge pull request #22096 from basepi/ssh_auth.absent.source.versionadded
...
Add versionadded for ssh_auth.absent source argument
2015-03-27 16:06:11 -06:00
Colton Myers
68a68b3c10
Add versionadded for ssh_auth.absent source argument
2015-03-27 16:05:31 -06:00
jfindlay
689e1ab44a
Merge pull request #22070 from dmyerscough/hostnamectl-change
...
systemd hostnamectl
2015-03-27 15:21:05 -06:00
Thomas S Hatch
a4c0c2b5c3
Merge pull request #22090 from jacobhammons/2015.2
...
Rebuilt salt man page
2015-03-27 15:06:13 -06:00
Thomas S Hatch
382582545b
Merge pull request #22093 from cro/bp-20699
...
Backport 20699
2015-03-27 15:05:53 -06:00
Clint Armstrong
90a8801e58
add test state
2015-03-27 17:01:03 -04:00
Clint Armstrong
1670b36b3c
initial tests working
2015-03-27 16:21:03 -04:00
Thomas S Hatch
52c3053a41
Add beacon event firing on the minion
2015-03-27 14:19:22 -06:00