summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-16 14:01:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-16 14:01:31 -0200
commit36aee5636b9c972155db227006d804cc86d6a2a2 (patch)
treee26edf49676ce5498e874ce6f851d03fcc9aaadf
parent3b9c954cf0f948ac6f25352f9aa87995b1698e0c (diff)
downloadpuppet-etherpad-36aee5636b9c972155db227006d804cc86d6a2a2.tar.gz
puppet-etherpad-36aee5636b9c972155db227006d804cc86d6a2a2.tar.bz2
Updating main repo and commit
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 04789ac..adf5662 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -44,8 +44,8 @@ class etherpad {
vcsrepo { "/var/lib/etherpad-lite":
ensure => present,
provider => git,
- source => 'git://github.com/Pita/etherpad-lite.git',
- revision => '309e3b09942389bd92205fc04d5e73088a30df60',
+ source => 'https://github.com/ether/etherpad-lite.git',
+ revision => '5f30ea447e35378e84a570d61676feef021a7eb6',
owner => 'etherpad-lite',
group => 'etherpad-lite',
require => [ User['etherpad-lite'], Group['etherpad-lite'] ],