ubuntu, find config changes
# To find local modified CFG files, files forked from what was shipepd in package
# find locally modified formulas
dpkg -l | grep salt-formula | awk '{print $2}' | while read line; do debsums ${line} >/dev/null || echo ${line}; debsums ${line} | grep FAILED | sed -e 's/FAILED//'; done