diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-19 15:54:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-19 15:54:08 -0300 |
commit | 8f10451e30647e5ee46e9f608c3416f4f56ca63d (patch) | |
tree | 4798eb23b296017f650185995c2a5c4dab4e9e2c /manifests | |
parent | fc12d08832c27849b3be7034972be05c8def51f5 (diff) | |
download | puppet-nodo-8f10451e30647e5ee46e9f608c3416f4f56ca63d.tar.gz puppet-nodo-8f10451e30647e5ee46e9f608c3416f4f56ca63d.tar.bz2 |
Minor fix
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 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}"], } |