]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: nodo::utils::development::ide: manage mkdocs-material and mkdocs-material-exten...
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Mar 2024 00:53:55 +0000 (21:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Mar 2024 00:53:55 +0000 (21:53 -0300)
manifests/utils/development/ide.pp

index e9a6af53baa12fbe93e2c47561bc96f3f4541ede..35689798a2b55374676b6f177c774050d3f17f58 100644 (file)
@@ -33,6 +33,19 @@ class nodo::utils::development::ide (
     ensure => present,
   }
 
+  # Debian bookworm onwards
+  package { [
+    'mkdocs-material',
+    'mkdocs-material-extensions',
+  ]:
+    ensure => $::lsbdistcodename ? {
+      'wheezy'   => absent,
+      'buster'   => absent,
+      'bullseye' => absent,
+      default    => present,
+    }
+  }
+
   # Not in use
   package { [
     'ack',