Issue #19760 has been updated by Charlie Sharpsteen. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version changed from 3.1.x to 3.2.1 Keywords set to solaris
Merged in [3b8a006d6](https://github.com/puppetlabs/puppet/commit/3b8a006d6) and targeted for release in 3.2.1. ---------------------------------------- Bug #19760: install sun packages failed with: Error: /Stage[main]/Inf_sol10defaultpkg/Package[SMCcurl]: Could not evaluate: Unable to get information about package SMCcurl because of: No message https://projects.puppetlabs.com/issues/19760#change-90972 * Author: martin v * Status: Merged - Pending Release * Priority: High * Assignee: * Category: package * Target version: 3.2.1 * Affected Puppet version: 3.1.0 * Keywords: solaris * Branch: https://github.com/puppetlabs/puppet/pull/1638 ---------------------------------------- Hi all, we want to install diffrent sun packages with puppet. In version 2.7 it works but now with 3.1 it fails. MESSGAGE: Error: /Stage[main]/Inf_sol10defaultpkg/Package[SMCcurl]: Could not evaluate: Unable to get information about package SMCcurl because of: No message CONFIG: # Package SMCcurl - curl is a tool for transferring files with URL syntax package {'SMCcurl': ensure => latest, source => '/rozrhstgp01/unix-ch/puppet/packages/sol10defaultpkg/curl-7.26.0-sol10-x86-local', adminfile => '/var/sadm/install/admin/pkgadmfile_sol10defaultpkg', require => Package['CSWlibgcc-s1'], } -- 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.
