diff --git a/.gitignore b/.gitignore index 8000dd9..43c013a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .vagrant +Berksfile.lock diff --git a/Berksfile b/Berksfile index 19c9652..a5926a3 100644 --- a/Berksfile +++ b/Berksfile @@ -1,4 +1,3 @@ cookbook 'apt', git: 'https://git.hpcloud.net/kuhlmant/apt' cookbook 'hostsfile', '= 1.0.1' -cookbook 'hp_common_functions', git: 'https://git.hpcloud.net/kuhlmant/hp_common_functions' cookbook 'zookeeper', git: 'https://git.hpcloud.net/mon/cookbooks-zookeeper'