diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 21:42:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-12 21:42:32 -0300 |
commit | 3b9c954cf0f948ac6f25352f9aa87995b1698e0c (patch) | |
tree | 70cc87a23aa194cb90a4a029a385eadc1a469718 | |
parent | ecd2bd05284bf82be8aff34bf9255001fb90ddb4 (diff) | |
download | puppet-etherpad-3b9c954cf0f948ac6f25352f9aa87995b1698e0c.tar.gz puppet-etherpad-3b9c954cf0f948ac6f25352f9aa87995b1698e0c.tar.bz2 |
Updating deploy commit
-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'] ], |