From 64cac72d77b5f667d2fcf1366dbb24b86f1dd738 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Mon, 19 May 2014 12:35:49 -0600 Subject: [PATCH] Sysctl moved to requiring a newer chef then the precise vagrant box --- Berksfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Berksfile b/Berksfile index cef5bbc..d092668 100644 --- a/Berksfile +++ b/Berksfile @@ -18,3 +18,4 @@ cookbook 'zookeeper', git: 'https://github.com/hpcloud-mon/cookbooks-zookeeper' # community cookbook we pin cookbook 'hostsfile', '= 1.0.1' cookbook 'build-essential', '= 1.4.4' +cookbook 'sysctl', '= 0.4.0'