From b795bd684ce0207b51a3faf60d4861693b0f60b5 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 8 Jul 2021 08:13:59 -0500 Subject: [PATCH] Moving IRC network reference to OFTC Also pull bind cookbook from git to fix version pinning issues. Change-Id: I0c6a50d33622a9dd6deff66ea204c56d6b5657c6 Signed-off-by: Lance Albertson --- Berksfile | 4 ++++ CONTRIBUTING.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index ad495093..3d67fe84 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 74671e01..e79f185a 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