pm_config_set
Change Puppet Master configuration values using dot-notation keys. Writes the new setting directly to the config file.
Instructions
Modify a Puppet Master configuration value directly in project/puppet-master.config.ts. Supports dot-notation keys. WARNING: rewrites the config file as JavaScript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dot-notation key to set (e.g. "pmMode", "modules.blog.enabled") | |
| value | No | New value to set (string, boolean, number, or JSON) |