Rev | Line | |
---|
[222] | 1 | # Example: |
---|
[609] | 2 | # escritorio::ubufox::startuppage { dist: |
---|
| 3 | # startuppage => "http://www.sedenacional.cta.org.ar", |
---|
[222] | 4 | # } |
---|
| 5 | |
---|
[609] | 6 | define escritorio::ubufox::startuppage ( $startuppage ) { |
---|
| 7 | file { "/etc/firefox-3.0/pref/ubufox.js": |
---|
| 8 | ensure => "present", |
---|
| 9 | content => "pref(\"browser.startup.homepage\", \"file:/etc/firefox-3.0/pref/ubuntu-firefox-startup-page.conf\");\n", |
---|
[222] | 10 | } |
---|
| 11 | |
---|
| 12 | file { "/etc/firefox-3.0/pref/ubuntu-firefox-startup-page.conf": |
---|
| 13 | ensure => "present", |
---|
| 14 | content => "browser.startup.homepage=$startuppage\n", |
---|
| 15 | } |
---|
| 16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.