salt/salt
Jorge Schrauwen 1eb4fc884c Fix swap grains for Solaris-like operating systems
The output of ```swap -s``` is the same on atleast the following:
- Solaris 11.3
- Solaris 10
- OmniOS
- OpenIndiana
- SmartOS

```
total: 3251464k bytes allocated + 827664k reserved = 4079128k used,
181507256k available
```

The first value is the current allocate mount of swap without
reservations, the 2nd value is the reservation, the 3rd value is the
current used (allocate + reservation) the last value is the amount of
currently available swap.

We want available + used to get the total.
2017-12-03 10:33:43 +01:00
..
acl Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
auth Add a late-import for the salt.utils.master.py file in salt.auth 2017-11-08 12:03:27 -07:00
beacons Merge pull request #44203 from rallytime/merge-develop 2017-10-23 09:11:54 -05:00
cache Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
cli Fix calls to verify_env 2017-11-29 19:45:19 -06:00
client Add __context__ to runner/wheel loader instances 2017-11-28 21:57:37 -06:00
cloud fix #44651 2017-11-28 08:12:59 +02:00
config fix soem bugs and make a better event tag 2017-11-30 11:35:33 -07:00
daemons Replace util path references with new ones 2017-11-22 12:44:36 -05:00
defaults
engines Merge pull request #44309 from cloudflare/http-logstash-eng 2017-11-10 11:34:27 -07:00
executors
ext merge upstream develop 2017-09-27 14:26:32 -06:00
fileserver Merge branch 'develop' into gitfs-singleton 2017-10-17 14:16:28 -06:00
grains Fix swap grains for Solaris-like operating systems 2017-12-03 10:33:43 +01:00
log Merge branch 'develop' into sentry_mod 2017-10-17 10:00:08 +02:00
modules Merge pull request #44691 from isbm/isbm-ansiblegate-issue44670 2017-12-01 16:11:52 -07:00
netapi Move TimoutError check lower down in exception list 2017-11-21 13:16:42 -05:00
output Merge pull request #44407 from rallytime/merge-develop 2017-11-08 11:50:05 -08:00
pillar Merge branch '2017.7' into 'develop' 2017-11-22 12:36:03 -05:00
proxy Merge branch '2017.7' into 'develop' 2017-11-22 12:36:03 -05:00
queues salt/pull/43410#discussion_r137821576 -- pass flag to pop and process_queue 2017-09-11 18:47:38 +03:00
renderers Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
returners try to ensure that the ret is never None 2017-12-01 12:02:15 -07:00
roster Merge branch '2017.7' into 'develop' 2017-10-16 15:26:19 -04:00
runners Merge pull request #44769 from thatch45/pause_states 2017-12-01 15:56:56 -07:00
sdb fix docstring errors during rendering 2017-11-07 10:24:56 +02:00
serializers Move 13 functions from salt.utils to salt.utils.data 2017-10-10 17:42:42 -05:00
spm merge upstream develop 2017-09-27 14:26:32 -06:00
states Add wheel/runner return to changes dict for orchestration 2017-11-29 10:31:06 -06:00
templates Merge branch '2016.11' into '2017.7' 2017-11-10 10:33:25 -05:00
thorium Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
tokens Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
tops New pillar/master_tops saltclass module 2017-09-12 15:53:39 +02:00
transport Add some clarifications to event and architecture documentation 2017-10-29 15:08:57 -04:00
utils Merge pull request #44753 from garethgreenaway/various_schedule_skip_bits 2017-12-01 15:48:18 -07:00
wheel Add __context__ to runner/wheel loader instances 2017-11-28 21:57:37 -06:00
__init__.py
_compat.py
crypt.py Merge branch '2017.7' into 'develop' 2017-10-16 15:26:19 -04:00
exceptions.py Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
fileclient.py Merge branch '2017.7' into 'develop' 2017-10-16 15:26:19 -04:00
key.py Separates key_dir from cache_dir, The key files (i.e. '.root_key', '.sudo_...') must not be shared with other masters. 2017-10-20 11:06:31 +09:00
loader.py Add __context__ to runner/wheel loader instances 2017-11-28 21:57:37 -06:00
master.py fix soem bugs and make a better event tag 2017-11-30 11:35:33 -07:00
minion.py Adding ability to postpone jobs usiing a simple, initial postpone function. The postpone function adds the current job time to a skip_explicit list and adds the new run time to a run_explicit list. 2017-11-30 22:02:07 -08:00
payload.py
runner.py Add __context__ to runner/wheel loader instances 2017-11-28 21:57:37 -06:00
scripts.py boto_elbv2 fix 2017-10-13 07:25:57 +02:00
state.py Add extra check for non-jid runs, as these can't be paused 2017-12-01 08:18:28 -07:00
syspaths.py merge upstream develop 2017-09-27 14:26:32 -06:00
template.py merge upstream develop 2017-09-27 14:26:32 -06:00
textformat.py
version.py Add Neon to version list 2017-09-12 09:36:34 -04:00