diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-25 18:22:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-25 18:22:51 -0200 |
commit | aee45e13ea3f736680d637195449d95c12743310 (patch) | |
tree | af12d329a0407c54cc74d8c2c56031481610689f | |
parent | 438536749c595ed30e65de0aa795fae0f6dbd5d9 (diff) | |
download | puppet-reprepro-aee45e13ea3f736680d637195449d95c12743310.tar.gz puppet-reprepro-aee45e13ea3f736680d637195449d95c12743310.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/init.pp | 2 |
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, |