search for: installsvr

Displaying 1 result from an estimated 1 matches for "installsvr".

Did you mean: installer
2009 Jul 24
2
Solaris SMF services and their dependencies...
..., 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 fileserving for large files, inability to specify response files with http package streams on Solaris'...