elif out == 'change':
        ret['changes']['persist'] = out
        msg = '{} entry updated in {}.'
        ret['comment'].append(msg.format(fs_file, config))
    else: