From: Silvio Rhatto Date: Fri, 16 Nov 2012 16:01:31 +0000 (-0200) Subject: Updating main repo and commit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=36aee5636b9c972155db227006d804cc86d6a2a2;p=puppet-etherpad.git Updating main repo and commit --- diff --git a/manifests/init.pp b/manifests/init.pp index 04789ac..adf5662 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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'] ],