Issue #20167 has been reported by villi villi.

----------------------------------------
Bug #20167: Solaris 10 - Unable to get information about package SMCcurl 
because of: No message
https://projects.puppetlabs.com/issues/20167

* Author: villi villi
* Status: Unreviewed
* Priority: High
* Assignee: 
* Category: Solaris
* Target version: 3.1.x
* Affected Puppet version: 3.1.1
* Keywords: 
* Branch: 
----------------------------------------
Hi all,

after upgrading puppet from 2.7.x to 3.1.1 the installation of Solaris packages 
through the resource type package failed.

class inf_sol10defaultpkg {

# Admin File for all packages
 file { '/var/sadm/install/admin/pkgadmfile_sol10defaultpkg':
                source => 
"puppet:///modules/inf_sol10defaultpkg/pkgadmfile_sol10defaultpkg",
 }

# Package SMCcurl - curl is a tool for transferring files with URL syntax
 package {'SMCcurl':
  ensure       => latest,
  provider     => 'sun',
  source       => 
"/rozrhstgp01/unix-ch/puppet/packages/sol10defaultpkg/curl-7.26.0-sol10-x86-local",
 # it's a nfs share mounted on /rozrhstgp01
  adminfile    => '/var/sadm/install/admin/pkgadmfile_sol10defaultpkg',
  require      => Package['CSWlibgcc-s1'],
 }

#
# Error which appears ...
#
Debug: Executing '/usr/bin/pkginfo -l SMCcurl'
Error: /Stage[main]/Inf_sol10defaultpkg/Package[SMCcurl]: Could not evaluate: 
Unable to get information about package SMCcurl because of: No message

>From the agent itself i'm able to install the package manually. This issue 
>happens for all package vendors on Solaris.

Thanks for your help ...

Regards,
Martin



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to