update Berksfile with new cookbook location

This commit is contained in:
Christoph Hartmann 2016-02-18 21:25:36 +01:00
parent 1d043bfebc
commit 8bc9d8820a

View file

@ -1,5 +1,5 @@
source 'https://supermarket.chef.io'
cookbook 'apt'
cookbook 'os_prepare', path: './cookbooks/os_prepare'
cookbook 'os_prepare', path: './test/cookbooks/os_prepare'
cookbook 'runit', github: 'hw-cookbooks/runit'