diff options
Diffstat (limited to 'manifests')
-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 b24fda4..829c8c1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -144,7 +144,7 @@ class apt { } exec { "find ${apt_base_dir}/keys.d -type f -exec apt-key add '{}' \; && apt-get update": alias => "custom_keys", - subscribe => File["${apt_base_dir}/keys.d", + subscribe => File["${apt_base_dir}/keys.d"], refreshonly => true, before => File[apt_config]; } |