if __opts__['test']:
        ret['comment'] = 'would power: {0} system'.format(name)
        ret['result'] = None
        ret['changes'] = {'old': org, 'new': name}
        return ret