Commit Graph

19779 Commits

Author SHA1 Message Date
Pedro Algarvio
200fa5d976 Update the Transifex translations sources. 2013-11-02 19:49:40 +00:00
Seth House
6725558738 Move image out of the theme folder to quiet sphinx warning 2013-11-02 11:54:37 -06:00
Joseph Hall
1b10464e3f Merge pull request #8229 from techhat/typo
Typo fixes
2013-11-01 21:16:51 -07:00
Joseph Hall
354cb4bb47 Updating capitalization 2013-11-01 22:14:39 -06:00
Joseph Hall
d1bc681332 Typo fix 2013-11-01 22:12:59 -06:00
Erik Johnson
759969985c Improve documentation regarding nested dict YAML indentation 2013-11-01 23:02:29 -05:00
Erik Johnson
686d475b26 Merge pull request #8228 from sijis/docs_modules_rpm
fixed typo in rpm module documentation
2013-11-01 20:26:55 -07:00
Sijis Aviles
b9a2e45b6d fixed typo in rpm module documentation 2013-11-01 21:40:42 -05:00
Thomas S Hatch
b0df9881db Add initial hooks to pass config values to individual minion executions
This starts with setting the root_dir to be running under the
tmp code directory. This completely isolates all filesystem calls to the
tmp code directory.
2013-11-01 18:08:40 -06:00
Thomas S Hatch
c44f47e2ea Add functions to wheel api for auto key generation and acceptance
This allows for the api to call for keys to be generated cleanly
and accepted. This should make integrating salt with provisioning
tools much easier
2013-11-01 18:08:40 -06:00
Pedro Algarvio
fc8887337d Merge pull request #8223 from cachedout/silence-postgres-pylint
Silence Pylint warning.
2013-11-01 14:49:16 -07:00
Mike Place
31ee0706ef Silence Pylint warning. 2013-11-01 15:46:59 -06:00
Colton Myers
c28f3e328e Make ambiguous or unknown includes failhard always 2013-11-01 15:45:56 -06:00
C. R. Oldham
b72aebe725 Complete support for restricting scheduled process running. 2013-11-01 15:32:26 -06:00
C. R. Oldham
a9977976b2 Correct typo. 2013-11-01 15:09:27 -06:00
Mike Place
7ae51795a1 Modify system shutdown command.
New flag to shutdown at a given time. Refs #7833.
2013-11-01 15:00:21 -06:00
C. R. Oldham
4e0f8e7c7f Complete support for restricting scheduled process running. 2013-11-01 14:48:02 -06:00
Colton Myers
d14aa584e6 Merge pull request #8220 from cachedout/warn-on-reap
Skip malformed files during reaping. We can just as easily catch them th...
2013-11-01 13:13:21 -07:00
Colton Myers
8d9f71bd49 Merge pull request #8219 from cachedout/#7755
#7755 More aggressive re-try logic
2013-11-01 13:12:45 -07:00
Mike Place
d78afd7ea0 Skip malformed files during reaping. We can just as easily catch them the next time. 2013-11-01 13:41:16 -06:00
Mike Place
2f76cf23b2 Import logging. 2013-11-01 12:42:12 -06:00
Mike Place
d0d7155b5b More aggressive exception handling and retry logic. Refs #7755. 2013-11-01 12:33:40 -06:00
Seth House
5abe667471 Updated downloads URL for Windows binaries 2013-11-01 12:26:10 -06:00
Mike Place
e81a2e2003 Kill more debugging. 2013-11-01 12:06:40 -06:00
Mike Place
3c1f194aa9 Remove final bit of debugging. 2013-11-01 12:05:56 -06:00
Mike Place
c649946707 Use augmented assignment. 2013-11-01 12:04:33 -06:00
Mike Place
de4deec97c Remove duplicate. 2013-11-01 11:59:18 -06:00
Mike Place
14e69bb8f1 Remove debugging. 2013-11-01 11:58:54 -06:00
Mike Place
ecbe75593c Don't depend on string variable when logging a debug message. (This may be an indicator of a bug elsewhere.) 2013-11-01 11:57:52 -06:00
Mike Place
7bbb323310 Wasn't properly converting to the Salt-style dot-notation for directory separation. Also correctly strips the init file name. 2013-11-01 11:53:47 -06:00
Joseph Hall
825f393751 Merge pull request #8214 from UtahDave/develop
Make sure we're getting a dict
2013-11-01 10:50:35 -07:00
David Boucha
eaf6e71346 Make sure we're getting a dict 2013-11-01 11:33:22 -06:00
Mike Place
243eaebd4e Log the periodic mtime map refreshes. 2013-11-01 10:20:18 -06:00
Mike Place
ad98ed11ad A minion with locally defined fileroots may also deep-recurse. Allow the minion to limit this behavior through a configuration option. 2013-11-01 09:19:30 -06:00
Seth House
d46e36e510 Switch 0.15.1 release notes back to unix line endings
Line endings got switched in 2f869f8. Fixes #8204
2013-11-01 08:45:15 -06:00
Joseph Hall
118d6d27ff Merge pull request #8209 from holmboe/doc-whitelist-firewall
Revert the section title change
2013-11-01 07:28:48 -07:00
Joseph Hall
820601bc6b Merge pull request #8208 from holmboe/doc-whitelist-firewall
Document setting a whitelist firewall ruleset on the Master
2013-11-01 07:18:49 -07:00
Henrik Holmboe
03de075957 Revert the section title change 2013-11-01 15:18:29 +01:00
Thomas S Hatch
629e5e36b2 Merge pull request #8206 from pyinx/patch-2
fix function: leaks,serverinfo
2013-11-01 07:10:07 -07:00
Henrik Holmboe
8941b37eaf Document setting a whitelist firewall ruleset on the Master 2013-11-01 14:56:25 +01:00
pyinx
b38e682ac2 fix function: leaks,serverinfo
#salt 'web-87' tomcat.leaks
web-87:
    F
    a
    i
    l
    e
    d
     
    t
    o
     
    c
    r
    e
    a
    t
    e
     
    H
    T
    T
    P
     
    r
    e
    q
    u
    e
    s
    t

