Commit Graph

30552 Commits

Author SHA1 Message Date
Thomas S Hatch
ba1967d9eb Merge pull request #12746 from jslatts/s3_pillar
Moving s3 pillar cache directory creation out of init and into _get_cache_dir()
2014-05-13 14:10:53 -06:00
Seth House
86dd370e29 Merge pull request #12747 from KennethWilke/develop
moar docs, moar betta
2014-05-13 14:09:29 -06:00
Thomas S Hatch
19fd076387 Merge pull request #12742 from lyft/boto-cleanup
Code cleanup and fixes for boto modules
2014-05-13 14:07:31 -06:00
KennethWilke
bd18389507 moar docs, moar betta 2014-05-13 15:07:30 -05:00
Thomas S Hatch
92aca12854 Merge pull request #12741 from lyft/boto-secgroup
Initial commit of boto_secgroup execution module and state.
2014-05-13 14:07:02 -06:00
Thomas S Hatch
a8281e8c4d Merge pull request #12738 from garethgreenaway/12582_follow_symlink
Adding the ability for the file manage module and state to handle symlinks.
2014-05-13 14:05:59 -06:00
Thomas S Hatch
88a8ed9509 Merge pull request #12728 from terminalmage/fix-timedatectl
Fix timedatectl parsing for newer systemd releases
2014-05-13 14:01:43 -06:00
Pedro Algarvio
65e4ed5f2b Merge pull request #12744 from cachedout/clean_comments
Removes stale code.
2014-05-13 20:39:45 +01:00
Justin Slattery
41e0def28d Moving s3 pillar cache directory creation out of init and into _get_cache_dir 2014-05-13 15:32:48 -04:00
Joseph Hall
afec420ee5 Merge pull request #12745 from whiteinge/doc-wide-table-scroll
Doc wide table scroll
2014-05-13 13:30:43 -06:00
Seth House
e8f55f9723 Wrapped the salt-cloud feature tables in custom containers
Coupling the rST source to an HTML class is less than ideal but we need
to restrict the width here so...
2014-05-13 13:23:52 -06:00
Mike Place
75f1c00912 Removes stale code.
Does nothing but remove deprecated code that is no longer in use.
2014-05-13 13:20:50 -06:00
Colton Myers
4a8295cec6 Merge pull request #12743 from techhat/cloudcachedir
Allow EC2's list_nodes_full() to cache node data
2014-05-13 12:58:00 -06:00
Seth House
d6b522a7f1 Add CSS styles to scroll content horizontally 2014-05-13 12:55:00 -06:00
Joseph Hall
36615ef7f4 Version added 2014-05-13 12:34:56 -06:00
Joseph Hall
03e6508158 Break out cachedir docs into their own section 2014-05-13 12:33:44 -06:00
Joseph Hall
67b4e01c17 Document the update_cachedir option 2014-05-13 12:31:42 -06:00
Joseph Hall
b4323b22d0 Allow EC2's list_nodes_full() to cache node data 2014-05-13 12:27:24 -06:00
Ryan Lane
0d17e70e90 Code cleanup and fixes for boto modules 2014-05-13 14:13:10 -04:00
Seth House
321d601022 Removed unused css file 2014-05-13 12:12:55 -06:00
Gareth J. Greenaway
0c9771db7d Added missing documention bits for follow_symlinks 2014-05-13 11:03:00 -07:00
Ryan Lane
03958af33d Documentation and code cleanup for boto_secgroup state and module. 2014-05-13 13:38:10 -04:00
Thomas S Hatch
a74828f437 Fixes for #12673 2014-05-13 11:32:28 -06:00
Thomas S Hatch
322206725f Merge pull request #12673 from steverweber/extra_autosign
auto accept keys in minions_autosign
2014-05-13 11:28:07 -06:00
Thomas S Hatch
b329f34869 Merge pull request #12737 from KennethWilke/develop
redis external pillar, more redis exec
2014-05-13 11:13:41 -06:00
Thomas S Hatch
a523ecd71c Merge pull request #12735 from DoubleNegativeVisualEffects/xinetd-services
service.available should also use chkconfig, to support xinetd services
2014-05-13 11:12:30 -06:00
Thomas S Hatch
14be1932e2 Merge pull request #12727 from grue/patch-2
Documentation update for salt.states.postgres_extension
2014-05-13 11:11:09 -06:00
Thomas S Hatch
025d5ea0d1 lint per #12715 2014-05-13 11:05:14 -06:00
Thomas S Hatch
7901bfc006 Merge pull request #12715 from jaloren/develop
Fixes 12702: now a traceback exc is written when returner fails
2014-05-13 11:04:03 -06:00
Erik Johnson
551ab75252 Fix timedatectl parsing for newer systemd releases
systemd 210 changed the output for timedatectl, changing 'Timezone' to
'Time zone'. This commit fixes a traceback that occurs in
timezone.get_zone for these newer versions of systemd.

