Skip to content

Commit

Permalink
update librarian usage
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Apr 15, 2015
1 parent 25ecf41 commit 01cd35d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,18 @@ class { 'zookeeper':

## Install

### librarian (recommended)
### Librarian (recommended)

For [puppet-librarian](https://github.com/rodjek/librarian-puppet) just add to `Puppetfile`

from Forge:
```ruby
mod 'deric/zookeeper'
mod 'deric-zookeeper'
```

latest (development) version from GitHub
```ruby
mod 'deric/zookeeper', :git => 'git://github.com/deric/puppet-zookeeper.git'
mod 'deric-zookeeper', git: 'git://github.com/deric/puppet-zookeeper.git'
```

### submodules
Expand Down

0 comments on commit 01cd35d

Please sign in to comment.