Pedro Algarvio
e1f169ae76
Fix PyLint C0103 on salt.modules.file
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
6cdcfda137
Fix PyLint C0103 on salt.modules.debconfmod
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
b6cceee8df
Fix PyLint C0103 on salt.modules.apache
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
a4975d2083
Fix PyLint C0103 on salt.auth.ldap
and also .format()
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
0add41f11e
Fix PyLint C0103 on salt.fileclient
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
79b10027c4
Fix PyLint C0103 on salt.loader
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
a8f2e4e4dc
Fix PyLint C0103 on salt.master
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
a002efc4c9
Fix PyLint C0103 on salt.minion
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
196578dcb7
Fix PyLint C0103 on salt.crypt
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
2bdce52fb4
Fix PyLint C0103 on salt.config
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
d3c554d3b2
Fix PyLint C0103 on salt.client
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
cd8961c1b2
Fix PyLint C0103 on salt._compat
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
b1e657844f
Fix PyLint C0103 on salt.log
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
b6a858fbbf
Fix PyLint C0103 on salt.payload
. Refs #1775 .
2012-12-28 15:51:12 +00:00
Pedro Algarvio
959f225f59
Fix PyLint C0103 on salt.template
. Refs #1775 .
2012-12-28 15:51:11 +00:00
Pedro Algarvio
ffb96a5850
Fix PyLint C0103 on salt.state
. Refs #1775 .
2012-12-28 15:51:11 +00:00
Pedro Algarvio
9804bad02d
Fix PyLint C0103 on salt.version
. Refs #1775 .
2012-12-28 15:51:11 +00:00
Pedro Algarvio
2c97616ee0
Switch __grains__['os']
check with salt.utils.is_windows()
2012-12-28 15:51:11 +00:00
Pedro Algarvio
d6dec7e125
Switch open()
with salt.utils.fopen()
.
2012-12-28 15:49:13 +00:00
shadowfax-chc
64277ab008
Return the retcode from revdep-rebuild in gentoolkit module
2012-12-28 10:46:38 -05:00
shadowfax-chc
257e953c7b
Added new module, gentoolkit for running gentoolkit applications.
...
Added basic revdep-rebuild function to gentoolkit module
2012-12-28 10:09:38 -05:00
Tor Hveem
1daff31977
Use peristant migrate, support qemu+ssh target
2012-12-28 14:51:31 +01:00
Pedro Algarvio
66e3bea992
Add __context__
to .pylintrc
2012-12-28 13:35:29 +00:00
Pedro Algarvio
eaa4f68567
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-12-28 10:56:06 +00:00
Pedro Algarvio
caea4625f7
Add log
to .pylintrc
good names setting. Refs #1775 .
2012-12-28 10:54:28 +00:00
Thomas S Hatch
b048d5640b
Merge pull request #3053 from shadowfax-chc/develop
...
ebuild depclean function
2012-12-27 22:35:06 -08:00
Thomas S Hatch
a1a6d4abe5
INitial feature commit for git backend
...
This adds a git fileserver backend, a few of the capabilities still
need to be hooked in, and some threading issues need to be adressed
but other than that this should be ready for testing
2012-12-27 23:27:25 -07:00
Thomas S Hatch
7420579e15
Merge pull request #3057 from archtaku/docs
...
Remove sentence from development virtualenv docs
2012-12-27 21:56:58 -08:00
Erik Johnson
70f14c6c0f
Remove sentence from development virtualenv docs
...
Per https://github.com/saltstack/salt/pull/3042#issuecomment-11715005
2012-12-27 23:32:48 -06:00
Thomas S Hatch
ed47093056
Merge pull request #3056 from techhat/smtp_return
...
Add SMTP returner
2012-12-27 21:29:57 -08:00
Joseph Hall
703a94b135
Add SMTP returner
2012-12-27 22:10:32 -07:00
shadowfax-chc
e58368ab5c
Updated ebuild purge to call depclean after remove
2012-12-27 23:36:58 -05:00
shadowfax-chc
f20c5fc3a6
Corrected doc for depclean
2012-12-27 23:32:31 -05:00
Jeff Schroeder
05f9987d57
Fixing a few non-salt functions which where showing up in the autodoc
...
These were showing up as state module functions:
- yaml_load
- YamlCustomLoader
2012-12-27 21:44:10 -06:00
Thomas S Hatch
843e01a7f4
Merge pull request #3054 from tchap/print-batch-results
...
Fix the batch mode not printing the results
2012-12-27 19:27:30 -08:00
Thomas S Hatch
7b2b28e366
Merge pull request #3055 from techhat/iptables
...
Add the ability to save rules to disk
2012-12-27 19:26:28 -08:00
Joseph Hall
95f9a35e1a
Add the ability to save rules to disk
2012-12-27 20:19:19 -07:00
Ondrej Kupka
073e34a77f
Fix the batch mode not printing the output
2012-12-28 03:19:57 +01:00
Thomas S Hatch
54a98ed14d
Merge pull request #3052 from torhve/virt-fixes
...
Support block devices in virt.get_disks
2012-12-27 17:14:08 -08:00
Thomas S Hatch
8b5841be61
Starting work on git fileserver backend
2012-12-27 18:12:16 -07:00
Tor Hveem
84fc505937
Support block devices in virt.get_disks
2012-12-28 02:10:21 +01:00
shadowfax-chc
39a2470387
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2012-12-27 20:02:30 -05:00
Thomas S Hatch
3499f6589f
Merge pull request #3051 from techhat/facls
...
Finish up FACL support for Linux
2012-12-27 14:31:32 -08:00
Joseph Hall
6e73db7ce7
Add the ability to add/modify facls
2012-12-27 15:26:00 -07:00
Joseph Hall
a7ca7be9f9
Fix docstrings, add delfacl
2012-12-27 15:20:34 -07:00
Thomas S Hatch
fa06e44d4f
Add fileserver_backend option to default config
2012-12-27 14:21:56 -07:00
Thomas S Hatch
39a6f49d8a
Finish modularizing the file server!!
...
This adds support for file server backends to be created in a modular way
and thus opening the way for the file server to function directly
off of a git repository or a database
2012-12-27 14:09:26 -07:00
Thomas S Hatch
741a47ace7
Fix overseen imports in roots file server backend
2012-12-27 14:09:26 -07:00
Thomas S Hatch
13192bbf66
Add fileserver modules to setup.py
2012-12-27 14:09:26 -07:00
Thomas S Hatch
003e87ac93
Add file server hook into AESFuncs object
2012-12-27 14:09:26 -07:00