diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-10-31 10:18:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-10-31 10:18:57 -0300 |
commit | 9c36a3a0fcac5f54a98d95b6afdd2d2ee218a81e (patch) | |
tree | ce8b0cfdc569e1554f5f6d51aa1162e252863859 | |
parent | 8d55426c89db53b673cc437e129ff7ca133a80c3 (diff) | |
download | puppet-nodo-9c36a3a0fcac5f54a98d95b6afdd2d2ee218a81e.tar.gz puppet-nodo-9c36a3a0fcac5f54a98d95b6afdd2d2ee218a81e.tar.bz2 |
Adds python-gitlab 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 72ade46..06f4686 100644 --- a/manifests/utils/development/git.pp +++ b/manifests/utils/development/git.pp @@ -6,6 +6,7 @@ class nodo::utils::development::git ( 'git-extras', 'git-flow', 'git-email', + 'python-gitlab', #'legit', #'topgit', #'git-remote-gcrypt', |