commit | 0cbc6790e48f95a8fa99374d799e51fd1bc27b50 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Wed Feb 14 17:12:37 2018 +0100 |
committer | Ales Komarek <mail@newt.cz> | Wed Feb 14 17:12:37 2018 +0100 |
tree | 3a0fbc58f3372ed49bd07049c2ea6445ea92d54c | |
parent | ef0eea36b1a5ffd09eadf7d7e675818124577d47 [diff] |
Added lowstate to minion info collector Change-Id: Ia46969bab0bf7eec118d68f67a491de9cf726994
diff --git a/_modules/architect.py b/_modules/architect.py index 75878a8..7e8d845 100644 --- a/_modules/architect.py +++ b/_modules/architect.py
@@ -69,6 +69,7 @@ data = { 'pillar': __salt__['pillar.data'](), 'grain': __salt__['grains.items'](), + 'lowstate': __salt__['state.show_lowstate'](), } output = _client().push_salt_minion({data['grain']['id']: data}) return output