Skip to content

Commit

Permalink
Fixing couchbase::lib class
Browse files Browse the repository at this point in the history
  • Loading branch information
SocalNick committed Apr 2, 2013
1 parent c6175fa commit 0e4fc16
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions manifests/lib.pp
@@ -1,15 +1,8 @@
class couchbase::lib { class couchbase::lib {

include homebrew


homebrew::formula { package { "libcouchbase":
'libcouchbase': provider => "homebrew",
before => Package['boxen/brews/libcouchbase'] ; ensure => present,
}

package {
'boxen/brews/libcouchbase':
ensure => '1.4.13-boxen1'
} }


} }
Expand Down

0 comments on commit 0e4fc16

Please sign in to comment.