From: Silvio Rhatto Date: Sun, 13 May 2012 00:42:32 +0000 (-0300) Subject: Updating deploy commit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3b9c954cf0f948ac6f25352f9aa87995b1698e0c;p=puppet-etherpad.git Updating deploy commit --- diff --git a/manifests/init.pp b/manifests/init.pp index 9f2278c..04789ac 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -45,7 +45,7 @@ class etherpad { ensure => present, provider => git, source => 'git://github.com/Pita/etherpad-lite.git', - revision => 'cfb58a80a30486156a15515164c9c0f4647f165b', + revision => '309e3b09942389bd92205fc04d5e73088a30df60', owner => 'etherpad-lite', group => 'etherpad-lite', require => [ User['etherpad-lite'], Group['etherpad-lite'] ],