aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/apt
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-19 16:56:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-19 16:56:24 -0300
commit9f0a83ac06b6833b875defed6feb40b19b940097 (patch)
tree76558c3d3478d00ca216d05f405973ac4c029031 /manifests/subsystem/apt
parentd4d3f3636f9af2bc28b5d1119a6e8abeaf7f1a46 (diff)
downloadpuppet-nodo-9f0a83ac06b6833b875defed6feb40b19b940097.tar.gz
puppet-nodo-9f0a83ac06b6833b875defed6feb40b19b940097.tar.bz2
Fix key_source field at nodo::subsystem::apt::repo
Diffstat (limited to 'manifests/subsystem/apt')
-rw-r--r--manifests/subsystem/apt/repo.pp2
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}"],
}