Issue #15343 has been updated by Rahul Gopinath.

Status changed from Needs More Information to Duplicate


----------------------------------------
Bug #15343: Solaris package installation failed - Could not evaluate: Unable to 
get information about package
https://projects.puppetlabs.com/issues/15343#change-69388

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