From 9b12f42cf1618e210e4773c053854a1db7ca80b4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Nov 2011 18:29:31 -0200 Subject: Minor fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- cgit v1.2.3