[13:34:22] kostajh: one thought re: hcaptcha-proxy -- you'd probably find it useful to write some httpbb test cases for it, it would have caught things like https://gerrit.wikimedia.org/r/c/operations/puppet/+/1286874 early [13:34:27] https://wikitech.wikimedia.org/wiki/Httpbb [13:42:43] cdanis: ack, thanks [14:06:23] Is there an standard approach for when to use run_cookbook in another cookbook? For example, sre.hosts.reimage seems to use sre.hosts.downtime, elsewhere uses spicerack.alerting_hosts.downtime. Maybe downtime is a special case? [14:24:40] cezmunsta: o/ it depends, a lot of times we have code already doing what we want via spicerack (not sure if you already checked the repo, if not it is here https://gerrit.wikimedia.org/r/admin/repos/operations/software/spicerack,general) [14:24:59] so it is more convenient instead of running another cookbook [14:25:30] reimage is a borderline use case since we have to do a lot of different things to reimage a host, and sometimes calling another cookbook is more convenient [14:25:40] but in general, if available, better to use spicerack [14:28:51] elukey: thanks for the clarification! [14:29:05] anytime! If you have more questions feel free to ask [14:42:27] ty