Last change
on this file since 716 was
509,
checked in by sebas, 15 years ago
|
pasamo autossh a su proprio modulo y lsb-release... se complica aca
|
File size:
556 bytes
|
Line | |
---|
1 | class 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", "ncdu", "hdparm" ]: ensure => installed } |
---|
8 | |
---|
9 | package { [ "iftop", "dstat", "htop", "iotop" ]: ensure => installed } |
---|
10 | |
---|
11 | package { [ "mutt" ]: ensure => installed } |
---|
12 | |
---|
13 | package { [ "pwgen" ]: ensure => installed } |
---|
14 | |
---|
15 | # package { [ "lsb-release" ]: ensure => installed } |
---|
16 | |
---|
17 | # tambien instala postfix como dependencia! |
---|
18 | package { [ "backupninja" ]: ensure => installed } |
---|
19 | |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.