Changeset 209


Ignore:
Timestamp:
May 29, 2009, 7:48:42 PM (15 years ago)
Author:
sebas
Message:

enlace simbolicos pero no anda todavia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/manifests/classes/estacion-de-trabajo.pp

    r206 r209  
    44    package { [ "ubuntu-desktop", "ubuntu-restricted-extras", "cups" ]: ensure => installed }
    55
    6 ## utile
    7     package { [ 'terminator', 'screen', 'less', 'vim' ]: ensure => installed }
     6## utile - cli
     7    package { [ 'screen', 'less', 'vim', 'pv' ]: ensure => installed }
     8
     9## utile - gui
     10    package { [ 'terminator' ]: ensure => installed }
    811
    912## connexion a samba
     
    143146    }
    144147
    145 #    file  { "/usr/share/thunderbird/isp/example-isp.rdf":
    146 #       ensure => "/dist/svn-redcta/thunderbid-extensions/agregados/sources/isp/example-isp.rdf"
    147 #    }
     148    file  { "/usr/share/backgrounds/wpiedras-hojitas.jpg":
     149       ensure => "/dist/svn-redcta/escritorio-fondos-cta/wpiedras-hojitas.jpg"
     150    }
    148151
    149 #    file { "/usr/lib/thunderbird/extensions/syncmlplugin@funambol.com":
    150 #       ensure => "/dist/svn-redcta/thunderbid-extensions/funambol/dist"
    151 #    }
     152    file { "/usr/share/backgrounds/wpiedras-verdecito.jpg":
     153       ensure => "/dist/svn-redcta/escritorio-fondos-cta/wpiedras-verdecito.jpg"
     154    }
    152155}
Note: See TracChangeset for help on using the changeset viewer.