source: trunk/puppet/manifests/classes/utile-cli.pp @ 220

Last change on this file since 220 was 220, checked in by sebas, 15 years ago

herramientas utiles para el manejo de los servidores

File size: 179 bytes
Line 
1class utile-cli {
2
3## utile - cli
4    package { [ 'screen', 'less', 'vim', 'pv' ]: ensure => installed }
5
6    package { [ 'autossh', 'iftop', 'dstat' ]: ensure => installed }
7
8}
9
Note: See TracBrowser for help on using the repository browser.