From: Silvio Rhatto Date: Fri, 25 Nov 2011 20:29:31 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9b12f42cf1618e210e4773c053854a1db7ca80b4;p=puppet-reprepro.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 7a100d4..99d1753 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -122,7 +122,7 @@ class reprepro { user => reprepro, require => File["/usr/local/bin/reprepro-export-key"]; "/usr/local/bin/reprepro-export-key-update": - command => "/usr/local/bin/reprepro-export-key" + command => "/usr/local/bin/reprepro-export-key", user => reprepro, subscribe => File["$basedir/.gnupg/secring.gpg"], require => File["/usr/local/bin/reprepro-export-key"],