Chef Solo get user input

后端 未结 2 850
后悔当初
后悔当初 2020-12-12 02:25

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

2条回答
  •  自闭症患者
    2020-12-12 02:31

    I'd say chef is not made for such user input.

    You might use ruby code that is executed during the compile phase of the chef run, but I'd suggest the following:

    What about reading it from an environment variable?

提交回复
热议问题