David Boucha
92e386c72e
Merge pull request #6255 from terminalmage/docs
...
Add example of watch requisite
2013-07-21 06:55:13 -07:00
Joseph Hall
b14e4f9919
Merge pull request #6254 from Crazybus/patch-1
...
Update winrepo documentation
2013-07-21 06:23:25 -07:00
Crazybus
c595f80b92
Update winrepo documentation
...
Added in documentation about how full_name and versions are used when verifying installed packages and how to find this information. Added link to init.sls examples. Updated the information about package upgrades not being supported (now works in the latest version). Updated the 7zip example because it didn't verify correctly when running highstate.
2013-07-21 15:19:00 +02:00
Thomas S Hatch
56cafa9435
Merge pull request #6251 from cvrebert/patch-1
...
utils.thin: os.getcwd(), not os.cwd()
2013-07-20 23:50:55 -07:00
Thomas S Hatch
9623741d09
Merge pull request #6252 from cvrebert/patch-2
...
utils.jinja: rm unused import of salt._compat.string_types
2013-07-20 23:50:38 -07:00
Thomas S Hatch
bc8bfa67b9
don't need to json this data
2013-07-21 00:43:43 -06:00
Thomas S Hatch
79d6c83c5a
don't add host with scp
2013-07-21 00:40:27 -06:00
Thomas S Hatch
441b4aa632
run salt-call out of /tmp for now
2013-07-21 00:39:36 -06:00
Thomas S Hatch
104c9f7808
cmd does not take an arg anymore
2013-07-21 00:12:06 -06:00
Thomas S Hatch
24e3a3d80c
Clean up thin generation
2013-07-21 00:11:16 -06:00
Chris Rebert
635d0439fa
utils.jinja: rm unused import of salt._compat.string_types
...
************* Module salt.utils.jinja
W0611: 20,0: Unused import string_types
2013-07-20 23:05:17 -07:00
Chris Rebert
4f44da9fae
utils.thin: os.getcwd(), not os.cwd()
...
************* Module salt.utils.thin
E1101: 48,20:gen_thin: Module 'os' has no 'cwd' member
2013-07-20 23:03:05 -07:00
Thomas S Hatch
94dac0caf1
Add connections into salt-ssh for generated salt-thin
2013-07-20 23:49:23 -06:00
Thomas S Hatch
2a988f3fad
Fix missing period
2013-07-20 23:43:05 -06:00
Thomas S Hatch
7c474fdd02
Merge pull request #6250 from cvrebert/patch-3
...
add @cvrebert to AUTHORS
2013-07-20 22:38:08 -07:00
Thomas S Hatch
1aff34fba2
Merge pull request #6249 from cvrebert/patch-2
...
OutputOptionsWithTextMixIn: copyedit warning message
2013-07-20 22:38:02 -07:00
Thomas S Hatch
cbf8dff9cd
Merge pull request #6248 from cvrebert/patch-1
...
copyedit warn_until() docstring & comment
2013-07-20 22:37:36 -07:00
Thomas S Hatch
8444bce4fb
Add saltutils thin module to generate salt-thin tarball
2013-07-20 23:36:42 -06:00
Chris Rebert
41afb19f4b
add @cvrebert to AUTHORS
2013-07-20 22:13:17 -07:00
Chris Rebert
341cc8a421
OutputOptionsWithTextMixIn: copyedit warning message
2013-07-20 22:01:31 -07:00
Chris Rebert
34cb351ba2
copyedit warn_until() docstring & comment
2013-07-20 21:59:03 -07:00
Thomas S Hatch
ac8264d4d0
don't require mskpack in local/thin mode
2013-07-20 22:35:48 -06:00
Erik Johnson
38b2e3c991
Add example of watch requisite
2013-07-20 23:25:22 -05:00
Thomas S Hatch
92379fffab
Return error when can't handle deployment of salt-thin
2013-07-20 21:57:57 -06:00
Thomas S Hatch
2ee797c4b2
Detect the roster location better
2013-07-20 21:44:02 -06:00
Thomas S Hatch
b93369d334
Merge pull request #6233 from johnnoone/jinja-import-yaml
...
Jinja import yaml
2013-07-20 19:55:54 -07:00
Erik Johnson
7a9d79a62f
Merge pull request #6247 from terminalmage/docs
...
Improve walkthrough
2013-07-20 19:15:42 -07:00
Erik Johnson
a5627b0cc7
Tweak description of "id" minion config param
2013-07-20 21:14:59 -05:00
Erik Johnson
60faa582f8
Improve walkthrough
...
Several formatting changes, including links to function documentation
where appropriate. Also reworded a bit and added some additional
sections, including an example of how to verify a minion's public key
before accepting it, as requested in #6245 .
2013-07-20 21:10:17 -05:00
Thomas S Hatch
1bb60ff65d
Merge pull request #6243 from s0undt3ch/hotfix/docs-fix
...
Reclass and virtualenv docs fix
2013-07-20 18:56:13 -07:00
Thomas S Hatch
eefb73d172
Merge pull request #6242 from s0undt3ch/hotfix/replace-kwargs-with-a-proper-deprecation
...
Properly deprecate `check_dns`
2013-07-20 18:55:22 -07:00
Thomas S Hatch
b16d7faa12
Merge pull request #6244 from UtahDave/stormpath
...
Add Stormpath external authentication
2013-07-20 11:48:51 -07:00
David Boucha
2fb7911bc6
Fix docstring
2013-07-20 12:37:09 -06:00
David Boucha
ff57e31a8a
Add Stormpath external_auth
2013-07-20 12:34:42 -06:00
Pedro Algarvio
09671fe759
Moved deprecation documentation to it's own document under topics/development
2013-07-20 19:18:55 +01:00
Pedro Algarvio
03f09eb99c
Updated documentation since virtualenv
module and state module were renamed to virtualenv_mod
.
2013-07-20 18:59:49 +01:00
Pedro Algarvio
7298180379
Fix rst formatting for the reclass tops and pillar modules.
2013-07-20 18:59:49 +01:00
Pedro Algarvio
e38287f25e
Document the deprecation procedure to follow and how to use the helper class.
2013-07-20 18:19:50 +01:00
Pedro Algarvio
df5ab04100
Marked specific places which need code removal on salt >= 0.18
2013-07-20 16:31:28 +01:00
Pedro Algarvio
83004fd8f8
Allow salt.utils.warn_until()
to not issue the warning because we're only after the RuntimeError
behaviour.
2013-07-20 16:26:47 +01:00
Pedro Algarvio
4a9532174e
Replaced occurrences of warnings.warn
with salt.utils.warn_until
.
2013-07-20 16:15:11 +01:00
Pedro Algarvio
6070dbc43c
**ALL** Salt DeprecationWarning
's should be shown **once**.
2013-07-20 16:06:16 +01:00
Pedro Algarvio
eaa0b16e53
Added a helper function to raise warnings until a specified salt version.
...
The helper raises a warning, by default, a ``DeprecationWarning``, until the provided ``version_info`` is matched, after which, a ``RuntimeError`` will be raised to remember the developers to remove the warning.
2013-07-20 15:32:50 +01:00
Pedro Algarvio
40c5512bfb
Properly deprecate check_dns
.
...
Instead of having to leave `**kwargs` "forever" in `salt.config.minion_config` and `salt.config.apply_minion_config` in order to support API access to those which still passes `check_dns`. Support the argument but show a deprecation warning once. Leave the deprecation warning for 2 major releases. Then, finally, and properly, remove `check_dns` for good.
2013-07-20 01:39:23 +01:00
Pedro Algarvio
b03a5fcee3
Stop using the deprecated check_dns
in salt.config.minion_config
.
2013-07-20 01:38:09 +01:00
Thomas S Hatch
55246c3fdf
Merge pull request #6241 from terminalmage/issue6020
...
Catch jinja2.exceptions.UndefinedError
2013-07-19 15:47:36 -07:00
Erik Johnson
cbf43412d0
Clarify templating documentation for file states
2013-07-19 17:44:17 -05:00
Erik Johnson
1e722a997e
Catch jinja2.exceptions.UndefinedError
...
This commit suppresses a traceback that occurs when there is an
undefined jinja variable used in a template. Unfortunately, it does not
seem that this exception class captures the name of the undefined
variable, which would be useful information, so a mention of the line
number in which the exception was found will have to be sufficient.
2013-07-19 17:33:29 -05:00
Joseph Hall
8db2c7b428
Merge pull request #6239 from basepi/minefix5729
...
Fix some formatting in the mine
2013-07-19 12:47:03 -07:00
Colton Myers
0ec18789ff
Fix some formatting in the mine
2013-07-19 13:29:12 -06:00