Dear all
I am trying to install a Solaris package but it does work. Puppet uses -n to run unattended, but interaction is required.
package{'CSWpkgutil':
ensure => installed,
source => "http://sv2653/repo/solaris/CSWpkgutil-${::hardwareisa}.pkg",
}Error message:
Execution of '/usr/sbin/pkgadd -d
http://sv2653/repo/solaris/CSWpkgutil-i386.pkg -n CSWpkgutil' returned
5: This package contains scripts which will be executed with super-user
permission during the process of installing this package.
Please see /opt/csw/share/doc/pkgutil/license for license information.
Installation of <CSWpkgutil> was suspended (interaction required).
No changes were made to the system.
Can somebody please help me?
Andreas