Commit Graph

64733 Commits

Author SHA1 Message Date
twangboy
90f6c5aec5 Added error when On is passed 2016-01-22 15:14:05 -07:00
twangboy
1cf5e58c91 more logic for minutes 2016-01-22 15:09:29 -07:00
twangboy
9182850e6a refactoring, more descripting errors 2016-01-22 15:02:59 -07:00
twangboy
8f58aea473 fixed logic for validating sleep 2016-01-22 14:57:11 -07:00
twangboy
ddabe0a6dc getting logic for unsupported commands 2016-01-22 14:49:02 -07:00
twangboy
01ba85ca01 3rd try 2016-01-22 14:46:34 -07:00
twangboy
be5ae6ecdc try again 2016-01-22 14:44:04 -07:00
twangboy
2ee8868253 Removed erroneous space 2016-01-22 14:40:30 -07:00
twangboy
dcea3e65db Fixed syntax error lower() 2016-01-22 14:33:19 -07:00
twangboy
4aa26a5cff fixed the fix 2016-01-22 14:31:51 -07:00
twangboy
33bd0ac7b3 Fixed refactor 2016-01-22 14:19:00 -07:00
twangboy
bbe235ec90 added handling for unsupported functions 2016-01-22 14:17:02 -07:00
twangboy
e519a8ee2e Added the rest of the functions 2016-01-22 13:57:36 -07:00
twangboy
7064ec8507 Fixed input validation for minutes 2016-01-22 13:17:57 -07:00
twangboy
c8a7120d01 Added individual sleep settings 2016-01-22 13:14:39 -07:00
twangboy
33a62c6231 Added get_sleep and set_sleep 2016-01-22 12:47:15 -07:00
Mike Place
44dea20bf3 Merge pull request #30550 from cachedout/fix_30113
Fixup for Let test=True option work for http.query state #30113
2016-01-22 11:35:31 -07:00
Mike Place
427f6f7cad Fix failing unit test 2016-01-22 10:54:25 -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