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

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

tres utile ce package:lsb-release

File size: 566 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
[495]15    package { [ "lsb-release" ]: ensure => installed }
[442]16
[372]17    # tambien instala postfix como dependencia!
[233]18    package { [ "backupninja" ]: ensure => installed }
19
[220]20}
Note: See TracBrowser for help on using the repository browser.