]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Updating main repo and commit
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 16 Nov 2012 16:01:31 +0000 (14:01 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 16 Nov 2012 16:01:31 +0000 (14:01 -0200)
manifests/init.pp

index 04789ac23a26afa650d02c9f83721fb3ec750cbd..adf5662f194dcf96a237826a064847cc8c00d11c 100644 (file)
@@ -44,8 +44,8 @@ class etherpad {
   vcsrepo { "/var/lib/etherpad-lite":
     ensure   => present,
     provider => git,
-    source   => 'git://github.com/Pita/etherpad-lite.git',
-    revision => '309e3b09942389bd92205fc04d5e73088a30df60',
+    source   => 'https://github.com/ether/etherpad-lite.git',
+    revision => '5f30ea447e35378e84a570d61676feef021a7eb6',
     owner    => 'etherpad-lite',
     group    => 'etherpad-lite',
     require  => [ User['etherpad-lite'], Group['etherpad-lite'] ],