Changeset 724
- Timestamp:
- May 10, 2010, 5:27:17 PM (13 years ago)
- 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 3 3 # startuppage => "http://www.sedenacional.cta.org.ar", 4 4 # } 5 # o 6 # 7 # include escritorio::ubufox::searchplugins 5 8 6 9 define escritorio::ubufox::startuppage ( $startuppage ) { … … 15 18 } 16 19 } 20 21 class 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.