Displaying 1 result from an estimated 1 matches for "sunwfoo".
Did you mean:
sungsoo
2009 Jul 24
2
Solaris SMF services and their dependencies...
...9;'t want the packages
share mounted all the time, only when installing packages) As a
result, installation of packages depends on autofs... So I have the
following:
service { "autofs": ensure => running", subscribe => File["/etc/
auto_master"] }
package { "SUNWfoo":
# Yes, I''m using /net - its evil, I know...
source => "/net/$installsvr/export/pkgs/$kernelrelease/$hardwareisa/
SUNWfoo.pkg",
require => Service["autofs"]
}
I''m serving it out this way for a number of reasons, including slow
Puppet fileserv...