#salt 'web-87' tomcat.serverinfo
web-87:
    ----------
    error:
        F
2013-11-01 16:16:27 +08:00
Thomas S Hatch
1aa4044a8a more tabs! 2013-10-31 22:11:55 -06:00
Thomas S Hatch
f39a26a2d1 Merge pull request #8203 from terminalmage/issue8201
Workaround bug in yum python API
2013-10-31 21:03:04 -07:00
Thomas S Hatch
88c3cb3d6d Merge pull request #8197 from s0undt3ch/develop
Moved test cases from #8195 to a better place.
2013-10-31 21:02:05 -07:00
Erik Johnson
11ee417289 Workaround bug in yum python API
This works around a bug in the yum python API where removal of packages
that are required by other packages results in the removal of those
packages as well, and does not raise an exception when errors are
encountered during the transaction test, causing all packages to be
removed.

This commit manually performs the transaction test, and raises an
exception if any errors are found. It also adds a try/except to the
pkg.removed and pkg.purged states which catches the exception and
gracefully returns False without a traceback.

See https://github.com/saltstack/salt/issues/8201 for more information.
2013-10-31 18:23:06 -05:00
Mike Place
2807b9412e PEP8 and correct opts dict. 2013-10-31 17:19:06 -06:00
Mike Place
459feb70f3 Provide a configuration switch to enable limited directory traversal. 2013-10-31 17:07:02 -06:00
C. R. Oldham
5c0ff99322 Merge pull request #8202 from cro/fix-4410-again
Back out earlier fix.
2013-10-31 16:06:48 -07:00
C. R. Oldham
8e53d5ff80 Back out earlier fix. 2013-10-31 17:04:58 -06:00
Mike Place
562bed8fec Modify list_states to accept an option to perform a top-down search and to cease traversal after encountering a directory without a SLS file present. 2013-10-31 15:53:11 -06:00