Commit Graph

67092 Commits

Author SHA1 Message Date
Andreas Lutro
1f90583ee8 tweak behaviour and add tests for kapacitor 2016-03-09 08:15:58 +01:00
Andreas Lutro
8f1252a586 lint fixes 2016-03-09 08:15:58 +01:00
Andreas Lutro
91d6792883 add kapacitor state and module 2016-03-09 08:15:58 +01:00
C. R. Oldham
b4edf772af Merge pull request #31412 from lomeroe/vmware_add_hw_grains
Vmware ESXi proxy - add hw grains
2016-03-08 08:38:35 -07:00
Mike Place
1fc2b7162f Merge pull request #31646 from Ntr0/develop
Fixes #31645. Replaced pillar.item with pillar.get.
2016-03-07 11:28:34 -07:00
Mike Place
2c629bd2c8 Merge pull request #31695 from adamjkeller/jenkins-plugins
Adding plugin_installed method to jenkins module to determine if a plugin is installed
2016-03-07 11:26:09 -07:00
Mike Place
4e2001d631 Merge pull request #31718 from kraney/boto_lambda
Don't error out on lambda functions with no VPC info
2016-03-07 11:18:42 -07:00
Adam Keller
17612c9366 Adding check_plugin to jenkins module 2016-03-07 07:26:11 -08:00
Kris Raney
73334a19cc Don't error out on lambda functions with no VPC info 2016-03-07 09:05:33 -06:00
Nicole Thomas
bed98d8061 Merge pull request #31677 from miihael/develop
Return correct value for services that must be enabled in Systemd
2016-03-06 10:31:08 -07:00
Mikhael A
828cf0c907 Return correct value for services that must be enabled in Systemd, not in SysV
This fixes situations, when a server switched from SysV to Systemd.
SysV symlinks are still in place and Salt incorrectly determines, that
service is already enabled.

For example:
~$ salt-call --local service.enabled spamassassin
[INFO    ] Executing command 'systemctl is-enabled spamassassin.service'
[INFO    ] Executing command 'runlevel' in directory '/root'
local:
    True

However:

~$ systemctl is-enabled spamassassin.service
disabled

