diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-25 18:29:31 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-25 18:29:31 -0200 |
commit | 9b12f42cf1618e210e4773c053854a1db7ca80b4 (patch) | |
tree | 61828776c8b59c9c77d356d8cb1c0e560a463a5a | |
parent | aee45e13ea3f736680d637195449d95c12743310 (diff) | |
download | puppet-reprepro-9b12f42cf1618e210e4773c053854a1db7ca80b4.tar.gz puppet-reprepro-9b12f42cf1618e210e4773c053854a1db7ca80b4.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 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"], |