source:
trunk/puppet/manifests/classes/utile-cli.pp
@
353
Last change on this file since 353 was 309, checked in by , 15 years ago | |
---|---|
File size: 379 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" ]: 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.