I've got a Chef node, bootstrapped with
knife bootstrap my.example.com --ssh-user USER --ssh-password 'PASSWORD' --sudo --use-sudo-password --node-name my.example.com
If I then format the node, how can I get Chef running on it again?
I don't want to do knife client delete my.example.com
as that will delete all the data from knife node edit my.example.com