Hi Andy!

On Sep 29, 7:59 am, Andy Kocher <p...@yahoo.com> wrote:

> I'm having problem with the way Puppet is processing Solaris
> datastream packages. The following error occurs:
>
> err: //Node[basenode]/openssl/Package[openssl-0.9.8k-sol10-x86-local]/
> ensure: change from absent to present failed: Execution of '/usr/sbin/
> pkgadd -a /etc/puppet/files/puppet -d /var/tmp/staging/openssl/
> openssl-0.9.8k-sol10-x86-local -n openssl-0.9.8k-sol10-x86-local'
> returned 1: pkgadd: ERROR: no packages were found in </var/tmp/
> dstreAAAAPaOVx>
>
What does your package definition look like?

When I install package streams I use:
package { "SFWrsync":
    adminfile => "/etc/pkgadmin",
    source => "http://$pkg_server/packages/$hardwareisa/$name.pkg";
}

cheers,
/Martin
--~--~---------~--~----~------------~-------~--~----~
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 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to