mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
use pillar.raw instead of pillar.data to prevent refreshes too often
This commit is contained in:
parent
23622bae0e
commit
5e8a0ec191
@ -40,7 +40,7 @@ def returner(ret):
|
||||
If an error occurs, log it to sentry
|
||||
'''
|
||||
def connect_sentry(message, result):
|
||||
pillar_data = __salt__['pillar.data']()
|
||||
pillar_data = __salt__['pillar.raw']()
|
||||
sentry_data = {
|
||||
'result': result,
|
||||
'returned': ret,
|
||||
|
Loading…
Reference in New Issue
Block a user