]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: packages: apt-utils, ldnsutils; markdown (commented)
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 3 Jul 2024 00:48:59 +0000 (21:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 3 Jul 2024 00:48:59 +0000 (21:48 -0300)
manifests/utils/development/debian.pp
manifests/utils/development/ide.pp
manifests/utils/network/minimal.pp

index 4f0831b14df5a4df16b2ea3cc49dfd541848a61e..2836d95ff5c74564a166c39fc07cee177fd1bf35 100644 (file)
@@ -29,6 +29,7 @@ class nodo::utils::development::debian (
     'apt-listchanges',
     'apt-forktracer',
     'aptitude',
+    'apt-utils',
     #'deborphans',
   ]:
     ensure => $ensure,
index 35689798a2b55374676b6f177c774050d3f17f58..47d3d984c39c9a3ef689ea1e148f1e9a1e74def2 100644 (file)
@@ -22,6 +22,7 @@ class nodo::utils::development::ide (
     'pelican',
     'hugo',
     'mkdocs',
+    #'markdown',
   ]:
     ensure => $ensure,
   }
index e6ac1dcbb03eb973c1fb02fbeeb72242ef4c215c..4510e85bc923de76ecd1fa37d5929832ff14ea3b 100644 (file)
@@ -3,6 +3,7 @@ class nodo::utils::network::minimal inherits nodo::utils::http {
   include nodo::utils::network::torrent
 
   package { [
+    'ldnsutils',
     'unison',
     'httrack',
     'zsync',