From: Silvio Rhatto Date: Thu, 21 Jun 2018 19:13:18 +0000 (-0300) Subject: Include nodo::subsystem::apt at nodo::subsystem::apt::repo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d2601b24cce924960595480d7478639f058f581c;p=puppet-nodo.git Include nodo::subsystem::apt at nodo::subsystem::apt::repo --- 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",