Changeset 188 for trunk/puppet/manifests


Ignore:
Timestamp:
May 15, 2009, 5:17:15 PM (15 years ago)
Author:
sebas
Message:

enlaces simbolicos como la gente de puppet + enlace hacia syncmlplugins

File:
1 edited

Legend:

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

    r186 r188  
    8888}
    8989
    90 #syncmlplugin@funambol.com -> /dist/svn-redcta/thunderbid-extension//funambol
    91 #root@walsh:/usr/lib/thunderbird/extensions#
    92 
    9390class estacion-de-trabajo::thunderbird::extensions {
    9491
     
    9996    }
    10097
    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",
     98    file  { "/usr/share/thunderbird/isp/example-isp.rdf":
     99       ensure => "/dist/svn-redcta/thunderbid-extensions/agregados/sources/isp/example-isp.rdf"
    104100    }
    105101
     102    file { "/usr/lib/thunderbird/extensions/syncmlplugin@funambol.com":
     103       ensure => "/dist/svn-redcta/thunderbid-extensions/funambol/dist"
     104    }
    106105}
Note: See TracChangeset for help on using the changeset viewer.