diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
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'] ], |