class utile-cli { ## utile - cli # vim copy .vimrc to ~.vimrc # cp /usr/share/vim/vimcurrent/vimrc_example.vim ~.vimrc package { [ "screen", "less", "vim", "pv", "mc", "ncdu", "hdparm" ]: ensure => installed } package { [ "iftop", "dstat", "htop", "iotop" ]: ensure => installed } package { [ "mutt" ]: ensure => installed } package { [ "pwgen" ]: ensure => installed } # package { [ "lsb-release" ]: ensure => installed } # tambien instala postfix como dependencia! package { [ "backupninja" ]: ensure => installed } }