summaryrefslogtreecommitdiff
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
parentc8e5f920ebdbfca0360a4970e4066d4eac3f13fa (diff)
downloadchef-provisioning_maintenance.tar.gz
Adding Chef Provisioning to the maintainers file.provisioning_maintenance
-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"