On Nov 14, 6:53 pm, "Andrew Shafer" <[EMAIL PROTECTED]> wrote:
> How many clients and how much file serving?

3 clients. The puppet server was a client.

puppetd was simply transfering firefox 3.0.4

    file { "/usr/local/firefox":
        source => "puppet://puppet/applications/firefox/
firefox-3.0.4.en-US.opensolaris-i386",
        recurse => "true"
    }

    file { "/usr/bin/firefox":
        ensure => "/usr/local/firefox/firefox.sh"
    }

I downloaded puppet 0.24.6, facter 1.5.2 and ruby 1.8.7-p72. It seemed
to use less memory but the usage was still rather high(500MB).

I'll have to do some more testing next week.

I guess i could change
    source => "puppet://puppet/applications/firefox/firefox-3.0.4.en-
US.opensolaris-i386"
to
    source => "/export/applications/firefox/firefox-3.0.4.en-
US.opensolaris-i386",
and
    setup an rsync on the clients to copy /export/applications from
the rsync server.

Being new to puppet, is master safe to use and do people us puppet to
upgrade puppet?

Karl

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to