Issue #15343 has been updated by Martin Villringer.

I am currently out of the office. I'll be back on 12.09.2012.
Please contact Gabor Csillo for urgent questions!

Regards,
Martin Villringer


This message (including any attachments) is confidential, for the
exclusive use of the intended recipient and may contain privileged
information. If you are not the intended recipient, retention,
dissemination, distribution, copying or otherwise making use of
this message is strictly prohibited. Please be kind enough to
notify the sender immediately by e-mail if you have received this
message by mistake, and delete it from your system. Thank you. --
E-mails may be intercepted, altered or read by unauthorized
persons. If you send us messages by e-mail, we take this as your
authorization to correspond with you by e-mail.
----------------------------------------
Bug #15343: Solaris package installation failed - Could not evaluate: Unable to 
get information about package
https://projects.puppetlabs.com/issues/15343#change-69390

Author: Martin Villringer
Status: Duplicate
Priority: Normal
Assignee: Martin Villringer
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


Hi all,

we're evaluation Puppet on Solaris 10 x86, an we have issues with installing 
solaris packages with Puppet:

err: /Stage[main]//Node[default]/Package[RBSCprofile]: Could not evaluate: 
Unable to get information about package RBSCprofile because of: ["ERROR: 
information for \"RBSCprofile\" was not found\n"]

The test manifest looks as follow:
root@rozrhsecp01 /etc/puppet/modules/ntp/manifests # more 
/etc/puppet/manifests/site.pp
# site.pp
node default {

        notify {'other title':
                message => "I'm notifying you.",
        }
        # create the profile staging directory
        file { ["/var","/var/tmp","/var/tmp/apps","/var/tmp/apps/profile"]:
                owner => root,
                group => root,
                ensure => directory,
        }

        # copy the profile package to the staging area
        file { "/var/tmp/apps/profile/RBSCprofile-1.0.0.2.pkg":
         owner  => root,
         group  => root,
         source => 
"/rozrhstgt01/unix-ch/puppet/packages/RBSCprofile-1.0.0.2.pkg",
        }

        # copy the RBSCprofile_adminfile.txt package to the staging area
        file { "/var/tmp/apps/profile/RBSCprofile_adminfile.txt":
         owner  => root,
         group  => root,
         source => 
"/rozrhstgt01/unix-ch/puppet/packages/RBSCprofile_adminfile.txt",
        }


        # install the profile package
        package { "RBSCprofile":
         ensure    => installed,
         source    => 
"/rozrhstgt01/unix-ch/puppet/packages/RBSCprofile-1.0.0.2.pkg",
         adminfile => 
"/rozrhstgt01/unix-ch/puppet/packages/RBSCprofile_adminfile.txt",
         require   => [ File["/var/tmp/apps/profile/RBSCprofile-1.0.0.2.pkg"], 
File["/var/tmp/apps/profile/RBSCprofile_adminfile.txt"]],
        }
}
root@rozrhsecp01 /etc/puppet/modules/ntp/manifests #

Can someone help me?

Thanks ...

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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to