Commit Graph

7359 Commits

Author SHA1 Message Date
Thomas S Hatch
2edfd67819 Merge pull request #2357 from romeotheriault/develop
updated solaris installation docs
2012-10-25 23:17:27 -07:00
Romeo Theriault
3694483bbe updated solaris installation docs 2012-10-25 20:13:10 -10:00
Thomas S Hatch
f339d5019e Add initial pure api for the key system 2012-10-25 23:47:07 -06:00
Thomas S Hatch
bf3051d7df Add salt.loader.wheels function 2012-10-25 21:18:32 -06:00
Thomas S Hatch
ad46f3a695 import salt.wheel in the master 2012-10-25 20:38:20 -06:00
Thomas S Hatch
eb8d106685 remove unused opts 2012-10-25 18:59:40 -06:00
Thomas S Hatch
a58d9ced4b update wheel use in the master for the class based approach 2012-10-25 17:49:13 -06:00
Thomas S Hatch
36175303fc Gonna use a class for the wheel system 2012-10-25 17:45:17 -06:00
Thomas S Hatch
2d8504c51b Add wheel to the clear_funcs on the master 2012-10-25 17:34:52 -06:00
Thomas S Hatch
1da2d8afb5 Abstract the module and the function 2012-10-25 17:34:52 -06:00
Thomas S Hatch
1b17c46690 Merge pull request #2356 from Ivoz/systemd
Systemd generalization
2012-10-25 16:06:29 -07:00
Ivoz
f321100507 Add service files for ArchLinux.
Note Arch's primary init system is now systemd, although init.d is still
supported and used by some. The PKGBUILD[-git] will probably want to be
changed to incorporate this commit's effects.
2012-10-26 09:54:08 +11:00
Ivoz
63352e6fa4 Change systemd-started services to be daemonized 2012-10-26 09:51:41 +11:00
Ivoz
0a071e479c Move systemd service files to a separate directory
Since service files might be used by many distros (arch, rpm-based,
gentoo, mindriva, mageia) I think it would be useful to symlink to
standard ones (and copy and edit them if differences are needed).
2012-10-26 09:45:33 +11:00
Thomas S Hatch
27c2a9dbde Add wheel module system 2012-10-25 16:41:47 -06:00
Thomas S Hatch
ff5b86facc Change name to wheel_check 2012-10-25 16:41:47 -06:00
Thomas S Hatch
d937feae98 Add spec check to validate special permissions 2012-10-25 16:41:47 -06:00
Claus Albøge
fed5101a86 Updated info about bootstrap script 2012-10-26 00:18:22 +02:00
Claus Albøge
e7d18d188b Added info about bootstrap script 2012-10-26 00:03:27 +02:00
Seth House
e55262f60a Added a documentation anchor for the master/minion config 2012-10-25 15:31:38 -06:00
Seth House
3f08841b32 Added runners API docs to main TOC 2012-10-25 14:36:02 -06:00
Seth House
c6f7337ecd A bevy of line-length adjustments and misc rST fixes 2012-10-25 14:36:02 -06:00
Seth House
dec0a1e03d Fixed contents entry for tops modules 2012-10-25 14:36:02 -06:00
Seth House
6db5a8f94b Added / updated module docs 2012-10-25 14:36:02 -06:00
Seth House
f48a0d9da5 Mocked rabbitmq_server 2012-10-25 14:36:02 -06:00
Thomas S Hatch
62c92524fb Merge pull request #2354 from seanchannel/develop
cleanup ubuntu install
2012-10-25 13:07:26 -07:00
Sean Channel
df550e83dc may as well do it here too 2012-10-25 12:29:10 -07:00
Sean Channel
671665eb24 separate actuall install commands 2012-10-25 12:27:12 -07:00
Sean Channel
c280d67945 cleanup ubuntu install 2012-10-25 12:09:07 -07:00
Joseph Hall
b73b44518d Merge pull request #2350 from gcw/develop
another minor typo correction
2012-10-25 10:31:51 -07:00
G. Clifford Williams
5886991459 another minor typo correction 2012-10-25 12:26:52 -05:00
Thomas S Hatch
fd75bd3f38 Add a restorecon if the bin is available when moving files into place 2012-10-25 11:26:15 -06:00
Thomas S Hatch
259dbb85fb Merge pull request #2349 from gcw/develop
minor typo correction
2012-10-25 10:22:11 -07:00
G. Clifford Williams
6b0ea10b7e minor typo correction 2012-10-25 12:19:35 -05:00
Thomas S Hatch
a3351e6187 Add strip_clean function to highstate outputter 2012-10-25 10:48:15 -06:00
Thomas S Hatch
f05677681f Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-25 10:19:58 -06:00
Thomas S Hatch
4a159aed79 Add pprint import 2012-10-25 10:19:09 -06:00
Thomas S Hatch
87d155e944 fix translation of the test output system 2012-10-24 23:08:57 -06:00
Thomas S Hatch
1fa5129b90 Fix tests wrt output updates 2012-10-24 22:55:18 -06:00
Thomas S Hatch
eab3602e37 Bypass issue with None types in outputters 2012-10-24 22:54:47 -06:00
Thomas S Hatch
b0d2e54538 handle None passed into outputter 2012-10-24 21:55:08 -06:00
Thomas S Hatch
0c60434dc5 Handle output passthrou from the cli 2012-10-24 21:27:05 -06:00
Thomas S Hatch
df5050eaaf Gather everything under the tests 2012-10-24 20:59:33 -06:00
Thomas S Hatch
838b78c68d Always return a valid function 2012-10-24 19:36:35 -06:00
Thomas S Hatch
fce156a324 Merge pull request #2346 from anttix/recurse
Use file.managed as a backend of file.recurse. Fixes #1583
2012-10-24 17:27:45 -07:00
Thomas S Hatch
ba3b611e0b Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-24 18:21:09 -06:00
Thomas S Hatch
9afa5b8b2f Fix issue where interfaces pass in _out 2012-10-24 18:20:46 -06:00
Antti Andreimann
7085edf590 Use file.managed as a backend of file.recurse. Fixes #1583
Rewrite file.recurse state module to leverage existing file.managed and file.directory
modules to do the heavy lifting. This removes code duplication and will make
templates available for file.recurse.

These improvements will be visible to the end-user:
- All files in directory can now be templatized
- destination directory is no longer created in test mode
- When clean mode is enabled, the module is capable of replacing
  existing files with directories and vice versa
2012-10-24 17:15:29 -07:00
Seth House
009930cc66 Restore __version_info__ 2012-10-24 18:10:12 -06:00
Thomas S Hatch
534bbb0488 Merge pull request #2345 from whiteinge/salt-versiongit
Use Git revision information for __version__ if possible
2012-10-24 17:01:10 -07:00