diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-19 16:56:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-19 16:56:24 -0300 |
commit | 9f0a83ac06b6833b875defed6feb40b19b940097 (patch) | |
tree | 76558c3d3478d00ca216d05f405973ac4c029031 /manifests | |
parent | d4d3f3636f9af2bc28b5d1119a6e8abeaf7f1a46 (diff) | |
download | puppet-nodo-9f0a83ac06b6833b875defed6feb40b19b940097.tar.gz puppet-nodo-9f0a83ac06b6833b875defed6feb40b19b940097.tar.bz2 |
Fix key_source field at nodo::subsystem::apt::repo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/apt/repo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/apt/repo.pp b/manifests/subsystem/apt/repo.pp index 7a9baf0..d11fbec 100644 --- a/manifests/subsystem/apt/repo.pp +++ b/manifests/subsystem/apt/repo.pp @@ -8,7 +8,7 @@ define nodo::subsystem::apt::repo( owner => "root", group => "root", mode => "0644", - source => $source, + source => $key_source, notify => Exec["apt-repo-auto-update-${name}"], } |