diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-03-18 20:15:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-03-18 20:15:41 -0300 |
commit | 487170d383b905cf12bf56a5fbb315d3aafa7442 (patch) | |
tree | 615209eb662f799543b382ac5d476fbc43e66158 /manifests | |
parent | 0c3b882cc6a76389f687112544259cfe0cd9e4f7 (diff) | |
download | puppet-etherpad-487170d383b905cf12bf56a5fbb315d3aafa7442.tar.gz puppet-etherpad-487170d383b905cf12bf56a5fbb315d3aafa7442.tar.bz2 |
Updating etherpad version
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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'] ], |