]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/switch2osm/recipes/default.rb
Add test for switch2osm cookbook
[chef.git] / cookbooks / switch2osm / recipes / default.rb
index 3e0c51f9ce9f29722e66564d6f8ac249fe938c20..da4957cad122d160dff4648425e4e00293b77a0c 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
+
 include_recipe "apache"
 include_recipe "git"
 
 package %w[
   ruby
   ruby-dev
+  libssl-dev
   zlib1g-dev
+  pkg-config
 ]
 
 apache_module "expires"