Run
puppet node deactivate agent-hostname
on your master. That nullifies all exported resources for that host, which then get repopulated on the next agent run.
Matt.
Oh thanks, that worked.I guess I was confused with the semantics of 'clean' and 'deactivate' and thought 'deactivate' would... deactivate the node not just 'clean' out its virtual resources :)It would be nice if there was a curl interface for puppetdb to delete specific virtual resources! So far as I can tell it doesn't work with -X DELETE at all.