]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: packages: otpclient, undertime and gitlab-cli
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 7 Feb 2022 16:48:45 +0000 (13:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 7 Feb 2022 16:48:45 +0000 (13:48 -0300)
manifests/utils/development/git.pp
manifests/utils/office/console.pp
manifests/utils/security/gui.pp

index d1c0179f15eced385ba3d12ec60ffbde8901ce9f..098da779621bbc3d3f46132e493c577cf39fd235 100644 (file)
@@ -6,7 +6,7 @@ class nodo::utils::development::git (
     'git-extras',
     'git-flow',
     'git-email',
-    'python3-gitlab',
+    'gitlab-cli',
     #'legit',
     #'topgit',
     #'git-remote-gcrypt',
index 3704de7eae426237a879c883a952ef7159f6719e..74296c06d70bc6a29d56ce1985c3d5238ec4f1c5 100644 (file)
@@ -13,6 +13,7 @@ class nodo::utils::office::console (
     'poppler-utils',
     'mat',
     'python3-pdfminer',
+    'undertime',
     #'worklog',
     #'lolcat',
     #'aewan',
index 617922dbefab493cbb23ced35010b2b8d80ac006..30d82a64fec9b7764fe1473d9b51f0b897343a71 100644 (file)
@@ -4,6 +4,8 @@ class nodo::utils::security::gui (
   package { [
     'keepassxc',
     'pinentry-gtk2',
+    'otpclient',
+    'otpclient-cli',
   ]:
     ensure => $ensure,
   }