diff options
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 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'] ], |