aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/apt/repo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-21 16:13:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-21 16:13:18 -0300
commitd2601b24cce924960595480d7478639f058f581c (patch)
treecd6cc3994e6e5816c45be245b3eb947bcd9ee5b3 /manifests/subsystem/apt/repo.pp
parenta59d1d5e6adc1dad9be75520edd0d2a51f74719a (diff)
downloadpuppet-nodo-d2601b24cce924960595480d7478639f058f581c.tar.gz
puppet-nodo-d2601b24cce924960595480d7478639f058f581c.tar.bz2
Include nodo::subsystem::apt at nodo::subsystem::apt::repo
Diffstat (limited to 'manifests/subsystem/apt/repo.pp')
-rw-r--r--manifests/subsystem/apt/repo.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/subsystem/apt/repo.pp b/manifests/subsystem/apt/repo.pp
index 9bb5cef..01210e7 100644
--- a/manifests/subsystem/apt/repo.pp
+++ b/manifests/subsystem/apt/repo.pp
@@ -3,6 +3,8 @@ define nodo::subsystem::apt::repo(
$key_source,
$ensure = present,
) {
+ include nodo::subsystem::apt
+
file { "/etc/apt/trusted.gpg.d/${name}.gpg":
ensure => $ensure,
owner => "root",