aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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":