summaryrefslogtreecommitdiff
path: root/MAINTAINERS.toml
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-03-16 13:09:41 -0600
committertyler-ball <tyleraball@gmail.com>2016-03-24 10:29:44 -0600
commit075cbfe0e476ad7d0aa55f99966a8fbff7576139 (patch)
tree0e86ef58b3a11ef234a1ab6e14e7c06ad11b6d4b /MAINTAINERS.toml
parentc8e5f920ebdbfca0360a4970e4066d4eac3f13fa (diff)
downloadchef-075cbfe0e476ad7d0aa55f99966a8fbff7576139.tar.gz
Adding Chef Provisioning to the maintainers file.provisioning_maintenance
Diffstat (limited to 'MAINTAINERS.toml')
-rw-r--r--MAINTAINERS.toml17
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"