summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Ball <tyler-ball@users.noreply.github.com>2016-03-24 14:39:04 -0600
committerTyler Ball <tyler-ball@users.noreply.github.com>2016-03-24 14:39:04 -0600
commit7e69d7764965317f5c790c6ae00b958badb37dd7 (patch)
treed9b227c9101067f4c750687ab5ddd8e728cdb316
parent8a42761c04d0cc0582084fefecad9286ca09055d (diff)
parent075cbfe0e476ad7d0aa55f99966a8fbff7576139 (diff)
downloadchef-7e69d7764965317f5c790c6ae00b958badb37dd7.tar.gz
Merge pull request #4731 from chef/provisioning_maintenance
Adding Chef Provisioning to the maintainers file.
-rw-r--r--MAINTAINERS.md14
-rw-r--r--MAINTAINERS.toml17
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"