Tomoya Kabe
Tomoya Kabe
**Is your feature request related to a problem? Please describe.** I'm writing a test of my project using goiardi, where a client (c1) fetches the public key of another client...
## :ghost: Brief Description Template variable `apache_pid_file` is not passed from the `install` resource. https://github.com/sous-chefs/apache2/blob/v8.5.0/templates/etc-sysconfig-httpd.erb#L31 always renders like: ``` PIDFILE= ``` `install` resource does not pass `apache_pid_file` template variable to...
## Describe the Feature Specify `ARM_CONTAINER` for `environment.type` of `aws_codebuild_project` resource. Of course CodeBuild is wrapped with cloudposse/terraform-aws-codebuild, and it accepts this value as `build_type` variable. ## Expected Behavior `build_type`...
dd-agent recipe always evaluates `ruby_block 'include system-probe'` even after the first run, with rendered template placed on the host. Chef recipes all should be idempotent, so most of conditionals should...
@kazuho I noticed current daemon does not use the new value of `ENABLE_AUTO_RESTART` that is updated (or newly added) online. This is because `$ENV{ENABLE_AUTO_RESTART}` is `local`ed (https://github.com/kazuho/p5-Server-Starter/blob/master/lib/Server/Starter.pm#L339) but it is...