From: Silvio Rhatto Date: Mon, 7 Feb 2022 16:48:45 +0000 (-0300) Subject: Feat: packages: otpclient, undertime and gitlab-cli X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=62e4510bb99748fe2de23a47bdc0b5d1810c546e;p=puppet-nodo.git Feat: packages: otpclient, undertime and gitlab-cli --- diff --git a/manifests/utils/development/git.pp b/manifests/utils/development/git.pp index d1c0179..098da77 100644 --- a/manifests/utils/development/git.pp +++ b/manifests/utils/development/git.pp @@ -6,7 +6,7 @@ class nodo::utils::development::git ( 'git-extras', 'git-flow', 'git-email', - 'python3-gitlab', + 'gitlab-cli', #'legit', #'topgit', #'git-remote-gcrypt', diff --git a/manifests/utils/office/console.pp b/manifests/utils/office/console.pp index 3704de7..74296c0 100644 --- a/manifests/utils/office/console.pp +++ b/manifests/utils/office/console.pp @@ -13,6 +13,7 @@ class nodo::utils::office::console ( 'poppler-utils', 'mat', 'python3-pdfminer', + 'undertime', #'worklog', #'lolcat', #'aewan', diff --git a/manifests/utils/security/gui.pp b/manifests/utils/security/gui.pp index 617922d..30d82a6 100644 --- a/manifests/utils/security/gui.pp +++ b/manifests/utils/security/gui.pp @@ -4,6 +4,8 @@ class nodo::utils::security::gui ( package { [ 'keepassxc', 'pinentry-gtk2', + 'otpclient', + 'otpclient-cli', ]: ensure => $ensure, }