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

Last change on this file since 403 was 403, checked in by sebas, 14 years ago

utilidad para ver el uso de disco

File size: 442 bytes
Line 
1class utile-cli {
2
3## utile - cli
4# vim copy .vimrc to ~.vimrc
5#  cp /usr/share/vim/vimcurrent/vimrc_example.vim ~.vimrc
6
7    package { [ "screen", "less", "vim", "pv", "mc", "ncdu" ]: ensure => installed }
8
9    package { [ "autossh", "iftop", "dstat", "htop" ]: ensure => installed }
10
11    package { [ "mutt" ]: ensure => installed }
12
13
14    # tambien instala postfix como dependencia!
15    package { [ "backupninja" ]: ensure => installed }
16
17}
Note: See TracBrowser for help on using the repository browser.