chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

[SHACK-377] Add app config values to schema #46

Closed jonsmorrow closed 6 years ago

jonsmorrow commented 6 years ago

This change adds the new app config values for updates to the config schema so chef-run will complete without error when the user sets these values for the tray app.

[updates]
channel = 'current'
interval_minutes = 5
enable = false

Signed-off-by: Jon Morrow jmorrow@chef.io

Description

[Please describe what this change achieves]

Issues Resolved

[List any existing issues this PR resolves, or any Discourse or StackOverflow discussion that's relevant]

Check List