Skip to content

Commit

Permalink
Add usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bklang committed Sep 26, 2012
1 parent c1dccb9 commit 57136ea
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Expand Up @@ -4,3 +4,27 @@ mojolingo/asterisk
==================

This module provides functions to manage Asterisk packages.

Usage
-----

If you are are using [Librarian-puppet](https://github.com/rodjek/librarian-puppet) then add this to your Puppetfile:

```Ruby
mod "puppetlabs/apt"
mod "mojolingo/asterisk", :git => "git://github.com/mojolingo/puppet-asterisk.git"
```

Then run `librarian-puppet update`

To install Asterisk 1.8 from the Digium repositories add this to your Puppet manifest:

```Puppet
include asterisk
```

Caveats
------

This module currently only supports Debian and Ubuntu.

0 comments on commit 57136ea

Please sign in to comment.