Changeset 233 for trunk


Ignore:
Timestamp:
Jul 6, 2009, 11:25:07 PM (15 years ago)
Author:
sebas
Message:

un poco de comentario + estilo

Location:
trunk/puppet/manifests/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/manifests/classes/ubuntu-optimizacion.pp

    r230 r233  
    77# prelink
    88# http://www.markghigliotti.com/2008/12/22/setting-up-prelink-and-preload-on-intrepid-ibex-810/
     9# https://wiki.koumbit.net/DisksPerformance
     10#http://rudd-o.com/en/linux-and-free-software/tales-from-responsivenessland-why-linux-feels-slow-and-how-to-fix-that
     11#
    912
    1013    package { [ 'preload' ]: ensure => installed }
  • trunk/puppet/manifests/classes/utile-cli.pp

    r229 r233  
    22
    33## utile - cli
    4     package { [ 'screen', 'less', 'vim', 'pv' ]: ensure => installed }
     4# vim copy .vimrc to ~.vimrc
     5#  cp /usr/share/vim/vimcurrent/vimrc_example.vim ~.vimrc
    56
    6     package { [ 'autossh', 'iftop', 'dstat' ]: ensure => installed }
     7    package { [ "screen", "less", "vim", "pv" ]: ensure => installed }
    78
    8     package { [ 'mutt' ]: ensure => installed }
     9    package { [ "autossh", "iftop", "dstat" ]: ensure => installed }
    910
    10     package { [ 'backupninja' ]: ensure => installed }
     11    package { [ "mutt" ]: ensure => installed }
     12
     13    package { [ "backupninja" ]: ensure => installed }
    1114
    1215}
    13 
Note: See TracChangeset for help on using the changeset viewer.