]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Include nodo::subsystem::apt at nodo::subsystem::apt::repo
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Jun 2018 19:13:18 +0000 (16:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Jun 2018 19:13:18 +0000 (16:13 -0300)
manifests/subsystem/apt/repo.pp

index 9bb5cefa11e9b4ae7dd0f99fadefcce1fc61ca9d..01210e73d1c5900a927b1d3f5ac8c26c2b932fc4 100644 (file)
@@ -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",