Colton Myers
|
374525f1f5
|
Update wording for top file compilation to avoid confusion
Ref #7285
The previous wording could make it sound like the base *environment* was
authoritative, rather than just the top file.
|
2013-09-17 14:32:07 -06:00 |
|
Seth House
|
3d9351b166
|
Fixed incorrect module name in formula docs
formula_utils.py was an unfinished thought that it may make sense to
break out formula functions into a standalone module at some point.
|
2013-09-17 12:56:08 -06:00 |
|
Thomas S Hatch
|
1b4f1b4585
|
fix Indentation in utils/master.py
|
2013-09-17 10:17:28 -06:00 |
|
Thomas S Hatch
|
09691b6d9e
|
fix indent in data.py
|
2013-09-17 10:16:38 -06:00 |
|
Thomas S Hatch
|
cf9b241e94
|
salt-ssh still only supports glob, take out the extra target options
Until we get them all supported
|
2013-09-17 10:15:17 -06:00 |
|
Thomas S Hatch
|
873b6e4dbf
|
Merge pull request #7295 from mech422/fix-fileclient-get_template-makedirs
One liner to close out #7290
|
2013-09-17 09:13:28 -07:00 |
|
Thomas S Hatch
|
b14781e063
|
Merge pull request #7288 from dlanderson/clear_minion_caches
Clear minion cache data on master
|
2013-09-17 09:11:36 -07:00 |
|
David Anderson
|
78540ec612
|
Add _mine_flush to master and accompanying mine.flush module func
|
2013-09-17 10:08:57 -06:00 |
|
David Anderson
|
fd4cdfc0fd
|
Pretty up the docstrings
|
2013-09-17 10:08:57 -06:00 |
|
David Anderson
|
326b25e437
|
Ability to clear cached minion pillar/grains/mine data on master
|
2013-09-17 10:08:57 -06:00 |
|
David Anderson
|
a891c0dd0f
|
Yank the now pointless argspec check
|
2013-09-17 10:08:57 -06:00 |
|
Thomas S Hatch
|
1d2007ad60
|
Merge pull request #7283 from zmarano/develop
Non existent key in data store returns key error when using data.getval
|
2013-09-17 09:08:39 -07:00 |
|
Thomas S Hatch
|
47c1dde7a0
|
Merge pull request #7280 from cvrebert/patch-1
have modjk.workers() honor `profile` arg
|
2013-09-17 09:08:15 -07:00 |
|
Thomas S Hatch
|
9831a9ad55
|
Merge pull request #7276 from SmithSamuelM/halite-start-status-log
Added log messages with halite startup info
|
2013-09-17 09:07:52 -07:00 |
|
Mech
|
0496512ca5
|
One liner to close out #7290
If Salt generates the 'dest' filename, allow it to create any
required directories.
|
2013-09-17 08:52:50 -07:00 |
|
Joseph Hall
|
76833df1ee
|
Merge pull request #7293 from holmboe/susefirewall2-doc
Add documentation for SuSEfirewall2
|
2013-09-17 06:52:04 -07:00 |
|
Henrik Holmboe
|
c9767da312
|
Update repos filename for SuSEfirewall.d configuration file
|
2013-09-17 15:30:55 +02:00 |
|
Henrik Holmboe
|
19acd1661e
|
Remove unused salt.ufw anchor and more minor edits
|
2013-09-17 15:28:25 +02:00 |
|
Henrik Holmboe
|
df0ebb78b7
|
Add documentation for SuSEfirewall2
|
2013-09-17 15:27:23 +02:00 |
|
Chris Rebert
|
ffeb627909
|
have modjk.workers() honor profile arg
salt/modules/modjk.py:194: [W0613(unused-argument), workers] Unused argument 'profile'
|
2013-09-16 23:50:40 -07:00 |
|
Pedro Algarvio
|
106cd6a9d2
|
Merge pull request #7275 from terminalmage/docs
Add CLI examples for runners
|
2013-09-16 14:32:14 -07:00 |
|
Pedro Algarvio
|
a34226e3b9
|
Merge pull request #7281 from hulu/modjk-workers-shadow
modjk.recover_all: rename local var to not shadow workers() func
|
2013-09-16 14:31:03 -07:00 |
|
Zach Marano
|
9c0322a8cd
|
Check for a key in the data store, returns None if the key does not exist instead of a key error.
|
2013-09-16 13:54:16 -07:00 |
|
Pedro Algarvio
|
ddfbb34ae8
|
Merge pull request #7282 from hulu/modjk-typos
modjk: fix docstring typos: spepcific => specific
|
2013-09-16 13:00:36 -07:00 |
|
Chris Rebert
|
d050a8a53a
|
modjk: fix docstring typos: spepcific => specific
|
2013-09-16 12:56:35 -07:00 |
|
Chris Rebert
|
5a5506ffc3
|
modjk.recover_all: rename local var to not shadow workers() func
|
2013-09-16 12:54:10 -07:00 |
|
Joseph Hall
|
b9cbcf624f
|
Merge pull request #7278 from cvrebert/patch-2
modules/modjk.py: rm trailing whitespace
|
2013-09-16 12:32:33 -07:00 |
|
Joseph Hall
|
ab78947f6c
|
Merge pull request #7277 from cvrebert/patch-1
fileserver/gitfs.py: rm trailing whitespace
|
2013-09-16 12:30:47 -07:00 |
|
Chris Rebert
|
d590835f64
|
modules/modjk.py: rm trailing whitespace
salt/modules/modjk.py:247: [C0303(trailing-whitespace), ] Trailing whitespace
|
2013-09-16 12:30:08 -07:00 |
|
Chris Rebert
|
45b3be9966
|
fileserver/gitfs.py: rm trailing whitespace
salt/fileserver/gitfs.py:323: [C0303(trailing-whitespace), ] Trailing whitespace
|
2013-09-16 12:29:07 -07:00 |
|
Erik Johnson
|
320f6be10a
|
Add CLI examples for runners
These make the docs look better.
|
2013-09-16 13:55:15 -05:00 |
|
Samuel M Smith
|
eb709c7a17
|
Added log messages with halite startup info
|
2013-09-16 12:52:12 -06:00 |
|
Joseph Hall
|
d3a1adc168
|
Merge pull request #7273 from terminalmage/docs
Add note on test.ping to FAQ
|
2013-09-16 11:41:05 -07:00 |
|
Erik Johnson
|
9e32266b24
|
Add note on test.ping to FAQ
This is a common question in #salt.
|
2013-09-16 13:05:35 -05:00 |
|
Colton Myers
|
0e9fdd9e46
|
Merge pull request #7270 from s0undt3ch/develop
Don't include authorship in generated documentation, the Sphinx way.
|
2013-09-16 10:56:22 -07:00 |
|
Pedro Algarvio
|
65b6ca53ed
|
Merge pull request #7272 from techhat/novafix
Allow OpenStack modules to use different configuration profiles
|
2013-09-16 10:14:39 -07:00 |
|
Joseph Hall
|
f5544e06a7
|
Fix doc error in keystone
|
2013-09-16 10:54:28 -06:00 |
|
Joseph Hall
|
219f04f95f
|
Allow glance to use different configuration profiles
|
2013-09-16 10:54:08 -06:00 |
|
Joseph Hall
|
41cc23ec01
|
Allow keystone to use different configuration profiles
|
2013-09-16 10:49:55 -06:00 |
|
Joseph Hall
|
a6e98f17de
|
Allow nova to use different configuration profiles
|
2013-09-16 10:27:41 -06:00 |
|
Pedro Algarvio
|
e18ba0758b
|
Don't include authorship in generated documentation, the Sphinx way.
|
2013-09-16 17:24:00 +01:00 |
|
Joseph Hall
|
bdcdbfb5a9
|
Merge pull request #7268 from terminalmage/docs
Fix sphinx build warnings/errors
|
2013-09-16 08:57:27 -07:00 |
|
Joseph Hall
|
7dc1794b75
|
Merge pull request #7269 from techhat/novafix
Adding nova.delete and fixing more key errors in nova
|
2013-09-16 08:54:38 -07:00 |
|
Joseph Hall
|
4e735a7919
|
Add function to delete instance
|
2013-09-16 09:52:23 -06:00 |
|
Joseph Hall
|
a359a508e5
|
Fix more missing key errors
|
2013-09-16 09:52:05 -06:00 |
|
Erik Johnson
|
69e53870cf
|
Fix sphinx build warnings/errors
|
2013-09-16 10:40:28 -05:00 |
|
Joseph Hall
|
4ab9930d9d
|
Clarify docs for nova.create
|
2013-09-16 09:23:31 -06:00 |
|
Joseph Hall
|
273aae5f1e
|
Merge pull request #7267 from techhat/novafix
Add nova.boot function
|
2013-09-16 07:58:09 -07:00 |
|
Joseph Hall
|
427efb0f71
|
Add nova.boot function
|
2013-09-16 08:57:11 -06:00 |
|
Joseph Hall
|
bcacf2c668
|
Merge pull request #7266 from techhat/novafix
Fixing openstack nova error with rxtx_factor
|
2013-09-16 07:55:50 -07:00 |
|