aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-11 21:35:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-11 21:35:34 -0300
commitdeb0f9d2bb3efb6addfec6fa9f051abc9bd215ee (patch)
tree10c2d1c50cf308102f1bf27a62ef3e436c827791 /README
parent86cd3ef1cccaa40f3aeb214d3a52050be97827b2 (diff)
downloadpuppet-ikiwiki-deb0f9d2bb3efb6addfec6fa9f051abc9bd215ee.tar.gz
puppet-ikiwiki-deb0f9d2bb3efb6addfec6fa9f051abc9bd215ee.tar.bz2
Example update
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index ff70403..df88f37 100644
--- a/README
+++ b/README
@@ -28,7 +28,12 @@ Usage example
-------------
# Declare the ikiwiki class
- class { 'ikiwiki': }
+ class { 'ikiwiki':
+ www_user => 'www-data',
+ sites_folder => /var/www,
+ git_implementation => 'gitolite',
+ git_folder => '/var/lib/git',
+ }
# Define your website using your http server module of choice.
apache::site { "mywiki":