diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2023-01-25 12:44:25 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2023-01-25 12:44:25 -0300 | 
| commit | c59013709a055e6e862923498f56fa0f93b8faaa (patch) | |
| tree | 6a9b42bfdcb1d28f0f3e2949c58ea1e00fd50a0a | |
| parent | 92d5e7e75c9cc001d92313deb8fbb579abd189f0 (diff) | |
| download | puppet-nodo-c59013709a055e6e862923498f56fa0f93b8faaa.tar.gz puppet-nodo-c59013709a055e6e862923498f56fa0f93b8faaa.tar.bz2  | |
Adds python3-github into nodo::utils::development::git
| -rw-r--r-- | manifests/utils/development/git.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/development/git.pp b/manifests/utils/development/git.pp index 098da77..3c6050c 100644 --- a/manifests/utils/development/git.pp +++ b/manifests/utils/development/git.pp @@ -7,6 +7,7 @@ class nodo::utils::development::git (      'git-flow',      'git-email',      'gitlab-cli', +    'python3-github',      #'legit',      #'topgit',      #'git-remote-gcrypt',  | 
