]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Sep 2013 23:43:26 +0000 (20:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Sep 2013 23:43:26 +0000 (20:43 -0300)
manifests/gitolite.pp

index ad235375df45f32e95152d4251309b7dad6d752a..01e0f3ea257f0d72e66c0afe8a2d64ceed388a39 100644 (file)
@@ -114,8 +114,8 @@ class gitolite inherits git {
   # http://git-annex.branchable.com/tips/using_gitolite_with_git-annex/
   file { [ '/var/git/adc', '/var/git/adc/ua' ]:
     ensure  => $::lsbdistcodename ? {
-      'squeeze' => directory,
-       default  => present,
+      'squeeze' => absent,
+       default  => directory,
     },
     owner   => gitolite,
     group   => gitolite,