]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 15:50:55 +0000 (13:50 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Dec 2011 15:50:55 +0000 (13:50 -0200)
manifests/init.pp

index 180285bcac07fd1ce9b5c69c118bbb106d993fdc..6e1cd8d7587b96be6edb3dab6d59992119bdddc3 100644 (file)
@@ -25,7 +25,7 @@ class etherpad {
     ensure   => present,
     provider => git,
     source   => 'git://github.com/Pita/etherpad-lite.git',
-    revision => 'ddf1cd345c8516a77c1440b53ddc05279551db7b'
+    revision => 'ddf1cd345c8516a77c1440b53ddc05279551db7b',
     owner    => 'etherpad-lite',
     group    => 'etherpad-lite',
     require  => [ User['etherpad-lite'], Group['etherpad-lite'] ],