diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-29 13:37:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-29 13:37:52 -0300 |
commit | 7b7a6a566974bc35687dfb1516eafd1421301c97 (patch) | |
tree | 3b56e5ea26b97af3bd289038712afda126b49b1e /manifests | |
parent | a39336ce95733ec434758d18ea05e0466c881fec (diff) | |
download | puppet-ikiwiki-7b7a6a566974bc35687dfb1516eafd1421301c97.tar.gz puppet-ikiwiki-7b7a6a566974bc35687dfb1516eafd1421301c97.tar.bz2 |
Use gitolite as the default git implementation
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 059b19a..789ff92 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,6 @@ class ikiwiki( - $sites_folder = '/var/sites' + $sites_folder = '/var/sites' + $git_implementation = 'gitolite', ) { package { [ "ikiwiki", "po4a" ]: ensure => installed, |