Commit Graph

48681 Commits

Author SHA1 Message Date
Justin Findlay
66e9e16753 Merge pull request #24673 from jayeshka/schedule-states-unit-test
adding states/schedule unit test case.
2015-06-15 09:24:51 -06:00
Justin Findlay
5eb19c4e4d Merge pull request #24663 from kartiksubbarao/patch-2
Update augeas_cfg.py
2015-06-15 09:18:48 -06:00
Jayesh Kariya
54aaaa5f12 adding states/schedule unit test case. 2015-06-15 17:16:21 +05:30
Joseph Hall
4450432161 Merge pull request #24667 from dkiser/fix-cloud-keyring
fix for #24583 clouds/openstack.py kerying first time succeeds
2015-06-14 15:58:58 -06:00
Domingo Kiser
c92c05fac0 fix for #24583 clouds/openstack.py kerying first time succeeds 2015-06-14 11:18:34 -07:00
Thomas S Hatch
4c64ee9d94 Merge pull request #24659 from kartiksubbarao/patch-1
Update aliases.py
2015-06-13 11:31:42 -06:00
Kartik Subbarao
e18db50e0c Update augeas_cfg.py
Fixes #24661. Also removes the excessive trailing space character from the path.
2015-06-13 10:50:33 -04:00
Kartik Subbarao
d6834749e2 Update aliases.py
Fixes #24537. Also note: the new behavior overwrites any prior superset targets with the current set. For example, given an /etc/aliases entry "a: b,c,d" and the salt state specified as "a: { alias.present: [ target: b ] }", the /etc/aliases entry is changed to "a: b". This seems okay to me, given that the documentation states "If the alias exists but the target differs from the previous entry, the target(s) will be overwritten."
2015-06-13 08:19:34 -04:00
Shane Lee
89eb616c29 Merge pull request #24644 from cro/2014.7-2015.5-20150612
Merge forward 2014.7->2015.5
2015-06-12 15:31:41 -06:00
C. R. Oldham
4136dc3160 Merge forward from 2014.7 to 2015.5 2015-06-12 14:24:46 -06:00
C. R. Oldham
b99484fde2 Merge pull request #24643 from cro/saltannounce
Add reference to salt-announce mailing list.
git selfie!
2015-06-12 14:21:14 -06:00
C. R. Oldham
ecb0623d7f Add salt-announce mailing list. 2015-06-12 14:19:27 -06:00
Colton Myers
b896a0d0e9 Merge pull request #24642 from saltstack/revert-24595-fix-iptables-target
Revert "fix target rule, remove unneeded quotation mark"
2015-06-12 14:14:26 -06:00
Colton Myers
5ff3224ae1 Revert "fix target rule, remove unneeded quotation mark" 2015-06-12 14:14:08 -06:00
David Boucha
635121e85d Merge pull request #24620 from twangboy/fix_24215
Fixed comment and uncomment functions in file.py
2015-06-12 13:36:26 -06:00
Justin Findlay
01092c2337 Merge pull request #24628 from jayeshka/reg_states-unit-test
adding states/reg unit test case.
2015-06-12 11:29:11 -06:00
Thomas S Hatch
5f491f911d Merge pull request #24631 from rallytime/bp-24591
Back-port #24591 to 2015.5
2015-06-12 10:54:32 -06:00
Tim Baker
f13cd418bc Add extra clarification why jinja comments are needed. 2015-06-12 10:45:41 -06:00
Tim Baker
23749718bb Fix typo 2015-06-12 10:45:41 -06:00
Tim Baker
6a917471d4 Add some documentation surrounding Jinja comments - refs #24492, #21217, #23359 2015-06-12 10:45:41 -06:00
Thomas S Hatch
f23f99ec35 Merge pull request #24616 from garethgreenaway/2015_5_logging_disabled_states
additional logging in state.py module
2015-06-12 10:25:39 -06:00
Thomas S Hatch
6dccbb04a1 Merge pull request #24595 from tankywoo/fix-iptables-target
fix target rule, remove unneeded quotation mark
2015-06-12 10:23:22 -06:00
Nicole Thomas
8ac3d94785 Merge pull request #24604 from jfindlay/pkg_tests
fix pkg module integration tests
2015-06-12 10:04:26 -06:00
Jayesh Kariya
af1bd8f9ff adding states/reg unit test case. 2015-06-12 17:23:41 +05:30
Thomas S Hatch
0ff545c549 Merge pull request #24600 from basepi/salt-ssh.orchestrate.20615
[2015.5] Remove __kwarg__ from salt-ssh keyword args
2015-06-11 22:21:29 -06:00
twangboy
d7a9999be1 Fixed comment and uncomment functions in file.py 2015-06-11 20:34:57 -06:00
Tanky Woo
10a5160d7c fix target rule, remove unneeded quotation mark 2015-06-12 08:32:38 +08:00
Gareth J. Greenaway
4dbf0ef160 Adding some logging statement to give feedback when states, including highstate, are disabled. Useful when running from scheduler. 2015-06-11 16:42:03 -07:00
Colton Myers
832916f49f Merge pull request #24608 from basepi/salt-ssh.flat.roster.integers.22843
[2015.5] Normalize salt-ssh flat roster minion IDs to strings
2015-06-11 15:35:07 -06:00
Justin Findlay
d88fb22fdc fix pkg module integration tests on CentOS 5 2015-06-11 14:56:52 -06:00
Colton Myers
381820f051 Normalize salt-ssh flat roster minion IDs to strings
Fixes #22843
2015-06-11 14:18:04 -06:00
Colton Myers
4eb5bb253b Merge pull request #24605 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
2015-06-11 13:15:21 -06:00
Colton Myers
f96c5029bb Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5 2015-06-11 13:14:37 -06:00
Justin Findlay
fb91b40ba0 fix pkg module integration tests on ubuntu 12 2015-06-11 12:46:22 -06:00
Colton Myers
9b55683f6a Remove __kwarg__ from salt-ssh keyword args
Currently this keyword arg is actually being removed as a side effect
of salt.utils.args.parse_input. If that ever changed then this code
would break. Prevent that future breakage. (I considered removing that
side effect but wasn't sure what else it would break so I held off for
now)
2015-06-11 12:04:57 -06:00
Thomas S Hatch
e0bb177823 Merge pull request #24598 from jacobhammons/doc-fixes
2015.5.2 release changes
2015-06-11 11:24:11 -06:00
Thomas S Hatch
26930b45bd Merge pull request #24588 from basepi/salt-ssh.orchestrate.20615
Fixes for saltmod.function for salt-ssh
2015-06-11 10:15:20 -06:00
Jacob Hammons
f3f34ddff6 2015.5.2 release changes
Refs #24250
Refs #24457
2015-06-11 10:01:30 -06:00
Justin Findlay
5a21ad152e Merge pull request #24593 from jayeshka/redismod_states-unit-test
adding states/redismod unit test case.
2015-06-11 09:55:27 -06:00
Justin Findlay
8ffb86edd0 Merge pull request #24581 from rallytime/disable_some_flaky_tests
Disabled some flaky tests until we can figure out how to make them more reliable
2015-06-11 09:51:41 -06:00
Nicole Thomas
d83928a7f9 Merge pull request #24589 from BretFisher/patch-1
Fixed Mine example for jinja code block
2015-06-11 09:48:02 -06:00
Jayesh Kariya
3b95744840 adding states/redismod unit test case. 2015-06-11 17:42:15 +05:30
Bret Fisher
65a11336dc Fixed Mine example for jinja code block
In the Mine example, it has the `mine_functions:` deployed via a pillar file, but in the examples `/srv/salt/haproxy_config` snipit for the jinja code block, it used `expr_form='grain'` to access that mine function, which I couldn't get to work, until I changed it to `expr_form='pillar'`. Hopefully this is the right fix.
2015-06-11 00:50:34 -04:00
Thomas S Hatch
a570d7f967 Merge pull request #24566 from jayeshka/rdp_states-unit-test
adding states/rdp unit test case.
2015-06-10 20:14:39 -06:00
Thomas S Hatch
20ada1f8a1 Merge pull request #24551 from joejulian/2015.5_dont_pollute_environment
2015.5 dont pollute environment
2015-06-10 20:13:06 -06:00
Colton Myers
826936ce57 Move documentation into docstring instead of comments 2015-06-10 18:59:11 -06:00
Colton Myers
de052e7135 Assign 'return' to 'ret' if necessary in saltmod.function 2015-06-10 18:58:22 -06:00
Colton Myers
34ff989d66 Convert keyword args to key=value strings in salt-ssh 2015-06-10 18:58:08 -06:00
Nicole Thomas
bb2fd6a970 Merge pull request #24574 from jacobhammons/19901
Refs #19901
2015-06-10 14:09:23 -06:00
rallytime
c82f135d2e Disabled some flaky tests until we can figure out how to make them more reliable 2015-06-10 14:04:14 -06:00