diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 13:50:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 13:50:55 -0200 |
commit | b2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b (patch) | |
tree | 06547b4ed0576b3a6683e9ba2043589c4c671555 /manifests | |
parent | b5c0b2d0764cc8b3e1745ae22c2e6e2f599f47e8 (diff) | |
download | puppet-etherpad-b2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b.tar.gz puppet-etherpad-b2b14f37b8b5f9f61637a2f6c4ee29798e28fa2b.tar.bz2 |
Syntax fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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'] ], |