~$ find /etc/rc*.d/ -name
'*spamassassin'
/etc/rc0.d/K02spamassassin
/etc/rc1.d/K02spamassassin
/etc/rc2.d/S02spamassassin
/etc/rc3.d/S02spamassassin
/etc/rc4.d/S02spamassassin
/etc/rc5.d/S02spamassassin
/etc/rc6.d/K02spamassassin
2016-03-06 17:01:07 +03:00
Nicole Thomas
cdac1ce59d Merge pull request #31686 from myii/PR_winrepo_dir_ng_typo
Fix typo in example for section `winrepo_dir_ng`
2016-03-05 09:17:37 -07:00
Nicole Thomas
141f94a310 Merge pull request #31694 from iggy/patch-2
Add private_ips to list_nodes_full for vultrpy.py
2016-03-05 09:03:53 -07:00
Brian Jackson
fa4449dba7 Add private_ips to list_nodes_full for vultrpy.py
Add private_ips to list_nodes_full for vultrpy.py
2016-03-04 18:19:42 -08:00
Nicole Thomas
71f8c7568e Merge pull request #31685 from rallytime/lint-31673
Lint and change version added for #31673
2016-03-04 15:44:09 -07:00
Imran Iqbal
1f0b742052 Fix typo in example for section winrepo_dir_ng 2016-03-04 22:19:25 +00:00
Mike Place
581503aa39 Merge pull request #31654 from alkivi-sas/win-firewall-addition
added hability to use enabled and disabled specific profiles
2016-03-04 15:02:45 -07:00
rallytime
4e88ffe3e4 Lint and change version added for #31673
Merges #31673
2016-03-04 15:02:19 -07:00
Nicole Thomas
e9324b527c Merge pull request #31684 from rallytime/versionadded-rdp
Add versionadded directive to new rdp session functions
2016-03-04 13:47:22 -07:00
rallytime
035b64554f Add versionadded directive to new rdp session functions 2016-03-04 13:03:53 -07:00
Alkivi
e5d9eab93b extra break to match guidelines 2016-03-04 11:03:26 +01:00
Christophe Drevet-Droguet
12db98ea23 grains.get ordered parameter implementation 2016-03-04 09:19:30 +01:00
Nicole Thomas
7e4553e436 Merge pull request #31659 from cachedout/lint_31554
Lint 31554
2016-03-03 13:27:11 -07:00
Mike Place
778519d863 Lint
Closes #31554
2016-03-03 11:52:37 -07:00
Raghu Toppur
7c2923395d fix regex so that entire line in mdadm config will be replaced, not only the matched prefix. Also, the update-initramfs utility is available only on Debian. On RedHat, use dracut. 2016-03-03 11:52:37 -07:00
Mike Place
78c89d22f5 Merge pull request #31637 from kraney/boto_cognitoidentity
pool_absent when the given pool name does not exist should return Tru…
2016-03-03 09:45:34 -07:00
Mike Place
55ca1aaeea Merge pull request #31649 from vtek21/develop
Fix version not passed to pkg.remove module
2016-03-03 09:20:27 -07:00
Mike Place
8664d1201a Merge pull request #31636 from nshalman/pkg-osx
pkg/osx: build_pkg.sh needs to be called not sourced
2016-03-03 09:13:11 -07:00
Alkivi
1b26886ec8 added hability to use enabled and disabled specific profiles 2016-03-03 16:27:16 +01:00
Ferdinant Visser
85022cc43b Fix version not passed to pkg.remove module
In the pkg.py state the version was not passed to the pkg.remove function
preventing the uninstall of a specific version.
2016-03-03 11:38:14 +01:00
root
d638f723fe Fixes #31645. Replaced pillar.item with pillar.get. 2016-03-03 10:19:02 +01:00
Mike Place
bf4b651319 Merge pull request #31633 from rallytime/merge-develop
[develop] Merge forward from 2016.3 to develop
2016-03-02 15:09:36 -07:00
Mike Place
b9eee1f143 Merge pull request #31631 from rallytime/versionadded_boto_apigateway
Added "Carbon" to the versionadded tag in boto_apigateway state
2016-03-02 14:49:26 -07:00
Mike Place
de62ca8578 Merge pull request #31555 from kstreee/saltstack/salt#31534
[saltstack/salt#31534] Resolve data['arg'] type issue. Now rest_tornado can accept not only a list of string type for 'arg', but also a string type data for 'arg'.
2016-03-02 14:49:09 -07:00
Winston Liu
a39d0d4312 pool_absent when the given pool name does not exist should return True instead of False. 2016-03-02 13:30:40 -08:00
Nahum Shalman
08a2863676 pkg/osx: build_pkg.sh needs to be called not sourced
If it's sourced it ignores the command line arguments
and that makes it fail.
2016-03-02 16:01:20 -05:00
rallytime
2ee175c6d3 Merge branch '2016.3' into 'develop'
Conflicts:
  - salt/fileclient.py
  - salt/modules/glusterfs.py
2016-03-02 13:48:11 -07:00
Nicole Thomas
3867af7793 Merge pull request #31623 from rallytime/merge-2016.3
[2016.3] Merge forward from 2015.8 to 2016.3
2016-03-02 13:03:38 -07:00
rallytime
3379aefa49 Added "Carbon" to the versionadded tag in boto_apigateway state 2016-03-02 12:40:40 -07:00
Nicole Thomas
d01103d46e Merge pull request #31587 from kraney/boto_apigateway
provided more flexibility for the lookup of lambda functions
2016-03-02 12:37:06 -07:00
rallytime
ac69e4bf10 Fix merge bug caught by zypper test and user correct zypper test info 2016-03-02 12:19:47 -07:00
Nicole Thomas
4ea5c2aa7b Merge pull request #31625 from rallytime/merge-31577-with-docs
Merge #31577 with doc additions about change
2016-03-02 11:45:58 -07:00
Nicole Thomas
185c377f03 Merge pull request #31620 from kraney/kraney_bugfix
Fix a regression I caused in boto_cognitoidentity
2016-03-02 11:31:20 -07:00
rallytime
62390b616e Remove stray merge conflict line 2016-03-02 11:11:15 -07:00
rallytime
5a862d3449 Add documentation for the behavior change in #31577
Refs #31577
2016-03-02 11:03:49 -07:00
rallytime
031a75ca33 Merge branch '2015.8' into '2016.3'
Conflicts:
  - Contributing.rst
  - conf/master
  - doc/index.rst
  - doc/man/salt.7
  - pkg/suse/README.suse
  - salt/client/ssh/state.py
  - salt/minion.py
  - salt/modules/zypper.py
  - salt/utils/schedule.py
  - tests/unit/modules/zypper_test.py
2016-03-02 10:26:13 -07:00
Nicole Thomas
24d9b7448f Merge pull request #31608 from StephenPCG/develop
monit.summary should only return the exact match of given svc_name
2016-03-02 09:45:20 -07:00
Nicole Thomas
e0975598dd Merge pull request #31607 from m03/fix-rdp-get_session-docstring
Fix docstring code-block alignment in rdp
2016-03-02 09:42:45 -07:00
Nicole Thomas
38ddd62aef Merge pull request #31594 from rallytime/bp-31589
Back-port #31589 to 2015.8
2016-03-02 09:33:24 -07:00
Nicole Thomas
66a2e5f52f Merge pull request #31589 from techhat/updatenode
Ensure that the latest node data is returned
2016-03-02 09:31:52 -07:00