Browse Source

The conf cookbook needs some work!

Douglas Thrift 10 years ago
parent
commit
ee3a8c13ab
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Berksfile
  2. 1 1
      metadata.rb

+ 2 - 0
Berksfile

@@ -1,3 +1,5 @@
 site :opscode
 
 metadata
+
+cookbook 'conf', github: 'douglaswth-cookbooks/cookbook-conf', branch: 'actually_updated_by_last_action'

+ 1 - 1
metadata.rb

@@ -8,4 +8,4 @@ version          IO.read(File.join(File.dirname(__FILE__), 'VERSION')) rescue '0
 
 supports 'freebsd', '>= 8.4'
 
-depends 'conf'
+depends 'conf', '~> 0.1.1'