aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-19 15:54:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-19 15:54:08 -0300
commit8f10451e30647e5ee46e9f608c3416f4f56ca63d (patch)
tree4798eb23b296017f650185995c2a5c4dab4e9e2c /manifests
parentfc12d08832c27849b3be7034972be05c8def51f5 (diff)
downloadpuppet-nodo-8f10451e30647e5ee46e9f608c3416f4f56ca63d.tar.gz
puppet-nodo-8f10451e30647e5ee46e9f608c3416f4f56ca63d.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-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 bb4d781..0ea25cd 100644
--- a/manifests/subsystem/apt/repo.pp
+++ b/manifests/subsystem/apt/repo.pp
@@ -17,7 +17,7 @@ class nodo::subsystem::apt::repo(
owner => "root",
group => "root",
mode => "0644",
- content => "${definition}\n"
+ content => "${definition}\n",
require => File["/etc/apt/trusted.gpg.d/${name}.gpg"],
notify => Exec["apt-repo-auto-update-${name}"],
}