We have a single machine that runs 10.6.8 still and it seems to have problems with any version of the sal scripts past 0.7.5. All the newer versions throw an error like this:
File "/usr/local/munki/postflight.d/sal-postflight", line 489, in <module>
main()
File "/usr/local/munki/postflight.d/sal-postflight", line 44, in main
report['MachineInfo']['SystemProfile'] = get_sys_profile()
File "/usr/local/munki/postflight.d/sal-postflight", line 153, in get_sys_profile
stdout = subprocess.check_output(command)
AttributeError: 'module' object has no attribute 'check_output'
Done.
Rolling back to 0.7.5 resolves and lets the machine report in. Anyone else seeing similar issues? Thanks.
--