From: Silvio Rhatto Date: Fri, 25 Nov 2011 20:22:51 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aee45e13ea3f736680d637195449d95c12743310;p=puppet-reprepro.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 210ca8f..7a100d4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -120,7 +120,7 @@ class reprepro { "/usr/local/bin/reprepro-export-key": creates => "$basedir/key.asc", user => reprepro, - require => File["/usr/local/bin/reprepro-export-key"], + require => File["/usr/local/bin/reprepro-export-key"]; "/usr/local/bin/reprepro-export-key-update": command => "/usr/local/bin/reprepro-export-key" user => reprepro,