Commit Graph

35862 Commits

Author SHA1 Message Date
Thomas S Hatch
871bfb42e2 lint in test script 2014-08-25 15:32:06 -06:00
Thomas S Hatch
ff4c7ec1a1 more lint 2014-08-25 15:29:40 -06:00
Thomas S Hatch
34955a649c change default to cache
default installs should not have the cache enabled, this is a
clear performance/memory tradeoff for larger deployments
2014-08-25 15:25:53 -06:00
Thomas S Hatch
e164f93f90 caches lint fix 2014-08-25 15:23:51 -06:00
Thomas S Hatch
8e03390f8a lint in master.py 2014-08-25 15:22:32 -06:00
Thomas S Hatch
e3624fa19a Merge branch 'add_fs_cache' of https://github.com/felskrone/salt into felskrone-add_fs_cache 2014-08-25 15:19:40 -06:00
Thomas S Hatch
ea2be8bc78 Merge pull request #15172 from ajacoutot/develop
Add a new virtual for OpenBSD service management: openbsdrcctl
2014-08-25 15:16:37 -06:00
Colton Myers
ad89a752f8 Merge branch '2014.7' into develop
Conflicts:
	salt/cloud/__init__.py
	salt/utils/cloud.py
2014-08-25 13:29:29 -06:00
Thomas S Hatch
4871444091 Merge pull request #15239 from nmadhok/fix-example-runners-jobs
Correcting description and example for salt.runners.jobs.print_job
2014-08-25 13:22:41 -06:00
Thomas S Hatch
98b8c28c1e Merge pull request #15235 from whiteinge/npm-updated-existing-install
Fixed version-check logic for already-installed npm packages
2014-08-25 13:18:52 -06:00
Thomas S Hatch
414528dc28 Merge pull request #15226 from cimarronm/disk_usage_darwin
disk.usage forces check for /etc/mtab
2014-08-25 12:58:49 -06:00
Thomas S Hatch
3be4c1bb29 Merge pull request #15223 from cimarronm/brew_list_upgrades_refresh
Added missing refresh option for brew.list_upgrades
2014-08-25 12:58:09 -06:00
Thomas S Hatch
8079982d77 Merge pull request #15221 from dmyerscough/salt-call-timeout-feature
#14951 Provide salt-call timeout parameter
2014-08-25 12:57:44 -06:00
Thomas S Hatch
2c8d4d621f Merge pull request #15220 from toddnni/fix-module-mret-false
Fix: Make module.run state to display False mret also
2014-08-25 12:56:20 -06:00
Thomas S Hatch
8ced509245 Merge pull request #15219 from dmyerscough/fix-archive-absolute-path
Ensure that the extract destination ends with a slash
2014-08-25 12:54:20 -06:00
Thomas S Hatch
15efc6a95b Merge pull request #15215 from s7726/develop
Add cygwin package management
2014-08-25 12:50:14 -06:00
Thomas S Hatch
c55527d65e Merge pull request #15213 from toddnni/add-mine-function-to-mine-send
Add mine_function parameter to mine.send
2014-08-25 12:44:22 -06:00
Thomas S Hatch
f081ca2e2b Merge pull request #15211 from toddnni/feature-list-all-users-in-ssh-auth-keys
Make auth_keys to list keys from all users
2014-08-25 12:41:56 -06:00
Thomas S Hatch
4ccdd20746 Merge pull request #15207 from s0undt3ch/hotfix/bootstrap-script
Update to latest bootstrap script, v2014.08.23
2014-08-25 12:39:05 -06:00
Thomas S Hatch
bff1dfd881 Merge pull request #15203 from terminalmage/fix-chcocolatey-exception
A more correct fix for 82cf61a
2014-08-25 12:38:45 -06:00
Nitin Madhok
3e7b1d5771 Corrected Spelling 2014-08-25 14:34:38 -04:00
Thomas S Hatch
c93d540783 Merge pull request #15175 from rominf/virtualbox
Modules for VirtualBox Guest
2014-08-25 12:32:35 -06:00
Nitin Madhok
cde9886bf5 Missed one grammatical error 2014-08-25 14:26:58 -04:00
Nitin Madhok
88efd5bf22 Correcting bad grammar 2014-08-25 14:26:15 -04:00
Nitin Madhok
aaaccf61a1 Correcting description and example for salt.runners.jobs.print_job Closes #15238 2014-08-25 14:24:23 -04:00
Joseph Hall
4ca8377e83 Merge pull request #15237 from nmadhok/fix-formatting
Fixing some of the formatting issues
2014-08-25 12:00:42 -06:00
Nitin Madhok
10ecc9b1c8 Formatting path 2014-08-25 13:49:49 -04:00
Nitin Madhok
0208baa53c Fixing some of the formatting issues 2014-08-25 13:32:15 -04:00
Joseph Hall
0b546aeadd Merge pull request #15234 from cachedout/pillar_refresh_doc
Add info about pillar refresh.
2014-08-25 11:12:54 -06:00
Joseph Hall
d9203dbe8d Merge pull request #15236 from terminalmage/gitpython-ssh-config
Add ssh_config example for GitPython
2014-08-25 11:10:04 -06:00
Erik Johnson
41a0753518 Add ssh_config example for GitPython 2014-08-25 12:06:29 -05:00
Seth House
9c2e22d1d8 Fixed version-check logic for already-installed npm packages
This fixes installing a new version of an already-installed package.
2014-08-25 11:01:03 -06:00
Mike Place
0d03e31fb7 Add info about pillar refresh. 2014-08-25 10:56:55 -06:00
Antoine Jacoutot
d3c1396a2e Fix for #15172.
Implement disabled() and enabled().
2014-08-25 15:26:38 +02:00
vs
45e997d020 use default path for socket instead of /tmp/... 2014-08-25 15:16:12 +02:00
vs
e2278a6984 switch from DEBUG to log.debug 2014-08-25 15:10:22 +02:00
vs
311e50ba32 its not a file, its a socket, test for existence 2014-08-25 15:09:25 +02:00
vs
f7cdec035a put fscache in its own file for log-name
if other cache systems are added, it should be recognizable
in the logs which cache system logged a certain msg
2014-08-25 14:41:23 +02:00
vs
f50ef837fd initial add for cache-testing skript 2014-08-25 14:17:00 +02:00
vs
d5faa0cc5b add function for cleaning up and securing the sockets 2014-08-25 14:14:49 +02:00
vs
a57aa08b30 move cache-init to its own function and add it to process cleanup 2014-08-25 14:14:08 +02:00
vs
ca0d98c4dc added salt.caches to setup.py for package-build 2014-08-25 14:06:12 +02:00
vs
d8ef5778c2 always use single quotes 2014-08-25 09:31:12 +02:00
vs
536c0deae5 put ipc stuff into the masters ipc dir 2014-08-25 09:29:46 +02:00
vs
866e0f3ac3 cleanup imports 2014-08-25 09:29:10 +02:00
vs
720253bc49 add a job to cache grains and mine data.p's 2014-08-25 08:53:26 +02:00
vs
8226766d53 add fscache-startup on master start 2014-08-24 23:17:53 -07:00
vs
9430758cfa initial add 2014-08-24 23:17:30 -07:00
vs
f3aa94699d add filesystem-cache options 2014-08-25 07:59:43 +02:00
Cimarron Mittelsteadt
86b8e5eed2 BUG: Darwin does not necessarily need /etc/mtab present to run df for disk.usage function 2014-08-24 12:59:16 -07:00