blob: 174be587db95618ea223cb9bfff583049761dd96 (
plain)
1
2
3
4
5
6
|
class nodo::utils::development::git {
package { [ 'gitk', 'git-gui', 'tig', 'git-cola', 'git-stuff', 'legit',
'git-extras', 'git-flow', 'topgit', 'git-remote-gcrypt', ]:
ensure => installed,
}
}
|