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

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

mc para mario :)

File size: 385 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" ]: ensure => installed }
8
9    package { [ "autossh", "iftop", "dstat", "htop" ]: ensure => installed }
10
11    package { [ "mutt" ]: ensure => installed }
12
13    package { [ "backupninja" ]: ensure => installed }
14
15}
Note: See TracBrowser for help on using the repository browser.