diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-21 16:13:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-21 16:13:18 -0300 |
commit | d2601b24cce924960595480d7478639f058f581c (patch) | |
tree | cd6cc3994e6e5816c45be245b3eb947bcd9ee5b3 | |
parent | a59d1d5e6adc1dad9be75520edd0d2a51f74719a (diff) | |
download | puppet-nodo-d2601b24cce924960595480d7478639f058f581c.tar.gz puppet-nodo-d2601b24cce924960595480d7478639f058f581c.tar.bz2 |
Include nodo::subsystem::apt at nodo::subsystem::apt::repo
-rw-r--r-- | manifests/subsystem/apt/repo.pp | 2 |
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", |