twangboy
62a6bde0ea
Fix comment when already installed
2016-05-27 11:33:52 -06:00
twangboy
79bc7195dc
Fix unit tests
2016-05-27 11:33:52 -06:00
twangboy
56a6f6bb83
Fix changes
2016-05-27 11:33:52 -06:00
twangboy
8ebe99ec5e
Fix restart_needed
2016-05-27 11:33:52 -06:00
twangboy
6e478cbda0
Add restart needed
2016-05-27 11:33:52 -06:00
twangboy
72ebf26616
Add missing import
2016-05-27 11:33:52 -06:00
twangboy
193583be96
Use dictionary compare for changes in remove
2016-05-27 11:33:52 -06:00
twangboy
1ae7dd76c1
Use dictionary compare for changes
2016-05-27 11:33:52 -06:00
Mihai Dinca
c7ae5907ee
Call zypper refresh after adding/modifying a repository
...
Calling `zypper --gpg-auto-import-keys refresh` is required after
adding/modifying a repository because `--gpg-auto-import-keys` doesn't
do anything when called with `zypper ar` or `zypper mr`.
Without calling `zypper --gpg-auto-import-keys refresh` here, calling
`zypper ref` after adding/removing would still ask for
accepting/rejecting the gpg key.
2016-05-27 16:17:10 +02:00
Mike Place
58d89d66e3
Merge pull request #33555 from cachedout/issue_33544
...
Fix crashing Maintenence process
2016-05-26 12:25:39 -07:00
Mike Place
fe7ee7a470
Fix crashing Maintenence process
...
The first time through the loop we deleted the dir and then stack
traced the second time through the loop if we hit the other conditional.
Resolves #33544
2016-05-26 11:14:56 -06:00
Mike Place
d052908729
Merge pull request #33501 from meaksh/zypper-download-check-signature-2015.8
...
unit tests for rpm.checksum() and zypper.download()
2016-05-26 07:34:27 -07:00
Mike Place
e2d0c4abb1
Merge pull request #33513 from rallytime/fix-33319
...
Add a section to the jinja docs about escaping jinja
2016-05-26 07:24:58 -07:00
Mike Place
fabc15e616
Merge pull request #33520 from jacobhammons/release-notes.8
...
Updated version numbers in the docs for the 2016.3.0 release
2016-05-26 07:15:00 -07:00
Pablo Suárez Hernández
eaaef25c79
lint issue fixed
2016-05-26 08:26:24 +01:00
Jacob Hammons
42e358af7d
Updated version numbers in the docs for the 2016.3.0 release
2016-05-25 18:06:03 -06:00
rallytime
81c1471209
Add a section to the jinja docs about escaping jinja
...
Fixes #33319
2016-05-25 15:26:11 -06:00
Nicole Thomas
5a6b037cbd
Merge pull request #33507 from rallytime/merge-2015.8
...
[2015.8] Merge forward from 2015.5 to 2015.8
2016-05-25 13:14:41 -06:00
rallytime
03b0c97520
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/ref/configuration/master.rst
- doc/ref/configuration/minion.rst
2016-05-25 12:26:00 -06:00
Mike Place
ee76be3b0b
Merge pull request #33503 from rallytime/fix-15252
...
Add docs about minion config file in standalone minion docs
2016-05-25 10:23:07 -07:00
Mike Place
6f7fda0354
Merge pull request #33486 from jtand/2015.5
...
Add docstring examples to glance.py [2015.5]
2016-05-25 10:21:22 -07:00
Mike Place
e9b648e461
Merge pull request #33474 from cachedout/issue_29451
...
Fix diskusage beacon
2016-05-25 10:10:53 -07:00
rallytime
cfc07f7641
Add docs about minion config file in standalone minion docs
...
Fixes #15252
2016-05-25 11:00:12 -06:00
Mike Place
3bfb6bf719
Merge pull request #33465 from meaksh/check-if-job-returns-successfully-2015.8
...
jobs.exit_success allow to check if a job has executed and exit successfully
2016-05-25 09:52:52 -07:00
Mike Place
70eb7b66f3
Merge pull request #33487 from jtand/glance_doc_fixes
...
Add docstring examples to glance.py and nova.py [2015.8]
2016-05-25 09:47:25 -07:00
Mike Place
56ea979916
Merge pull request #33481 from rallytime/fix-33423
...
Fix docs about etcd config options and add pillar_opts doc
2016-05-25 09:41:55 -07:00
Mike Place
2394cdc4bf
Merge pull request #33490 from rallytime/fix-16319
...
Document the postgres.psql_query function
2016-05-25 09:41:22 -07:00
Mike Place
f72ec1479b
Merge pull request #33482 from rallytime/pillar-opts-docs
...
Add pillar_opts docs to master.rst
2016-05-25 09:39:25 -07:00
Mike Place
ede232f0f1
Merge pull request #33480 from jfindlay/service_doc
...
states.service: minor doc updates
2016-05-25 09:38:14 -07:00
Justin Anderson
d1e210fff8
Merge branch '2015.5' of https://github.com/saltstack/salt into 2015.5
2016-05-25 10:28:18 -06:00
Shane Lee
4f96cc1f54
Return full pending computer name ( #33483 )
2016-05-25 10:26:21 -06:00
Pablo Suárez Hernández
6b6febb211
unit tests for rpm.checksum() and zypper.download()
2016-05-25 17:08:16 +01:00
Mike Place
a89be5e9d4
Use six.string_types in jobs runner ( #33499 )
...
Refs #33491
2016-05-25 10:02:38 -06:00
Mike Place
dc644b145d
Merge pull request #33488 from rallytime/fix-18752
...
Add docs for the syndic_finger config
2016-05-25 08:23:10 -07:00
Mike Place
2e24a04565
Merge pull request #33491 from BlaineAtAffirm/2015.8
...
fix jobs.list_jobs failing with search_target
2016-05-25 08:11:22 -07:00
Pablo Suárez Hernández
9deb70fd8e
jobs.exit_success() now works parsing the results of jobs.lookup_id()
2016-05-25 09:10:04 +01:00
Blaine Chatman
7599b18995
fix jobs.list_jobs failing with search_target
2016-05-24 17:56:45 -07:00
rallytime
0c5548f9d1
Document the postgres.psql_query function
...
Fixes #16319
2016-05-24 16:54:06 -06:00
rallytime
b0a9f4181f
Add docs for the syndic_finger config
...
Fixes #18752
2016-05-24 16:10:43 -06:00
Justin Anderson
0b1cae05d9
Added docstring examples to glance methods and nova.list
2016-05-24 15:35:44 -06:00
Justin Anderson
ebf1256545
Don't need to check swift.head due to it having no body
2016-05-24 15:26:28 -06:00
Justin Anderson
ee2ae0ea8a
Added docstring examples to glance.image_schema and schema_get
2016-05-24 15:16:07 -06:00
Justin Anderson
59e90064e6
modules.swift.head does not have a body. Should not be checked for a docstring right now.
2016-05-24 14:58:32 -06:00
rallytime
087564528d
Add pillar_opts docs to master.rst
2016-05-24 13:26:24 -06:00
rallytime
7fd3e8f361
Fix docs about etcd config options and add pillar_opts doc
...
Fixes #33423
2016-05-24 13:19:20 -06:00
Mike Place
1861af427e
Merge pull request #33478 from rallytime/bp-32484
...
Back-port #32484 to 2015.8
2016-05-24 12:14:23 -07:00
Justin Findlay
29c00a1b1b
states.service: clarify function description language
2016-05-24 12:30:06 -06:00
Justin Findlay
6a9ae09e79
states.service.__virtual__: add load fail reason
2016-05-24 12:25:26 -06:00
Mike Place
b8154b678e
Merge pull request #33457 from rallytime/doc-formatting
...
Make doc formatting consistent and use correct versionadded
2016-05-24 10:52:33 -07:00
Erik Johnson
1dfa95651c
Don't allow a "repo" kwarg for pkgrepo.managed ( #33477 )
...
This is not a valid argument for any of the supported pkgrepo platforms,
and having it pass through to pkg.expand_repo_def results in a
traceback.
2016-05-24 11:15:41 -06:00