Daniel Hobley
|
a4f4e52687
|
Added xattr module and state for OS X
- Allows you to add and remove special attributes to/from files
|
2016-01-29 15:01:40 +01:00 |
|
rallytime
|
4fa80f2d5e
|
Merge branch '2015.8' into 'develop'
Conflicts:
- doc/ref/states/all/index.rst
- salt/cloud/__init__.py
- salt/minion.py
- salt/modules/file.py
- salt/modules/guestfs.py
- salt/modules/ipmi.py
- salt/modules/osquery.py
- salt/modules/parted.py
- salt/modules/seed.py
- salt/modules/virt.py
- salt/modules/yumpkg.py
- salt/modules/zypper.py
- salt/states/boto_elb.py
- salt/states/pkg.py
|
2016-01-26 16:19:39 -07:00 |
|
Colton Myers
|
5bc11d7539
|
Merge pull request #30631 from rallytime/fix-7811
Refactor rabbitmq_cluster states to use test=true functionality correctly
|
2016-01-26 09:23:49 -07:00 |
|
rallytime
|
bf9ffded6d
|
Refactor rabbitmq_cluster states to use test=true functionality correctly
Fixes #7811
|
2016-01-25 16:47:54 -07:00 |
|
Colton Myers
|
94bf7790cf
|
Merge pull request #30567 from rallytime/fix-25363
Make sure rabbitmq_vhost states are using test=true properly.
|
2016-01-25 16:19:45 -07:00 |
|
rallytime
|
1e8e86007c
|
Refactor rabbitmq_policy states to use test=true functionality correctly
Fixes #25658
|
2016-01-25 15:21:19 -07:00 |
|
rallytime
|
3f8b905642
|
Fix test failures
|
2016-01-25 12:08:30 -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 |
|
Andrew Colin Kissa
|
82a966b1f4
|
Add postgres_initdb state module tests
|
2016-01-22 12:16:51 +02: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 |
|
Kris Raney
|
14f7bf693b
|
Pylint fixes
|
2016-01-21 11:37:43 -06:00 |
|
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 |
|
Mike Place
|
7b88d721a5
|
Merge pull request #30368 from lyft/boto_dynamodb
Update boto_dynamodb module and state
|
2016-01-20 11:23:15 -07:00 |
|
Zack Hsi
|
fbff36df36
|
Fix unit test
|
2016-01-19 16:06:07 -08:00 |
|
rallytime
|
39b49621ad
|
Merge branch '2015.8' into 'develop'
Conflicts:
- salt/beacons/service.py
- salt/cloud/clouds/vmware.py
- salt/modules/file.py
- salt/modules/ipset.py
- salt/modules/npm.py
- salt/modules/rpm.py
- salt/states/file.py
- salt/utils/event.py
- salt/utils/schedule.py
- tests/unit/modules/state_test.py
|
2016-01-14 13:33:53 -07:00 |
|
Mike Place
|
09b144aa98
|
Merge pull request #30327 from kraney/boto_cloudtrail
Support for AWS CloudTrail
|
2016-01-13 13:18:06 -07:00 |
|
Mike Place
|
10b5728f84
|
Merge pull request #30308 from rallytime/bp-30257
Back-port #30257 to 2015.8
|
2016-01-13 12:20:13 -07:00 |
|
Mike Place
|
dcfba51556
|
Lint
|
2016-01-13 10:42:03 -07:00 |
|
Mike Place
|
b9921128af
|
Kill pointless tests
|
2016-01-13 10:15:26 -07:00 |
|
Mike Place
|
63c157d0a3
|
Fix test_managed
|
2016-01-13 09:54:33 -07:00 |
|
Kris Raney
|
d30212f180
|
Add tag support to boto_cloudtrail
|
2016-01-13 10:13:05 -06:00 |
|
abednarik
|
deeeb71dda
|
Add test in npm state.
Updated nmp module to append --dry-run when executing nmp state in test mode.
Fixes #30250.
|
2016-01-12 14:30:32 -07:00 |
|
Kris Raney
|
6fa7c84ec2
|
Initial cloud trail state support
|
2016-01-12 15:20:24 -06:00 |
|
Jacob Hammons
|
53d17f1f85
|
Changed examples to use the "example.com" domain instead of "mycompany.com" or "company.com"
|
2016-01-12 13:37:09 -07:00 |
|
abednarik
|
128ded881f
|
Add test in npm state.
Updated nmp module to append --dry-run when executing nmp state in test mode.
Fixes #30250.
|
2016-01-11 17:05:12 -03:00 |
|
Mike Place
|
9ef4bb3b46
|
Merge pull request #30132 from akissa/add-support-for-custom-augeas-lense-paths
Add support for augeas loading of non stock lenses
|
2016-01-04 13:36:07 -07:00 |
|
Mike Place
|
fff6bf1970
|
Merge pull request #30041 from kraney/boto_iot
Support for AWS IoT
|
2016-01-04 13:04:06 -07:00 |
|
Andrew Colin Kissa
|
a8fe0df0ac
|
Add support for augeas loading of non stock lenses
Fixes #30131
Pylint cleanup
Updated tests
|
2016-01-04 14:48:44 +02:00 |
|
Andrew Colin Kissa
|
a3e786a03e
|
add check_password execution module function
fix rabbitmq_user.present is not idempotent
Fixes #30119
|
2016-01-01 22:49:13 +02:00 |
|
Kris Raney
|
86568c9e4f
|
Another pylint error
|
2015-12-31 14:30:01 -06:00 |
|
Kris Raney
|
08987a1698
|
Fix new lint warning
|
2015-12-30 22:43:38 -06:00 |
|
Kris Raney
|
26ded33d79
|
Reproduced the no-boto problem and fixed it.
|
2015-12-30 22:08:35 -06:00 |
|
Mike Place
|
e915f4b591
|
Merge pull request #30053 from akissa/add-postgres-privileges-support
Add postgres privileges support
|
2015-12-29 09:50:44 -07:00 |
|
Andrew Colin Kissa
|
7be5eebfc7
|
add postgres_privileges state module tests
|
2015-12-29 12:57:21 +02:00 |
|
Kris Raney
|
3dea1a3589
|
Sometimes 'no whitespace after comma' actually means 'no whitespace after _colon_'.
|
2015-12-28 15:14:27 -06:00 |
|
Kris Raney
|
2fe5d8fbb4
|
Fix pylint errors
|
2015-12-28 14:46:43 -06:00 |
|
Kris Raney
|
85d59865a6
|
Merge branch 'develop' into boto_iot
|
2015-12-28 13:45:35 -06:00 |
|
Andreas Lutro
|
ca290ec3e1
|
change how alternatives states check for installed
|
2015-12-28 12:31:19 -07:00 |
|
Andrew Colin Kissa
|
2e836a3f75
|
postgres_privileges skeleton
|
2015-12-27 12:01:20 +02:00 |
|
Andreas Lutro
|
4c9d893f98
|
change how alternatives states check for installed
|
2015-12-26 22:48:29 +01:00 |
|
Kris Raney
|
bd6cda504e
|
boto_iot state unit tests.
|
2015-12-23 16:54:29 -06:00 |
|
Mike Place
|
23bffbb623
|
Merge pull request #29875 from akissa/add-postgres_language-state
Add PostgreSQL Language management functionality
|
2015-12-21 10:39:46 -07:00 |
|
Andrew Colin Kissa
|
f921a88a30
|
lint
|
2015-12-20 20:41:40 +02:00 |
|
Andrew Colin Kissa
|
a826720371
|
Add PostgreSQL Language management functionality
Fixes #29874
|
2015-12-20 09:37:41 +02:00 |
|
Andrew Colin Kissa
|
98593a94d5
|
fix various bugs in augeas modules
Fixes #29842
|
2015-12-18 23:01:44 +02:00 |
|
lburg
|
6d1ab2ece0
|
states.timezone: Fix 'desrired' typo
|
2015-12-18 13:54:04 +01:00 |
|
Mike Place
|
d19827fd3a
|
Disable some boto tests per resolution of moto issue
Pending resolution of https://github.com/spulec/moto/issues/493
|
2015-12-15 14:59:14 -07:00 |
|
Mike Place
|
a2b1f41f49
|
Disable some boto tests per resolution of moto issue
Pending resolution of https://github.com/spulec/moto/issues/493
|
2015-12-15 14:57:52 -07:00 |
|
Alexandre Garnier
|
f3a2b27671
|
Fix deb_apache states methods tense
|
2015-12-13 13:58:27 +01:00 |
|