Skip to content

Commit

Permalink
Make module available on Puppet Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Jul 25, 2010
1 parent 18f75d3 commit ad839cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/func/.gitignore
@@ -0,0 +1 @@
pkg/
2 changes: 2 additions & 0 deletions modules/func/Modulefile
@@ -0,0 +1,2 @@
name 'rodjek-func'
version '1.0.0'
7 changes: 7 additions & 0 deletions modules/func/README.md
Expand Up @@ -14,6 +14,13 @@ generating new ones for Func).


## Install ################################################################## ## Install ##################################################################


Using the awesome puppet-module tool

# cd /path/to/your/puppet/modules
# puppet-module install rodjek-func

By hand:

# cd /path/to/your/puppet/modules # cd /path/to/your/puppet/modules
# git clone git://github.com/rodjek/puppet-func.git func # git clone git://github.com/rodjek/puppet-func.git func
# /etc/init.d/puppetmaster restart # /etc/init.d/puppetmaster restart
Expand Down

0 comments on commit ad839cd

Please sign in to comment.