summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-25 18:29:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-25 18:29:31 -0200
commit9b12f42cf1618e210e4773c053854a1db7ca80b4 (patch)
tree61828776c8b59c9c77d356d8cb1c0e560a463a5a
parentaee45e13ea3f736680d637195449d95c12743310 (diff)
downloadpuppet-reprepro-9b12f42cf1618e210e4773c053854a1db7ca80b4.tar.gz
puppet-reprepro-9b12f42cf1618e210e4773c053854a1db7ca80b4.tar.bz2
Minor fix
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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"],