summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-03-18 20:15:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-03-18 20:15:41 -0300
commit487170d383b905cf12bf56a5fbb315d3aafa7442 (patch)
tree615209eb662f799543b382ac5d476fbc43e66158
parent0c3b882cc6a76389f687112544259cfe0cd9e4f7 (diff)
downloadpuppet-etherpad-487170d383b905cf12bf56a5fbb315d3aafa7442.tar.gz
puppet-etherpad-487170d383b905cf12bf56a5fbb315d3aafa7442.tar.bz2
Updating etherpad version
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0952fb3..5cb416a 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 => 'ddf1cd345c8516a77c1440b53ddc05279551db7b',
+ revision => 'cfb58a80a30486156a15515164c9c0f4647f165b',
owner => 'etherpad-lite',
group => 'etherpad-lite',
require => [ User['etherpad-lite'], Group['etherpad-lite'] ],