]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Updating etherpad version
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 18 Mar 2012 23:15:41 +0000 (20:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 18 Mar 2012 23:15:41 +0000 (20:15 -0300)
manifests/init.pp

index 0952fb3bfdce9a86881b006feb6eb42507e919d7..5cb416a50c9075350fde913ace224a117a634496 100644 (file)
@@ -45,7 +45,7 @@ class etherpad {
     ensure   => present,
     provider => git,
     source   => 'git://github.com/Pita/etherpad-lite.git',
-    revision => 'ddf1cd345c8516a77c1440b53ddc05279551db7b',
+    revision => 'cfb58a80a30486156a15515164c9c0f4647f165b',
     owner    => 'etherpad-lite',
     group    => 'etherpad-lite',
     require  => [ User['etherpad-lite'], Group['etherpad-lite'] ],