I don\'t know why I can\'t find anything on the interwebs about this.
I basically want to write a recipe that prompts a user for their github username/password, then
It feels super dirty, but this actually works. Maybe some things can be tuned so that it feels a bit more clean:
file "/tmp/ans" do puts "Enter something useful!" content ::STDIN.readline end
You can apply such a recipe with chef-apply, note that using Vagrant will not work.
Still, I would recommend do it differently. Another way would be to not call chef directly, but through a wrapper script. This could read the data from the user and write it into a json file, which is then given to chef via the -j PATH, --json-attributes PATH parameter (see chef-solo parameters).