From bd55380534d4d87c0fc545b2a575010fab929739 Mon Sep 17 00:00:00 2001 From: Vincent VAN HOLLEBEKE Date: Tue, 4 Aug 2015 12:55:40 +0200 Subject: [PATCH] pkg_add cookbook is now in Chef supermarket --- Berksfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index d422a67..cd3ad57 100644 --- a/Berksfile +++ b/Berksfile @@ -6,5 +6,5 @@ group :integration do cookbook 'apt' cookbook 'yum' cookbook 'freebsd' - cookbook 'pkg_add', github: 'wanelo-chef/pkg_add' + cookbook 'pkg_add' end