From b2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Dec 2011 13:50:55 -0200 Subject: Syntax fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ], -- cgit v1.2.3