vpn-p2p/ops/cookbooks/app/Berksfile
2019-06-30 21:40:37 -04:00

6 lines
205 B
Ruby

# frozen_string_literal: true
source 'https://supermarket.chef.io'
# cookbook 'mysql', '~> 8.5.1'
cookbook "library-cookbook", "~> 0.1.1", git: "https://github.com/example/library-cookbook.git"
metadata