Erik Johnson
8f03781ca9
Add missing master configuration file parameters
...
This commit adds some recently-added master config options to the online
docs.
2013-08-08 15:10:32 -05:00
Erik Johnson
b9ae4a636e
Add file_recv option to config file template
2013-08-08 15:10:11 -05:00
Thomas S Hatch
3e1df4f901
Merge pull request #6573 from erchn/develop
...
Performance increase for large file.recurse directories
2013-08-08 12:17:51 -07:00
Thomas S Hatch
9f2018fff4
Merge pull request #6574 from terminalmage/issue5270
...
Abstract version comparison and fix version specification in pip.installed states
2013-08-08 12:07:27 -07:00
Thomas S Hatch
2fb00f4ffc
Merge pull request #6571 from torhve/gitlock
...
Remove unused locking code
2013-08-08 12:06:06 -07:00
Thomas S Hatch
c3045e615a
Merge pull request #6570 from torhve/develop
...
Run git fetch after init
2013-08-08 12:05:07 -07:00
Thomas S Hatch
5d5bf1996b
Merge pull request #6576 from terminalmage/issue6563
...
Fix regression in binary package installation
2013-08-08 12:03:39 -07:00
Thomas S Hatch
2da9b1ebbe
Copy/paste pylint error repair
2013-08-08 12:57:43 -06:00
Thomas S Hatch
363e6a383e
Add salt.client to packages
2013-08-08 12:43:06 -06:00
Erik Johnson
94a305a633
Fix regression in binary package installation
...
Pull #6461 caused a regression in which binary package installs of
64-bit packages broke on 64-bit systems. This commit fixes that
regression.
2013-08-08 12:41:03 -05:00
Thomas S Hatch
8819cac627
Make client.py a package
2013-08-08 11:02:28 -06:00
Erik Johnson
326b25e543
Fix version specification in pip.installed states
...
This commit includes one fix and one enhancement:
1. Version specification is more intelligent now, and checks the
currently-installed version against the desired version or version
range.
2. Version specification properly overrides upgrade=True (fixes #5270 ).
2013-08-08 11:53:40 -05:00
Erik Johnson
2f8ba92969
apt: update pkg version comparison
...
This commit removes the now-unnecessary "compare" function, and changes
perform_cmp to version_cmp, as well as replacing calls to them with
calls to the new function in salt.utils.
2013-08-08 11:53:40 -05:00
Erik Johnson
4d096dd969
ebuild: update pkg version comparison, pep8 fixes
...
This commit removes the now-unnecessary "compare" function, and changes
perform_cmp to version_cmp, as well as replacing calls to them with
calls to the new function in salt.utils.
Also made a number of pep8 fixes.
2013-08-08 11:53:33 -05:00
Ethan Erchinger
0bef33db0c
update man page and docstring in fileclient
2013-08-08 09:47:45 -07:00
Ethan Erchinger
a52f95278b
Merge remote-tracking branch 'upstream/develop' into develop
...
merge with upstream
2013-08-08 09:35:50 -07:00
Erik Johnson
cd504aa668
pkgutil: update pkg version comparison
...
This commit removes the old pkg version comparison functions, and
replaces calls to them with calls to the new function in salt.utils.
2013-08-08 11:34:41 -05:00
Erik Johnson
2caac11754
Remove unnecessary comparison functions
...
These functions only pointed to functions within pkg_resource.py, which
have since been moved to salt.utils. Remove these as they are now
unneeded.
2013-08-08 11:32:54 -05:00
Erik Johnson
f8f08109ae
Replace references to pkg.compare with new func in salt.utils
2013-08-08 11:28:13 -05:00
Erik Johnson
9fdc8f548e
Remove version comparison code from pkg_resource module
...
This code is no longer necessary, with the version comparison code moved
to salt.utils.
2013-08-08 10:47:46 -05:00
Erik Johnson
1189ee4327
Add version comparison to salt.utils
...
This commit adds version comparison functions like those used for
comparing package versions, so that version comparison can be used
anywhere in salt. Generic version comparison is used, unless a cmp
function is passed to salt.utils.compare_versions.
2013-08-08 10:45:49 -05:00
Tor Hveem
2fbb9a550c
Remove unused locking code
2013-08-08 14:29:47 +02:00
Joseph Hall
bbe480ac10
Merge pull request #6569 from danieljn/develop
...
added date header to the smtp returner
2013-08-08 05:14:53 -07:00
Tor Hveem
b1c2670582
Run git fetch after init
2013-08-08 14:10:32 +02:00
Daniel Nägele
98b4e1cb0d
added date header to the smtp returner
2013-08-08 11:25:02 +02:00
Thomas S Hatch
e52ff22b35
start validating file collections for master side compiling
2013-08-08 01:06:44 -06:00
Thomas S Hatch
e10e5ea336
Fix json data loading into unicode at the wrong times
2013-08-08 00:32:11 -06:00
Thomas S Hatch
d941e05d49
more progress on the ssh state management
2013-08-08 00:11:34 -06:00
Thomas S Hatch
9253b2ab62
arg_str needs to be a string of everything passed to salt-ssh
2013-08-07 23:04:55 -06:00
Thomas S Hatch
f7f0530f12
Merge pull request #6566 from terminalmage/issue6545
...
Fix regression in mount.mounted state
2013-08-07 18:48:01 -07:00
Thomas S Hatch
4647e74c19
Merge pull request #6565 from kevinfrommelt/fix_query_mysql_module
...
Fix query mysql module
2013-08-07 18:46:22 -07:00
Thomas S Hatch
6ca1fc924d
Merge pull request #6557 from basepi/stateerror6544
...
Handle state declarations not formed as a list, Fix #6544
2013-08-07 18:42:56 -07:00
Erik Johnson
9ad2bf785a
Fix regression in mount.mounted state, improve reporting
...
This fixes the regression from #6545 . In addition, running this state in
test mode now properly identifies if the fstab entry exists but needs to
be modified, and reports this in the state output.
2013-08-07 19:35:20 -05:00
Erik Johnson
37956cb2d2
Add a test mode to mount.set_fstab
...
This allows the fstab to be checked to see if changes will be made. This
does not change the return value of this function in any way, but just
prevents the fstab from being rewritten if test=True.
2013-08-07 19:25:51 -05:00
David Boucha
9f544c29c8
Merge pull request #6561 from whiteinge/grain-osfinger
...
Added new "osfinger" grain
2013-08-07 17:04:33 -07:00
Kevin Frommelt
30970c3cd3
Fixed check for None dbc
2013-08-07 18:46:15 -05:00
Kevin Frommelt
aca4d4cdc3
Move connection_args.update() to its own line
2013-08-07 18:43:44 -05:00
Pedro Algarvio
be5215257e
Merge pull request #6562 from basepi/couchdbformatting
...
Fix whitespace and formatting in couchdb returner
2013-08-07 16:39:04 -07:00
Colton Myers
fbd2022ef7
Fix whitespace and formatting in couchdb returner
2013-08-07 16:40:08 -06:00
Thomas S Hatch
cb3beb5e76
Minior changes to manage openstack expectations
2013-08-07 16:25:17 -06:00
Seth House
f6898c2694
Added new "osfinger" grain
...
This grain is a unique identifier for a given OS and OS version that can
also be used as the key in a dictionary. For example a fingerprint for
CentOS 5.9 would be "CentOS-5", a fingerprint for Precise would be
"Ubuntu-12.04".
2013-08-07 16:25:15 -06:00
Colton Myers
130bab885a
Handle state delcarations not formed as a list, Fix #6544
2013-08-07 16:07:36 -06:00
Colton Myers
3bd5156a27
Merge pull request #6559 from basepi/augeasformatting
...
Fix formatting and pylint in augeas state
2013-08-07 15:06:45 -07:00
Colton Myers
dc10a21428
Fix formatting and pylint in augeas state
2013-08-07 16:06:03 -06:00
Joseph Hall
7bab83ddd8
Merge pull request #6556 from danieljn/develop
...
added status.diskusage to status.status_all
2013-08-07 14:32:14 -07:00
Daniel Nägele
92567fe116
added status.diskusage to status.status_all
2013-08-07 23:14:55 +02:00
Seth House
f0e7211893
Added initial documentation on Salt Formulas
2013-08-07 14:34:47 -06:00
Seth House
db4d7bcb59
Added rST anchors to pillar and GitFS for easy cross-referencing
2013-08-07 14:34:47 -06:00
Seth House
db37dbc02c
Added saltstack-formulas GitHub organization to extlinks config
...
This allows making quick links to formula repositories such as:
The fastest way to install EPEL is including the
:formula:`epel-formula`.
2013-08-07 14:34:47 -06:00
Thomas S Hatch
cb9daa58fe
Merge pull request #6552 from SmithSamuelM/develop
...
Fixed get_event and runner low
2013-08-07 13:25:31 -07:00