Skip to content

Commit

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

include homebrew

homebrew::formula {
'libcouchbase':
before => Package['boxen/brews/libcouchbase'] ;
}

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

}

0 comments on commit c6175fa

Please sign in to comment.