I'm using chef-solo, to avoid the headache of having multiple instance to manage (correct me if you think this is not a good idea)
I have defined a 'database' role; I cook it with chef-solo on the target node.
Now, I want a way to create new users to database 'dynamically'
Like engine yard, where you can hit the 'create database' button and that triggers a new database creation.
Should I set up a cronjob that continuously fetches the run list from an URL ? What should I put in that URL ? I don't want to re-install the whole cookbook.