summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-26 13:50:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-26 13:50:55 -0200
commitb2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b (patch)
tree06547b4ed0576b3a6683e9ba2043589c4c671555
parentb5c0b2d0764cc8b3e1745ae22c2e6e2f599f47e8 (diff)
downloadpuppet-etherpad-b2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b.tar.gz
puppet-etherpad-b2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b.tar.bz2
Syntax fix
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 180285b..6e1cd8d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -25,7 +25,7 @@ class etherpad {
ensure => present,
provider => git,
source => 'git://github.com/Pita/etherpad-lite.git',
- revision => 'ddf1cd345c8516a77c1440b53ddc05279551db7b'
+ revision => 'ddf1cd345c8516a77c1440b53ddc05279551db7b',
owner => 'etherpad-lite',
group => 'etherpad-lite',
require => [ User['etherpad-lite'], Group['etherpad-lite'] ],