Skip to content

Commit

Permalink
Update README with a notes section
Browse files Browse the repository at this point in the history
  • Loading branch information
alup committed Feb 19, 2013
1 parent 6628a24 commit d53618f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,21 @@ The `--libdir=\\$modulepath/rbenv/lib` argument is important to make
puppet aware of the rbenvgem custom provider and type.


## Notes

This project contains a custom `rbenvgem` type for use by the client via module.

Custom types and facts (plugins) are gathered together and distributed via a file mount on
your Puppet master.

To enable module distribution you need to make changes on both the Puppet master and the clients.
Specifically, `pluginsync` must be enabled in puppet.conf configuration file on both the master and the clients.

```
[main]
pluginsync = true
```

## Supported Platforms

* CentOS
Expand Down

0 comments on commit d53618f

Please sign in to comment.