dvinograd
Results
2
comments of
dvinograd
I found an easier way to reset `pivotal` user when `pivotal.pem` is missing or invalid: `chef-server-ctl stop; rm -f /var/opt/opscode/bootstrapped /etc/opscode/pivotal*; chef-server-ctl reconfigure` This initiates Chef's bootstrap recipe (`recipe["private-chef::bootstrap"])` which...
I think this should've been documented from the start, to save endless hours and headache of anyone trying to use this cookbook. There's no documentation or example code to go...