From 310948615959c1612da863935976f7d1106c96ec Mon Sep 17 00:00:00 2001 From: Adrien Thebo Date: Tue, 31 May 2011 15:48:05 -0700 Subject: Added README. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..42f765d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# puppet-gitweb # + +Installs and configures gitweb + +## Synopsis ## + + # Override the defaults, optional + class { "gitweb::settings": + site_alias => "gitweb.example.com", + projectroot => "/home/git/repositories", + } + + include gitweb # magic! -- cgit v1.2.3