From 0f83c2aebe89b53a939c2f437f827bfe9e90e02c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2016 17:49:56 -0300 Subject: Utils: reorder and cleanup --- manifests/utils/development/git.pp | 41 +++++++++++++++----------------------- 1 file changed, 16 insertions(+), 25 deletions(-) (limited to 'manifests/utils/development/git.pp') diff --git a/manifests/utils/development/git.pp b/manifests/utils/development/git.pp index 7052d96..e96c547 100644 --- a/manifests/utils/development/git.pp +++ b/manifests/utils/development/git.pp @@ -1,36 +1,27 @@ class nodo::utils::development::git { package { [ - 'gitk', - 'git-gui', 'tig', - 'git-cola', - 'legit', 'git-extras', 'git-flow', - 'topgit', - 'git-remote-gcrypt', + #'legit', + #'topgit', + #'git-remote-gcrypt', + #'git-cola', + #'gitk', + #'git-gui', + #'git-stuff', ]: ensure => installed, } # Newer packages - package { [ - 'git-crypt', - ]: - ensure => $::lsbdistcodename ? { - 'stretch' => present, - 'sid' => present, - default => absent, - } - } - - # Wheezy only - package { [ - 'git-stuff', - ]: - ensure => $::lsbdistcodename ? { - 'wheezy' => present, - default => absent, - }, - } + #package { [ + # 'git-crypt', + #]: + # ensure => $::lsbdistcodename ? { + # 'stretch' => present, + # 'sid' => present, + # default => absent, + # } + #} } -- cgit v1.2.3