Use consistent hash type in Berksfile

This change uses consistent hash types in the Berksfile. Before
there were two different assignments:
  cookbook "statsd",
    :git => "git://github.com/att-cloud/cookbook-statsd.git"
  cookbook "openstack-common",
    git: "git://github.com/stackforge/cookbook-openstack-common.git"

This fixes that issue so they are both consistent.

Change-Id: Id20e2249b1f00a4abd90639243e4a1e600a64c47
This commit is contained in:
Lance Bragstad
2014-04-07 17:59:55 +00:00
parent d6a170f012
commit e876b83cad

View File

@@ -1,6 +1,6 @@
metadata
cookbook "statsd",
:git => "git://github.com/att-cloud/cookbook-statsd.git"
git: "git://github.com/att-cloud/cookbook-statsd.git"
cookbook "openstack-common",
git: "git://github.com/stackforge/cookbook-openstack-common.git"
git: "git://github.com/stackforge/cookbook-openstack-common.git"