Joseph Hall
07bbc9e5f5
Fixing my sloppy mistake
2013-04-21 18:42:31 -06:00
Thomas S Hatch
61daa1a827
Merge pull request #4552 from techhat/issue4551
...
Add LANG= if not in locale file, fixes #4551
2013-04-20 21:06:14 -07:00
Thomas S Hatch
89e567358c
Change the fcache naming to be a mine
2013-04-20 22:04:18 -06:00
Thomas S Hatch
061329ca1f
Change fcache to mine
2013-04-20 21:59:49 -06:00
Joseph Hall
d01ed64552
Add LANG= if not in locale file, fixes #4551
2013-04-20 17:17:55 -06:00
Thomas S Hatch
4193e8d2e5
Add fcache.get, to gather data from the fcache
2013-04-20 02:33:35 -06:00
Thomas S Hatch
7125396989
Add fcache_get method to the master to gather fcache data_
2013-04-20 01:52:46 -06:00
Thomas S Hatch
4dd5cda506
refine config lookup in fcache.update
2013-04-20 01:04:47 -06:00
Thomas S Hatch
64d56525b7
Refine logging for apt, otherwise it fires with every non-debian os
2013-04-20 00:55:31 -06:00
Thomas S Hatch
5e57991f33
close fcache try block
2013-04-20 00:51:44 -06:00
Thomas S Hatch
bb4defab0c
Merge pull request #4550 from basepi/sshfix4170
...
Fix ssh_auth.absent to check only the key, not the whole key line
2013-04-19 23:42:05 -07:00
Thomas S Hatch
7977cee270
Merge pull request #4549 from morganfainberg/4514
...
Addressing issues in #4514
2013-04-19 23:37:01 -07:00
Thomas S Hatch
abf9252d12
Start out on the fcache execution module
2013-04-20 00:31:12 -06:00
Thomas S Hatch
8d124dd125
Add fcache master function to the master server
2013-04-20 00:29:40 -06:00
Colton Myers
f1afc32efa
Clean up some PEP8 stuff
2013-04-19 18:56:48 -06:00
Colton Myers
be3e5018a1
Set result=None not return=None for test=True
2013-04-19 18:19:14 -06:00
Colton Myers
f6a2782397
Fix ssh-auth.absent to search for just the key; Fixes #4170
...
Previously was searching for the whole line, and ssh.rm_auth_key and
ssh.check_key were both expecting just the key part.
2013-04-19 18:17:53 -06:00
Morgan Fainberg
0257bb8acf
Formatting Fix for #4514
...
Formatting fix on warning message(s) when python-software-properties
is unavailable.
2013-04-19 17:00:11 -07:00
Thomas S Hatch
5fada6edad
Rotate the publish crypt session daily
2013-04-19 17:53:32 -06:00
Thomas S Hatch
8aabd17455
Doh! Default the mtime to an integer
2013-04-19 17:42:53 -06:00
Thomas S Hatch
7a23a3239f
Pass in the cachedir to dropfile
2013-04-19 17:27:51 -06:00
Thomas S Hatch
decba62525
Fix #4520
...
Call for a refresh on the publish session key when removing keys
and rejecting keys forcing rejected minions to re-auth
2013-04-19 17:21:16 -06:00
Thomas S Hatch
b177b9b46c
Move to salt.crypt
2013-04-19 17:21:16 -06:00
Thomas S Hatch
c9f5e30976
Add dropfile function to utils
2013-04-19 17:21:16 -06:00
Thomas S Hatch
f6fd94015e
Allow for the main session key to be updated hot
2013-04-19 17:21:16 -06:00
Morgan Fainberg
cde0c2765d
Fix for #4514
...
Cleaning up warning/error messages for issue #4514 . There are now
log messages when either aptsources.sourceslist or
softwareproperties.ppa fail to import. There are also clearer
log warnings when trying to use functions from either.
2013-04-19 16:18:15 -07:00
Thomas S Hatch
ac3083e907
Merge pull request #4548 from s0undt3ch/develop
...
Include the filesystem cleanup options group into the parser.
2013-04-19 15:54:35 -07:00
Thomas S Hatch
75c0c2b608
Merge pull request #4547 from sfdc-kho/develop
...
Add user wildcard matching for external auth
2013-04-19 15:54:04 -07:00
Pedro Algarvio
7e0b13a493
Include the filesystem cleanup options group into the parser.
2013-04-19 22:36:02 +01:00
Kim Ho
327ad06f34
Add user wildcard matching for external auth
2013-04-19 14:14:31 -07:00
David Boucha
b94dbf9784
Merge pull request #4506 from pengyao/develop
...
delete `salt`. the sql statements
2013-04-19 13:20:36 -07:00
Thomas S Hatch
557faf02be
Merge pull request #4545 from syphernl/patch-1
...
Update ubuntu.rst
2013-04-19 13:17:06 -07:00
Frank
5c751743bb
Update ubuntu.rst
...
The `software-properties-common` package is required to be able to do `add-apt-repository` and not the mentioned `python-software-properties`.
2013-04-19 20:59:57 +03:00
Thomas S Hatch
a612ce9ff7
Whoops :) return False, not None!
2013-04-19 10:50:03 -06:00
Thomas S Hatch
e671bd2587
Don;t check for dig in each function, if dig is not there, don't load
2013-04-19 10:40:11 -06:00
Thomas S Hatch
6ad54f6ae7
Merge pull request #4535 from s0undt3ch/develop
...
Minor fixes
2013-04-18 15:15:24 -07:00
Thomas S Hatch
c80d7ffe51
Clean up makedirs wrt recent updates and fixes
2013-04-18 16:15:09 -06:00
Thomas S Hatch
3f88b39cad
Merge pull request #4538 from yml/regression_pkgrepo_managed_ppa
...
Fix for the regression pkgrepo.managed for the PPA
2013-04-18 15:03:55 -07:00
Thomas S Hatch
d13d8ac979
Merge pull request #4539 from ranl/develop
...
adding timeout option and fixing output of a failed state
2013-04-18 15:00:01 -07:00
ran
799789c0b6
adding timeout option and fixing output of a failed state
2013-04-18 23:00:21 +03:00
Yann Malet
cf877385bf
Fix for the regression pkgrepo.managed for the PPA
2013-04-18 12:08:24 +02:00
Pedro Algarvio
ddf2a6d8ff
Remove traceback.format_exc()
calls where not needed.
2013-04-18 05:55:20 +01:00
Pedro Algarvio
113deeb3c7
Complement the docstring.
2013-04-18 05:32:29 +01:00
Pedro Algarvio
fb4106339e
Import salt.log
ASAP.
...
Because we NEED to make sure that any logger instance salt instantiates is using `salt.log.SaltLoggingClass`
2013-04-18 05:31:18 +01:00
Thomas S Hatch
acaf0819b8
Merge pull request #4533 from tempspace/develop
...
Write out new host entries one line at a time
2013-04-17 20:19:29 -07:00
Thomas S Hatch
2e311c6888
Merge pull request #4530 from s0undt3ch/develop
...
Don't hard code the salt loaders base name.
2013-04-17 20:14:09 -07:00
Thomas S Hatch
a4d1de1fc4
Merge pull request #4528 from lesnail/develop
...
added service support for opensuse
2013-04-17 20:10:14 -07:00
Will Platnick
c7130126f4
Write out new host entries one line at a time
2013-04-17 21:57:40 -05:00
Pedro Algarvio
c9ad4e7ca8
loaded_base_name
and mod_type_check
default to None
and in that case, to what's defined for salt.
2013-04-18 03:40:13 +01:00
Pedro Algarvio
ad94c1b550
The internal vs external module type checking should also be configurable.
2013-04-18 03:35:29 +01:00