]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: utils: manage python3 and python-is-python3
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Jan 2023 17:02:37 +0000 (14:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Jan 2023 17:02:37 +0000 (14:02 -0300)
manifests/utils.pp

index 8560e854d0e31c385d533937b973564ed9ad7166..bd8f692085777881beec7ce5d617b52d8ac5e209 100644 (file)
@@ -16,6 +16,14 @@ class nodo::utils inherits nodo::utils::base {
     ensure  => present,
   }
 
+  # Python
+  package { [
+    'python3',
+    'python-is-python3',
+  ]:
+    ensure  => present,
+  }
+
   # Not available in some old systems
   package { [
     'reboot-notifier',