Ignore:
Timestamp:
May 15, 2009, 4:13:06 PM (15 years ago)
Author:
sebas
Message:

nueva clase para thunderbird

File:
1 edited

Legend:

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

    r184 r186  
    5656    include estacion-de-trabajo::gnome-desktop::xp
    5757
    58     svn::checkout { thunderbird-extension:
    59        repository => "https://svn.redcta.org.ar/proyectos/redcta/trunk/thunderbird",
    60        local_path => "/dist/svn-redcta",
    61        local_name => "thunderbid-extension"
    62     }
    63 
    64     create::symblink { link-thunderbird-extension:
    65        target => "/dist/svn-redcta/thunderbid-extension/agregados/sources/isp/example-isp.rdf",
    66        linkname => "/usr/share/thunderbird/isp/example-isp.rdf",
    67     }
    68 
     58    include estacion-de-trabajo::thunderbird::extensions
    6959
    7060#    define create::symblink ( $target, $linkname ) {
     
    9888}
    9989
     90#syncmlplugin@funambol.com -> /dist/svn-redcta/thunderbid-extension//funambol
     91#root@walsh:/usr/lib/thunderbird/extensions#
     92
     93class estacion-de-trabajo::thunderbird::extensions {
     94
     95    svn::checkout { thunderbird-extension:
     96       repository => "https://svn.redcta.org.ar/proyectos/redcta/trunk/thunderbird",
     97       local_path => "/dist/svn-redcta",
     98       local_name => "thunderbid-extensions"
     99    }
     100
     101    create::symblink { link-thunderbird-extension:
     102       target => "/dist/svn-redcta/thunderbid-extensions/agregados/sources/isp/example-isp.rdf",
     103       linkname => "/usr/share/thunderbird/isp/example-isp.rdf",
     104    }
     105
     106}
Note: See TracChangeset for help on using the changeset viewer.