From 65ad19a77a31bd222f8fc34594e6c84495c7b96c Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 8 Jul 2021 08:12:29 -0500 Subject: [PATCH] Moving IRC network reference to OFTC Also pull bind cookbook from git to fix version pinning issues. Change-Id: Ia4b85e1a1838cbb5fd5d5e05f99c920a3d498f65 Signed-off-by: Lance Albertson --- Berksfile | 4 ++++ CONTRIBUTING.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 745aef5..a3d5b3d 100644 --- a/Berksfile +++ b/Berksfile @@ -20,4 +20,8 @@ solver :ruby, :required end end +# TODO(ramereth): Remove after this PR gets included in a release +# https://github.com/joyofhex/cookbook-bind/pull/60 +cookbook 'bind', github: 'joyofhex/cookbook-bind' + metadata diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccba39f..bb03231 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,6 @@ Contacts -------- Mailing list: groups.google.com/group/opscode-chef-openstack -IRC: #openstack-chef is our channel on irc.freenode.net +IRC: #openstack-chef is our channel on irc.oftc.net Wiki: https://wiki.openstack.org/wiki/Chef/GettingStarted and https://docs.getchef.com/openstack.html Twitter: @chefopenstack