diff options
-rw-r--r-- | MAINTAINERS.md | 14 | ||||
-rw-r--r-- | MAINTAINERS.toml | 17 |
2 files changed, 31 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 22a578e64d..96c8c70729 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -84,6 +84,20 @@ To mention the team, use @chef/client-test-tools * [Lamont Granquist](https://github.com/lamont-granquist) * [Ranjib Dey](https://github.com/ranjib) +## Chef Provisioning + +Chef Provisioning and Drivers. Supported Drivers are listed in the [README](https://github.com/chef/chef-provisioning/blob/master/README.md#chef-provisioning). + +To mention the team, use @chef/provisioning + +### Lieutenant + +* [Tyler Ball](https://github.com/tyler-ball) + +### Maintainers + +* [John Keiser](https://github.com/jkeiser) + ## Platform Specific Components The specific components of Chef related to a given platform - including (but not limited to) resources, providers, and the core DSL. 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" |