Thomas S Hatch
6cce655f84
Merge pull request #4184 from h3/patch-1
...
Update ubuntu documentation
2013-03-20 21:13:03 -07:00
Thomas S Hatch
5683d9c55a
Merge pull request #4183 from terminalmage/latest_version
...
Rename pkg.available_version to pkg.latest_version
2013-03-20 21:04:24 -07:00
Thomas S Hatch
4c9dfd9273
Fix file.diretory test=True #3858
2013-03-20 22:02:23 -06:00
Maxime Haineault
7f1294f932
Update ubuntu documentation
...
add-apt-repository is not always present by default on Ubuntu systems. Updated the installation doc accordingly.
2013-03-20 23:23:55 -03:00
Erik Johnson
57024a8461
Rename pkg.available_version to pkg.latest_version
...
See https://github.com/saltstack/salt/issues/4163#issuecomment-15211619
All refs have been updated, and each pkg provider now has
available_version as a function reference pointing to latest_version.
Sphinx docs also updated so that the available_version function
reference is hidden in the docs.
2013-03-20 21:09:15 -05:00
Sean Channel
4ab4ff4021
fix column alignment
2013-03-20 17:54:39 -07:00
Thomas S Hatch
10799d7415
Fix issue in file.directory with file.stats return data
2013-03-20 18:03:33 -06:00
Thomas S Hatch
6cac81fe80
Merge pull request #4182 from zsimic/develop
...
Making tests runnable on OSX
2013-03-20 16:26:22 -07:00
Zoran Simic
6d52cab067
Making tests runnable on OSX
2013-03-20 16:13:22 -07:00
Thomas S Hatch
b9bf5e8429
Merge pull request #4178 from zsimic/develop
...
Better fix for 'pip' detection in setup.py
2013-03-20 14:21:53 -07:00
Zoran Simic
7d5441e294
Better fix for 'pip' detection in setup.py
2013-03-20 14:05:20 -07:00
Thomas S Hatch
05520e0614
Merge pull request #4177 from jacksontj/develop
...
Add a "cas" function to the data module
2013-03-20 13:08:27 -07:00
Thomas S Hatch
1572064fef
Merge pull request #4172 from cedwards/PKGBUILD
...
updated PKGBUILDs to 0.13.3 release
2013-03-20 13:00:44 -07:00
Thomas Jackson
98a969b45e
Add minion data to the compound matcher
2013-03-20 12:56:38 -07:00
Thomas Jackson
99fe305127
Add a "cas" function to the data module
2013-03-20 12:41:00 -07:00
Christer Edwards
6ef93b92a9
updated PKGBUILDs to 0.13.3 release
2013-03-20 10:58:44 -06:00
Thomas S Hatch
36ac1482f9
Merge pull request #4167 from yvasiyarov/develop
...
Feature: Show verbose error message if cron file update failed
2013-03-20 08:59:38 -07:00
Thomas S Hatch
f4a01f476b
Merge pull request #4151 from s0undt3ch/develop
...
Allow for home based includes, ie, `~/.include-dir`.
2013-03-20 08:26:24 -07:00
Thomas S Hatch
4319d0fd1e
Merge pull request #4165 from torhve/develop
...
Fix bug in logging
2013-03-20 08:25:46 -07:00
Thomas S Hatch
2639bbefc7
Merge pull request #4160 from mschartman/develop
...
Checks if groups is none before extending it
2013-03-20 08:25:04 -07:00
Yuriy Vasiyarov
b2417f7fcf
Add verbose error message if cron file update failed
2013-03-20 18:44:27 +04:00
Joseph Hall
1c57af89c4
Merge pull request #4166 from benhosmer/develop
...
Fixing doc error pkg.groupinstall to pkg.group_install
2013-03-20 07:29:44 -07:00
Joseph Hall
c21e99ca82
Merge pull request #4161 from herlo/develop
...
update rpm spec to 0.13.2
2013-03-20 07:27:07 -07:00
Ben Hosmer
65c0a155c9
Fixing doc error pkg.groupinstall to pkg.group_install
2013-03-20 07:58:32 -04:00
Tor Hveem
b145014733
Fix bug in logging
2013-03-20 12:37:07 +01:00
Clint Savage
14198a2371
update rpm spec to 0.13.2
2013-03-20 02:37:52 -06:00
Matt Schartman
0042ac2b37
Checks if groups is none before extending it
2013-03-20 00:03:26 -07:00
Thomas S Hatch
2b615864f3
Merge pull request #4159 from terminalmage/issue4153
...
Ensure that parent dir for known_hosts file exists
2013-03-19 23:12:50 -07:00
Thomas S Hatch
3756e9d021
import socket_util
2013-03-19 23:52:34 -06:00
Thomas S Hatch
12bd62d315
Add ip addrs in the grains for non-windows systems
2013-03-19 23:46:41 -06:00
Erik Johnson
fee4340a71
Ensure that parent dir for known_hosts file exists
...
Fixes #4153 . Also made pep8 fixes.
2013-03-20 00:41:55 -05:00
Thomas S Hatch
533d97cce0
Add ip4_addrs to socket_util
2013-03-19 23:34:38 -06:00
Thomas S Hatch
26af150b86
Move network.interfaces logic to utils
2013-03-19 23:12:45 -06:00
Thomas S Hatch
eee0e7ad93
move network lookup to utils/socket_util
2013-03-19 23:11:58 -06:00
Thomas S Hatch
39e6cc4648
Fix #4073 , the versions, if from git, can be compared without
...
the git hash component
2013-03-19 22:06:21 -06:00
Thomas S Hatch
c6f557f551
Still log to debug
2013-03-19 21:48:26 -06:00
Thomas S Hatch
7fcc706d96
Fix #4080 . These errors are safe and need not be logged
2013-03-19 21:46:15 -06:00
Thomas S Hatch
47cd78333d
Merge pull request #4158 from zsimic/develop
...
Take into account default_include configuration when calling verify_env()
2013-03-19 20:02:58 -07:00
Zoran Simic
58849bd5d2
Taking into account default_include configuration when checking for environment setup correctness
2013-03-19 19:41:26 -07:00
Joseph Hall
8984032d16
Merge pull request #4157 from UtahDave/develop
...
0.13.3 Windows Installers
2013-03-19 18:53:38 -07:00
David Boucha
e22f0a83fa
Bump windows installer version 0.13.3
2013-03-19 19:51:16 -06:00
David Boucha
8318c698b1
Update Windows installer links
2013-03-19 19:50:38 -06:00
Thomas S Hatch
b2fcff6a0c
Fix #4069 optional groups were not being added when new users
...
are created
2013-03-19 17:42:49 -06:00
Thomas S Hatch
4a725c1784
Catch returner tracebacks in external job cache routines
2013-03-19 17:19:30 -06:00
Thomas S Hatch
2a904aa5c5
fix bad method name, fix #4067
2013-03-19 17:14:17 -06:00
Thomas S Hatch
82fac64674
Add stale cache cleanups per #4067
2013-03-19 17:08:32 -06:00
Thomas S Hatch
358c4b917c
Merge pull request #4156 from whiteinge/doc-get-versionadded
...
Added versionadded directives to new get() methods
2013-03-19 15:53:00 -07:00
Seth House
7c80f7fc53
Minor rST syntax fix
2013-03-19 15:16:44 -06:00
Seth House
83cb74d751
Added versionadded directives to new get() methods
2013-03-19 15:16:44 -06:00
Seth House
a4aec32af3
Replaced old sysmod runner docs with doc runner docs
2013-03-19 15:10:11 -06:00