Changeset 724 for trunk


Ignore:
Timestamp:
May 10, 2010, 5:27:17 PM (14 years ago)
Author:
josx@…
Message:

Agregando y quitando searchplugins en firefox con ubufox

Location:
trunk/puppet/modules/puppet-escritorio
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/puppet-escritorio/manifests/classes/firefox.pp

    r723 r724  
    33#        startuppage => "http://www.sedenacional.cta.org.ar",
    44#    }
     5# o
     6#
     7# include escritorio::ubufox::searchplugins
    58
    69define escritorio::ubufox::startuppage ( $startuppage ) {
     
    1518   }
    1619}
     20
     21class escritorio::ubufox::searchplugins  {
     22    file { "/usr/share/xul-ext/ubufox/searchplugins/ask.xml":
     23        ensure => absent
     24    }
     25
     26    file { "/usr/share/xul-ext/ubufox/searchplugins/scroggle-ssl-spanish.xml":
     27        owner => root,
     28        group => root,
     29        mode => 644,
     30        source => "puppet:///escritorio/firefox/scroogle-ssl-spanish.xml"
     31    }
     32}
Note: See TracChangeset for help on using the changeset viewer.