Commit Graph

64718 Commits

Author SHA1 Message Date
twangboy
9280603549 Updated release notes for boron to reflect filename changes 2016-01-25 11:32:57 -07:00
twangboy
3fcf9b4ba8 Fixed some lint 2016-01-22 19:15:29 -07:00
twangboy
306d13a7fa Fixed tests 2016-01-22 17:36:48 -07:00
twangboy
ac74d7ddef renamed brew.py to mac_brew.py 2016-01-22 12:05:42 -07:00
Mike Place
f1845150ff Merge pull request #30543 from sjorge/module-pkgin
fix salt.modules.pkgin on SmartOS (#30497)
2016-01-22 10:26:00 -07:00
Mike Place
a050cebda0 Merge pull request #30544 from kraney/boto_s3_bucket
Always-modify bug in boto_s3_bucket.present
2016-01-22 10:23:01 -07:00
Mike Place
ff80eb4abe Merge pull request #30536 from rrzaripov/fix-sc-output-on-non-us-locale
This commit fixes #30535
2016-01-22 10:20:28 -07:00
Mike Place
f0dbc0f0de Merge pull request #30537 from akissa/add-postgres-init-data-dir
Add postgres init data dir support
2016-01-22 09:42:35 -07:00
Kris Raney
3c6fe2eb17 Always-modify bug in s3_bucket.present when versioning has never been turned on. 2016-01-22 10:37:51 -06:00
Mike Place
d0d01fe9de Merge pull request #30542 from gladiatr72/fix_off-posix_log-level_exceptions
address color log dict lookup exceptions w/ non-posix log level names
2016-01-22 09:29:23 -07:00
Jorge Schrauwen
fe3b0cb022 sprinkle some version changed love 2016-01-22 16:13:05 +00:00
Jorge Schrauwen
b12e02cf94 fix salt.modules.pkgin on SmartOS 2016-01-22 16:08:43 +00:00
Stephen D. Spencer
de4ae26a9c Some 3rd-party modules (e.g. gnupg) define custom log levels that emit
at INFO level and above.  This patch sets the color data lookups to
default to TextFormat('reset') rather than producing a stack trace
every time a log message is generated from an affected module.
2016-01-22 08:24:53 -06:00
Andrew Colin Kissa
806823315e Add postgres_initdb state module documentation 2016-01-22 12:21:03 +02:00
Andrew Colin Kissa
82a966b1f4 Add postgres_initdb state module tests 2016-01-22 12:16:51 +02:00
Andrew Colin Kissa
47a7f7d11c Add postgres_initdb state module 2016-01-22 12:16:28 +02:00
Andrew Colin Kissa
f5aa107583 Add tests for data directory init and existance check 2016-01-22 12:15:45 +02:00
Andrew Colin Kissa
e420c91061 Add postgres data directory init functionality
Add postgres data directory existance check functionality
2016-01-22 12:14:32 +02:00
Renat Zaripov
a79a2c1fa0 This commit fixes #30535 2016-01-22 12:58:48 +03:00
Mike Place
8069863a04 Merge pull request #30523 from twangboy/dsc_boron
DSC Module (Experimental)
2016-01-21 19:33:46 -07:00
Nicole Thomas
01bd1bfd31 Merge pull request #30525 from basepi/merge-forward-develop
Merge forward from 2015.8 to develop
2016-01-21 18:27:02 -07:00
Colton Myers
cb8bf91944 Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
Conflicts:
    doc/ref/configuration/master.rst
    doc/topics/cloud/linode.rst
    salt/cloud/clouds/linode.py
    salt/modules/rh_ip.py
    salt/renderers/pyobjects.py
    salt/states/file.py
2016-01-21 17:42:50 -07:00
twangboy
1717d15d25 Applied suggested fixes 2016-01-21 16:37:20 -07:00
Mike Place
12194b7f1d Merge pull request #30388 from s0undt3ch/features/global-exception-handler
Patch the multiprocessing processes run method to log uncaught exceptions
2016-01-21 16:05:36 -07:00
Mike Place
cdc731b8c5 Merge pull request #30521 from basepi/merge-forward-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
2016-01-21 16:05:03 -07:00
Mike Place
587a03e1d8 Merge pull request #30466 from s0undt3ch/hotfix/stop-deprecating-and-fix-opts-id
Stop the deprecation path started in 0.17 about ext_pillar
2016-01-21 15:58:36 -07:00
Mike Place
72da31159d Merge pull request #30524 from basepi/pillar.exists.27299
Add pillar.file_exists execution module function
2016-01-21 15:56:12 -07:00
Mike Place
019af349af Merge pull request #30485 from jtand/pip_8_update_2015.8
Updated pip_state to work with pip 8.0 on 2015.8
2016-01-21 15:55:38 -07:00
Mike Place
3259fde362 Merge pull request #30494 from isbm/isbm-zypper-nfoinst-bool-fix
Zypper: info_installed — 'errors' flag change to type 'boolean'
2016-01-21 15:55:05 -07:00
Mike Place
359b5267ac Merge pull request #30509 from abednarik/dependencies_doc_update
Updated dependencies documentation.
2016-01-21 15:54:31 -07:00
Mike Place
596892326d Merge pull request #30506 from jacksontj/2015.8
Properly remove newlines after reading the file
2016-01-21 15:53:57 -07:00
Mike Place
15c7aedd46 Merge pull request #30508 from rallytime/linode-clone-fixes
Fix Linode driver cloning functionality
2016-01-21 15:53:36 -07:00
Mike Place
40ba550ffd Merge pull request #30511 from kraney/boto_s3_bucket
Boto s3 bucket state
2016-01-21 15:52:58 -07:00
Mike Place
8275e72438 Merge pull request #30519 from sjorge/module-system
Solaris-like systems should have a differente system module (#30414)
2016-01-21 15:51:09 -07:00
Mike Place
6bcc4e88a4 Merge pull request #30517 from sjorge/runner-asam
fix #30477 (salt.runners.asam)
2016-01-21 15:49:07 -07:00
Mike Place
b66749b2f6 Merge pull request #30510 from andrew-regan/docker-fix
Fix assignment of virtual_subtype for Docker when systemd is used
2016-01-21 15:48:26 -07:00
Mike Place
79528c59c3 Merge pull request #30522 from terminalmage/fix-worktree-tests
Update git.list_worktree tests to reflect new return data
2016-01-21 15:34:20 -07:00
Colton Myers
f22f5ff851 Fix lint 2016-01-21 15:33:15 -07:00
Jorge Schrauwen
0cd1df69c2 forgot to add versionadded 2016-01-21 21:52:02 +00:00
twangboy
6c3047fc55 More descriptive dunder virtual 2016-01-21 14:44:34 -07:00
twangboy
f6b02d5823 Updated docs for apply_config 2016-01-21 14:44:33 -07:00
twangboy
38daa2dc40 renamed function to run_config 2016-01-21 14:44:32 -07:00
twangboy
4531d52464 Documented new functions 2016-01-21 14:44:31 -07:00
twangboy
19f610c580 Added logic to handle both types of config script 2016-01-21 14:44:30 -07:00
twangboy
92f67264db Fixed compile_apply_config 2016-01-21 14:44:30 -07:00
twangboy
b05f91f652 added working directory 2016-01-21 14:44:29 -07:00
twangboy
98a153c94f Fixed warning in dunder virtual 2016-01-21 14:44:28 -07:00
twangboy
4d5c6bec3e Added additional functions for DSC, renamed others 2016-01-21 14:44:27 -07:00
twangboy
4243f5be47 Cache individual file 2016-01-21 14:44:27 -07:00
Colton Myers
3fb61dcda2 Use proper file execution module function 2016-01-21 14:43:24 -07:00