diff options
Diffstat (limited to 'MAINTAINERS.toml')
-rw-r--r-- | MAINTAINERS.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index b617ef8105..a81fefbeda 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -95,6 +95,19 @@ another component. "ranjib" ] + [Org.Components.Provisioning] + title = "Chef Provisioning" + team = "provisioning" + text = """ +Chef Provisioning and Drivers. Supported Drivers are listed in the [README](https://github.com/chef/chef-provisioning/blob/master/README.md#chef-provisioning). +""" + + lieutenant = "tyler-ball" + + maintainers = [ + "jkeiser", + ] + [Org.Components.Subsystems] title = "Platform Specific Components" text = """ @@ -375,3 +388,7 @@ The specific components of Chef related to a given platform - including (but not [people.tas50] Name = "Tim Smith" GitHub = "tas50" + + [people.jkeiser] + Name = "John Keiser" + GitHub = "jkeiser" |