Commit Graph

62100 Commits

Author SHA1 Message Date
Mike Place
a6f3188218 Merge pull request #29060 from cachedout/log_pack
Pack log handlers with grains and mods
2015-11-20 08:50:59 -07:00
Mike Place
30d0e7a0c2 Merge pull request #29008 from k00mi/develop
Make systemd service state less slow
2015-11-19 14:54:48 -07:00
Mike Place
040d89e0ad Merge pull request #29051 from pass-by-value/manage_salt_proxy
Manage salt proxy
2015-11-19 14:54:02 -07:00
Mike Place
601d9b7389 Remove unused import 2015-11-19 14:51:47 -07:00
Lukas Braun
ad256b9a89 Merge pull request #1 from jfindlay/dtest
systemd module: new unit test for available
2015-11-19 21:59:00 +01:00
Justin Findlay
9a4959a42b systemd module: new unit test for available 2015-11-19 13:29:08 -07:00
Mike Place
c7e3670324 Merge pull request #29058 from TronPaul/requests-connection-error
ConnectTimeout does not exist in all requests>=1.0.0
2015-11-19 13:16:53 -07:00
Mike Place
b5a92a5fc3 Pack log handlers with grains and mods
Refs #28999
2015-11-19 13:07:30 -07:00
Mike Place
645f687b54 Merge pull request #29055 from cachedout/style_variable_length
Add section to style guide
2015-11-19 12:59:46 -07:00
Mike Place
e2959aab45 Merge pull request #29053 from kevinlondon/patch-1
Update rabbitmq_user.py
2015-11-19 12:35:08 -07:00
Aditya Kulkarni
a9f70d53ab Change to salt.utils.fopen 2015-11-19 14:34:32 -05:00
Mark McGuire
2787ba0b61 ConnectTimeout does not exist in all requests>=1.0.0 2015-11-19 13:30:33 -06:00
Mike Place
2bdb67edfd Merge pull request #29019 from Ch3LL/develop
Clarify pillar top file requirement for git external pillars
2015-11-19 12:28:48 -07:00
Mike Place
b8666a8598 Merge pull request #29022 from sjorge/state-smartos-regression2
state smartos - fixes from dogfooding
2015-11-19 12:11:04 -07:00
Mike Place
2ce85f3dd4 Merge pull request #29045 from RealKelsar/develop
Gentoo new package installation
2015-11-19 12:03:49 -07:00
Mike Place
3a7e5a105b Add section to style guide
A brief discussion of variable naming standards in Salt.
2015-11-19 12:01:18 -07:00
Kevin London
66bdfbfeba Update rabbitmq_user.py
Corrected spacing to make it clear that the permissions were a level below the vhost name.
2015-11-19 10:44:08 -08:00
Aditya Kulkarni
df5e127c06 Add absolute import 2015-11-19 13:36:28 -05:00
Aditya Kulkarni
451c62cfdf Add pylint disable 2015-11-19 13:33:05 -05:00
Mike Place
d6bbd5bb6b Merge pull request #29037 from eliasp/patch-3
Typo (FulLControl → FullControl)
2015-11-19 11:17:34 -07:00
Ch3LL
5df6674e8e remove whitespace 2015-11-19 11:02:57 -07:00
Aditya Kulkarni
4a3c8cc399 Add doc and test support 2015-11-19 12:51:45 -05:00
Tetja Rediske
0ec3a7814e We can't query installed use flags for a non installed pkg 2015-11-19 16:39:02 +01:00
Tetja Rediske
27f79dc073 The quoting will lead to false atoms, since emerge isn't called through a shell 2015-11-19 16:29:46 +01:00
Jorge Schrauwen
83ac6573be Fixed "updates to disks are only allowed when state is stopped, currently: running (running)" when kvm_reboot is true 2015-11-19 11:03:15 +00:00
Jorge Schrauwen
b9718a3ba5 fix some more weird edge cases 2015-11-19 09:42:51 +00:00
Elias Probst
ab1b84545b Typo (FulLControl → FullControl) 2015-11-19 07:55:32 +01:00
Mike Place
83e50d2515 Merge pull request #28906 from TronPaul/configparser-serializer
Configparser serializer
2015-11-18 19:42:52 -07:00
jacobhammons
296a5708cc Merge pull request #29026 from jacobhammons/develop
doc for salt.states.smartos
2015-11-18 18:03:15 -07:00
Jacob Hammons
3dbe390a44 Formatting updates to salt.states.smartos 2015-11-18 17:36:00 -07:00
Jacob Hammons
b344ebfe4a doc for salt.states.smartos 2015-11-18 17:21:57 -07:00
Mark McGuire
7e0ff2d0d1 add space for linter 2015-11-18 16:20:38 -06:00
Lukas Braun
9b570db80c systemd.py: Use available() in _untracked_custom_unit_found() 2015-11-18 22:38:52 +01:00
Lukas Braun
17b4538567 systemd.py: Speed up available()
Instead of gathering and iterating over all known units we can just ask
systemd about a given unit to check if it's available.
2015-11-18 22:38:31 +01:00
Jorge Schrauwen
10c253534c some bugs squashed after a few days of actual use 2015-11-18 21:28:48 +00:00
Aditya Kulkarni
57f56ef190 Quote proxyname 2015-11-18 15:46:44 -05:00
Mark McGuire
805a7c7ebd add linter arg 2015-11-18 14:07:01 -06:00
Ch3LL
ad50217708 clarify pillar top file requirement for git external pillars 2015-11-18 12:42:07 -07:00
Mike Place
b1b6c8d416 Merge pull request #28958 from jfindlay/gecos_comma
user.present state: rework to use six.string_types
2015-11-18 12:38:34 -07:00
Aditya Kulkarni
1f6ec23e92 Add state function 2015-11-18 14:35:56 -05:00
Mike Place
be6081999a Merge pull request #29016 from cachedout/serializers_lint
Adding new dunders to pylintrcs
2015-11-18 12:35:04 -07:00
Mike Place
7e540e2c35 Adding new dunders to pylintrcs
Make __serializers__ known to pylint. Refs #28926 and #28906
2015-11-18 11:39:23 -07:00
Mike Place
b386bfa59d Merge pull request #28952 from rominf/hg_status_multiple_repos
[modules/hg] hg.status: multiple repositories
2015-11-18 11:35:29 -07:00
Aditya Kulkarni
e2cf9e48a0 Add function to write conf file 2015-11-18 13:22:32 -05:00
Mike Place
b9118f6446 Merge pull request #28962 from quantonganh/boto-ec2-network
Boto ec2 network
2015-11-18 11:20:19 -07:00
Mike Place
8afb0dfa9a Merge pull request #28988 from anitakrueger/postgres-cluster-absent-stop
Stop postgres cluster by default when trying to remove it via postgres_cluster.absent
2015-11-18 11:16:28 -07:00
Mike Place
246fa4160e Merge pull request #29013 from mscherer/add_check_yumrepo
Verify that there is no conflict of keyword
2015-11-18 11:04:27 -07:00
Colton Myers
0456527fc1 Merge pull request #29006 from fcrozat/develop
Fix deployment when umask is non-standard. Fixes #29005
2015-11-18 11:04:16 -07:00
Mike Place
a9624a3dda Merge pull request #28992 from notpeter/brewfix
Homebrew oneliner fix.
2015-11-18 11:01:10 -07:00
Mike Place
4eb5ac420c Merge pull request #28980 from kraney/kraney-patch-1
Allow custom protocols in boto_secgroup state
2015-11-18 10:59:51 -07:00