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

Last change on this file since 404 was 404, checked in by alberto, 15 years ago

agregado del programa iotop

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