On 26-07-11 06:57, KarthiKeyan. Kesavan wrote:
> Hi,
> 
> I tried to exec dpkg cmd to install the deb file in my puppet debian client .
> 
> I am getting error due to related library files. Please suggest me how to
> automate the same.

Dpkg is not meant to resolve those dependencies for you, it just does what
you tell it to: install a single deb package. APT is made for what you want.

> Due to security reasons i cant enable repo urls in my /etc/apt
> sources-list file.

You could install the dependencies with 'package' resources, and have the
dpkg-exec depend on those.

Best regards,
Martijn Grendelman





> -- 
> 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.

-- 
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