Pedro Algarvio
859804b689
Don't change pidfile
ownership if the current user already owns it.
2013-10-18 10:39:06 +01:00
Pedro Algarvio
0143e78877
Merge pull request #7929 from cachedout/develop
...
Fix for #5737 and some minor doc changes.
2013-10-18 00:57:50 -07:00
Pedro Algarvio
296fb7394f
Merge pull request #7930 from whiteinge/deb-ps-truncate
...
Debian sets COLUMNS in base env which will truncate ps output
2013-10-18 00:55:40 -07:00
Pedro Algarvio
9975a86c30
Merge pull request #7935 from terminalmage/issue7813
...
Fix pkg.installed regression (yumpkg)
2013-10-18 00:54:28 -07:00
David Boucha
1991f20776
Merge pull request #7936 from UtahDave/develop
...
Bump Salt Windows installer version. Add to docs
2013-10-18 00:25:50 -07:00
David Boucha
746369d7b6
Bump Salt Windows installer version. Add to docs
2013-10-18 01:24:37 -06:00
Erik Johnson
a7d880cc45
Fix pkg.installed regression (yumpkg)
...
This fixes a regression caused by the "pre-flight" checks recently added
to the pkg.installed state. The check_db function was not properly
handling 32-bit packages on a 64-bit OS.
In the process of investigating this regression, I also discovered a bug
in which pkg.latest_version was not identifying 32-bit versions of
packages, effectively rendering it impossible to install these packages
using pkg.latest states.
This commit fixes both bugs.
2013-10-17 22:38:14 -05:00
C. R. Oldham
36e00080d4
Merge pull request #7931 from cro/develop
...
Fix state compiler stack trace, github issue #5767
2013-10-17 16:59:13 -07:00
C. R. Oldham
6ee8b9db03
Fix state compiler stack trace, github issue #5767
2013-10-17 17:56:13 -06:00
Seth House
70be208bc5
Added Saltconf banner to docs sidebar
2013-10-17 17:44:53 -06:00
Mike Place
dc6610a2cf
In-line documentation to remind the reader that some pre-processing of minion targets occurs on the master.
2013-10-17 17:04:26 -06:00
Mike Place
33125b7c9e
When the minion refreshes its grains, it should also refresh its pillars so that it can fire an event back to the master to inform it of its new state. Refs #5737 .
2013-10-17 16:54:10 -06:00
Mike Place
d583554143
Documentation clarification to make the explanation of /etc/salt/grains more specific.
2013-10-17 15:49:14 -06:00
Thomas S Hatch
309ccc2d4c
Fix spacing per pylint
2013-10-17 15:37:16 -06:00
Thomas S Hatch
f09b718e24
Add a line per pylint
2013-10-17 15:34:34 -06:00
Thomas S Hatch
3937f49d55
fix intentation in lxc module
2013-10-17 15:33:33 -06:00
Seth House
e7baea0c2f
Debian sets COLUMNS in base env which will truncate ps output
...
Fixes #5646
2013-10-17 14:32:11 -06:00
Thomas S Hatch
28847a8e60
don't redirect output on lower level daemonize calls
...
MAY BREAK THINGS!!!!
2013-10-17 14:16:51 -06:00
Seth House
9834a9afda
Added SaltConf banner to main docs page
2013-10-17 12:36:19 -06:00
Thomas S Hatch
71f3fadb40
Merge pull request #7920 from mgwilliams/lxc
...
[lxc] add nic_opts to init function
2013-10-17 11:13:28 -07:00
Thomas S Hatch
c03d9da15c
Merge pull request #7917 from s0undt3ch/features/virtual-doc
...
Enforce `__virtualname__` usage.
2013-10-17 11:12:27 -07:00
Thomas S Hatch
d005a941ba
Merge pull request #7907 from tallmad/pecl_preferred_state
...
add preferred_state argument for pecl.install
2013-10-17 11:11:10 -07:00
Thomas S Hatch
fef1647e97
Merge pull request #7889 from holmboe/virt-tmpl-refactor
...
Templating refactor in virt.py
2013-10-17 11:09:34 -07:00
Erik Johnson
db3768d00a
Bump version to 0.17.1
2013-10-17 13:04:01 -05:00
Mike Place
2850e93230
I don't always write docstrings, but when I do, sometimes I only write half of them and then I feel silly. :-/
2013-10-17 11:28:20 -06:00
Thomas S Hatch
09ff6f66b2
Merge pull request #7925 from cachedout/develop
...
Add additional functionality to the grains module to allow a user to pas...
2013-10-17 10:25:24 -07:00
Mike Place
de4c7b474b
Add additional functionality to the grains module to allow a user to pass in a flag that deletes the key as well as the value. The old behavior was just to set the value to None and leave the key intact. Refs #7872 .
2013-10-17 11:20:22 -06:00
Thomas S Hatch
bb4ae98c29
Merge pull request #7910 from s0undt3ch/issues/7908-posix-shell
...
Comply with POSIX shell syntax. Fixes #7908 .
2013-10-17 10:09:51 -07:00
Colton Myers
43331fbc9d
Merge pull request #7921 from basepi/0.17.1release
...
Add release notes for 0.17.1
2013-10-17 09:14:36 -07:00
Colton Myers
a0cee95562
Add release notes for 0.17.1
2013-10-17 10:12:16 -06:00
Matthew Williams
46278c9105
[lxc] add nic_opts to init function
2013-10-17 09:07:02 -07:00
Pedro Algarvio
0aa9e84cfd
salt.returners.sentry_return
is now using __virtualname__
2013-10-17 14:53:08 +01:00
Pedro Algarvio
24f0a6f687
salt.returners.redis_return
is now using __virtualname__
2013-10-17 14:52:29 +01:00
Pedro Algarvio
e15d2dbbd3
salt.returners.mongo_future_return
is now using __virtualname__
2013-10-17 14:51:23 +01:00
Pedro Algarvio
fb439c21e8
salt.returners.memcache_return
is now using __virtualname__
2013-10-17 14:50:38 +01:00
Pedro Algarvio
aac998a120
salt.returners.cassandra_return
is now using __virtualname__
2013-10-17 14:49:39 +01:00
Pedro Algarvio
4fa5c7daac
salt.tops.reclass_adapter
is now using __virtualname__
2013-10-17 14:46:33 +01:00
Pedro Algarvio
142ee11ede
salt.search.whoosh_search
is now using __virtualname__
2013-10-17 14:45:07 +01:00
Pedro Algarvio
d3a51eea83
salt.pillar.reclass_adapter
is now using __virtualname__
2013-10-17 14:43:53 +01:00
Pedro Algarvio
b68b659d05
salt.pillar.git_pillar
is now using __virtualname__
2013-10-17 14:40:33 +01:00
Pedro Algarvio
3092bd8503
salt.output.yaml_out
is now using __virtualname__
2013-10-17 14:38:50 +01:00
Pedro Algarvio
b2e11b0053
salt.output.pprint_out
is now using __virtualname__
2013-10-17 14:38:12 +01:00
Pedro Algarvio
6ef798ecd0
salt.output.no_out
is now using __virtualname__
2013-10-17 14:37:22 +01:00
Pedro Algarvio
5e10638346
salt.output.json_out
is now using __virtualname__
2013-10-17 14:36:23 +01:00
Pedro Algarvio
a2c014ff26
salt.log.handlers.sentry_mod
is now using __virtualname__
2013-10-17 14:35:10 +01:00
Pedro Algarvio
845d560816
salt.log.handlers.logstash_mod
is now using __virtualname__
2013-10-17 14:34:26 +01:00
Pedro Algarvio
85b871313f
salt.fileserver.svnfs
is now using __virtualname__
2013-10-17 14:33:11 +01:00
Pedro Algarvio
c8b0696600
salt.fileserver.hgfs
is now using __virtualname__
2013-10-17 14:32:27 +01:00
Pedro Algarvio
418ed6c8af
salt.fileserver.gitfs
is now using __virtualname__
2013-10-17 14:31:06 +01:00
Pedro Algarvio
48e10a5b8b
salt.auth.stormpath_mod
is now using __virtualname__
2013-10-17 14:29:55 +01:00