Kris Raney
4ad20f6217
Not satisfied with the code complexity/ readability/ maintainability, so refactor a bit. Fix a couple bugs in the process. Add unit tests.
2016-01-21 11:28:53 -06:00
Kris Raney
d699df9c3d
Make necessary tweaks so we recognize matching data as actually matching, and don't make an unnecessary change.
2016-01-21 11:28:35 -06:00
Kris Raney
5d4e8109a4
Don't let list order be a factor in comparison
2016-01-21 11:28:35 -06:00
Kris Raney
f65bcf63cc
Make it possible to compare ACLs so they don't get updated unnecessarily
2016-01-21 11:28:35 -06:00
Kris Raney
f12ebac387
Implement s3_bucket state, except for ACL which is asymmetric due to syntactic sugar on input, so it always appears to need a change.
2016-01-21 11:28:35 -06:00
Kris Raney
7ac671f70f
Make TargetGrants optional to match API requirements
2016-01-21 11:28:35 -06:00
Kris Raney
8506753da9
Make tagging input symmetric with tagging output
2016-01-21 11:28:35 -06:00
Kris Raney
917f48d19f
Implement unit tests for boto_s3_bucket module
2016-01-21 11:25:55 -06:00
Kris Raney
5e70784a7a
Add available delete operations
2016-01-18 15:17:13 -06:00
Kris Raney
26b6b9d643
boto_s3_bucket salt module up to all the put operations
2016-01-18 15:06:11 -06:00
Kris Raney
75fa169f4a
Add support for permissions in boto_lambda, in prep for integration with s3_buckets.
2016-01-15 11:51:37 -06:00
Mike Place
09b144aa98
Merge pull request #30327 from kraney/boto_cloudtrail
...
Support for AWS CloudTrail
2016-01-13 13:18:06 -07:00
Kris Raney
82ff6d2499
Missed pylint fixes
2016-01-13 13:38:43 -06:00
Mike Place
fa7af73ebb
Merge pull request #30253 from s0undt3ch/issues/30247-mp-daemonizing
...
When daemonizing allow stopping multiprocessing.
2016-01-13 11:26:56 -07:00
Mike Place
2412887038
Merge pull request #30283 from twangboy/salt-osx-2
...
Fix user.present for Mac OS X
2016-01-13 10:58:59 -07:00
Mike Place
ded14dcead
Merge pull request #30263 from kiorky/mysql
...
fix quoting
2016-01-13 10:48:20 -07:00
Mike Place
48a0cf40bf
Merge pull request #30306 from sjorge/solaris-warn
...
remove annoying warning about dmidecode and lspci on SunOS ...
2016-01-13 10:34:12 -07:00
Mike Place
d7d11ffdaa
Merge pull request #30320 from babilen/ssh-known-hosts-hashing
...
Hash known_hosts after adding new lines
2016-01-13 10:22:35 -07:00
Mike Place
2f5ece4296
Merge pull request #30322 from jirikotlin/develop
...
Fixes after initial usage
2016-01-13 10:21:23 -07:00
Kris Raney
8ab4938f48
Pylint fixes
2016-01-13 11:11:26 -06:00
Nicole Thomas
f10a292b45
Merge pull request #30314 from abednarik/fix_nmp_module_typos
...
Fix typos in nmp module.
2016-01-13 09:35:37 -07:00
Kris Raney
d30212f180
Add tag support to boto_cloudtrail
2016-01-13 10:13:05 -06:00
Jiri Kotlin
5e0b5ecdef
Detecting kernel security upgrades. Usable for users without valid shell. Verbose=False output as an array. False positive zabbix files in /SYSV ignored.
2016-01-13 11:44:47 +00:00
Wolodja Wentland
854834c51b
Hash known_hosts after adding new lines
...
This commit ensures that the known_hosts file is being hashed *after* a
new line is being added.
2016-01-13 11:18:30 +01:00
Mathieu Le Marec - Pasquet
22963e50f8
fix mysql tests
2016-01-13 10:12:53 +01:00
abednarik
46de81ba20
Fix typos in nmp module.
2016-01-12 21:11:25 -03:00
Colton Myers
56a0877098
Merge pull request #30281 from slav0nic/patch-1
...
re #26070 : fix custom grains in salt-ssh
2016-01-12 16:56:21 -07:00
twangboy
d7d6f45558
Added logic for os x in the user state
2016-01-12 14:32:14 -07:00
Kris Raney
6fa7c84ec2
Initial cloud trail state support
2016-01-12 15:20:24 -06:00
Kris Raney
df5119376f
Correct region default when it's not passed as an argument
2016-01-12 15:20:01 -06:00
Kris Raney
549d0b8d8b
Module functionality for support of state module
2016-01-12 15:19:31 -06:00
Nicole Thomas
0b834ec492
Merge pull request #30304 from tkunicki/patch-1
...
add spot_prefix to UserData param
2016-01-12 14:00:35 -07:00
twangboy
ac008bf22d
Fixed _get_account_policy function
2016-01-12 13:56:27 -07:00
Mike Place
a9366f902c
Merge pull request #30257 from abednarik/add_dry_run_in_npm
...
Add test in npm state.
2016-01-12 13:46:58 -07:00
twangboy
928de5d51a
Refactored unix datetime conversion
2016-01-12 13:45:24 -07:00
Mike Place
960e197afd
Merge pull request #30297 from terminalmage/remove-pkg-wait
...
Remove pkg.wait state
2016-01-12 13:38:18 -07:00
Jorge Schrauwen
2a365d0cc5
it's late, but 3rd time is the charm
2016-01-12 20:31:58 +00:00
twangboy
b8e605d55b
Fixed _get_account_policy, del_password
2016-01-12 13:30:54 -07:00
Jorge Schrauwen
58e8afd37f
fix typo
2016-01-12 20:26:08 +00:00
Mike Place
35e926eb2a
Merge pull request #30200 from herlo/develop
...
mkfs doesn't support linux-swap, use mkswap instead
2016-01-12 13:17:56 -07:00
Mike Place
9ba5532e5d
Merge pull request #30201 from serge-p/patch-10
...
adding support for DragonFly BSD
2016-01-12 13:17:11 -07:00
Mike Place
a20534e1a3
Merge pull request #30229 from akissa/fix-rabbitmq-info-leak
...
Prevent rabbitmq password showing up in the logs
2016-01-12 13:09:51 -07:00
Mike Place
7052da261b
Merge pull request #30233 from codehotter/fix_get_node_retry
...
clouds/ec2.py: fix _get_node's ability to retry
2016-01-12 13:06:38 -07:00
Mike Place
78b7a9b053
Merge pull request #30269 from alkivi-sas/add-parameters-for-beacon-service
...
Add parameter emitatstartup to avoid unecessary broadcast
2016-01-12 13:04:04 -07:00
Jorge Schrauwen
fb96740ff6
remove annoying warning about dmidecode/lspci on SunOS by using prtdiag
2016-01-12 20:02:00 +00:00
Mike Place
2121be88e7
Merge pull request #30225 from slav0nic/patch-2
...
fix salt-ssh debug doc
2016-01-12 12:45:28 -07:00
Mike Place
7908086044
Merge pull request #30228 from dmacvicar/dmacvicar_document_schedule_once
...
Document schedule `once` option
2016-01-12 12:42:57 -07:00
Mike Place
1f5c1093fc
Merge pull request #30235 from sjorge/state-zfs
...
salt.states.zfs
2016-01-12 12:39:13 -07:00
Erik Johnson
da1170d8fe
Remove pkg.wait state
...
This was added recently in #29582 , but this sort of functionality has
been replaced wih the ``onchanges`` requisite so it is redundant. This
removes the state.
2016-01-12 13:38:04 -06:00
Erik Johnson
5a716d09a4
Merge pull request #30259 from kiorky/patch3
...
add removed/purged to supported functions
2016-01-12 13:32:59 -06:00