diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/manifests/init.pp b/manifests/init.pp index c9dbe0a..b24fda4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -144,6 +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",                refreshonly => true,                before => File[apt_config];              } | 
