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

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

agregamos una generator de claves

File size: 511 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
[416]7    package { [ "screen", "less", "vim", "pv", "mc", "ncdu", "hdparm" ]: ensure => installed }
[220]8
[404]9    package { [ "autossh", "iftop", "dstat", "htop", "iotop" ]: ensure => installed }
[227]10
[233]11    package { [ "mutt" ]: ensure => installed }
[229]12
[442]13    package { [ "pwgen" ]: ensure => installed }
[372]14
[442]15
[372]16    # tambien instala postfix como dependencia!
[233]17    package { [ "backupninja" ]: ensure => installed }
18
[220]19}
Note: See TracBrowser for help on using the repository browser.