From: Silvio Rhatto Date: Mon, 26 Dec 2011 15:50:55 +0000 (-0200) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b;p=puppet-etherpad.git Syntax fix --- 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'] ],