summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-25 18:22:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-25 18:22:51 -0200
commitaee45e13ea3f736680d637195449d95c12743310 (patch)
treeaf12d329a0407c54cc74d8c2c56031481610689f
parent438536749c595ed30e65de0aa795fae0f6dbd5d9 (diff)
downloadpuppet-reprepro-aee45e13ea3f736680d637195449d95c12743310.tar.gz
puppet-reprepro-aee45e13ea3f736680d637195449d95c12743310.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 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,