Additionally, for get_zone() and get_hwclock(), parsing of timedatectl
has been changed from an ugly and unwieldy shell one-liner to actual
python logic.

Finally, output_loglevel has been set to 'debug' for all shell commands
in this module, part of a greater effort to make the logs less noisy.
2014-05-13 12:02:52 -05:00
Gareth J. Greenaway
c2233c2064 Adding the ability for the manage_file and manage state to properly handle symlinks. This change adds the ability to specify if symlinks should be followed of not by the manage state and manage_file module, by default they are followed. When follow_symlinks is True, the target file of the symbolic link is updated. If follow_symlinks is set to False then the symlink is replaced with a real file with any updates that are required. 2014-05-13 10:02:22 -07:00
Thomas S Hatch
998b3ccb93 Merge pull request #12711 from eliasp/states_pkg-allow_updates
Allow packages to be updated on their own
2014-05-13 11:02:00 -06:00
Colton Myers
86617cdda2 Merge pull request #12724 from terminalmage/issue12696
Jinja renderer, timezone module/state fixes
2014-05-13 10:51:44 -06:00
KennethWilke
08066edd4c redis external pillar, more redis exec 2014-05-13 11:24:40 -05:00
Johan van den Dorpe
49d9c4ff3f service.available should also use chkconfig, to support xinetd services 2014-05-13 14:46:16 +01:00
Elias Probst
7db6c98ed8 Added missing whitespaces after comma to prevent lint-errors. 2014-05-13 13:42:46 +02:00
Joseph Hall
7696fd4887 Merge pull request #12733 from s0undt3ch/features/python-executable-grain
Add a grain for the python executable in use
2014-05-13 05:17:12 -06:00
Pedro Algarvio
1b42b85caf Add a grain for the python executable in use 2014-05-13 10:57:40 +01:00
Joshua Sorenson
f848331c70 Clarify comments in postgres_extension.py 2014-05-12 22:44:45 -07:00
Joshua Sorenson
c0f3504ff2 Update documentation in salt/states/postgres_extension.py 2014-05-12 22:40:27 -07:00
Erik Johnson
b5c49dd896 Merge pull request #12726 from grue/patch-1
Fix syntax error in nova.py
2014-05-13 00:24:47 -05:00
Joshua Sorenson
c072753a7d Update nova.py
I somehow reversed two letters in time.
2014-05-12 21:49:18 -07:00
Erik Johnson
83d219fe05 Fix lint failure 2014-05-12 23:40:47 -05:00
Joshua Sorenson
5bcc99f0ea Fix syntax error in nova.py
get('id', None} should be get('id', None)
2014-05-12 21:11:35 -07:00
Erik Johnson
35fd955da2 Catch exceptions raised when comparing timezone 2014-05-12 22:42:25 -05:00
Erik Johnson
fb5fc90c42 Raise exceptions when trying to read nonexistant files
Prevents a traceback when an invalid timezone is passed
2014-05-12 22:41:01 -05:00
Erik Johnson
d08b0a35d1 Improve jinja error reporting
Salt execution functions routinely raise SaltInvocationError and
CommandExecutionError exceptions. This commit catches them in the jinja
renderer and provides a nicely-formatted error message, preventing the
traceback from being in the render error that is printed to the CLI.
2014-05-12 22:37:25 -05:00
Joseph Hall
2bd5735438 Merge pull request #12723 from gtmanfred/develop
Fixes #12719
2014-05-12 21:12:44 -06:00
Daniel Wallace
02e0c1df9a Return dict if networkid doesn't exist when attaching 2014-05-12 21:50:55 -05:00
Daniel Wallace
e7cec4c00d Fixes #12719 2014-05-12 21:45:14 -05:00