rubygem-ruby-shadow is available in the repo so I don't know what could be causing that.
I just added that repo to a SLES box, installed puppet and it pulled down the dependencies without issue, the the output below. What the output you get from "zypper info rubygem-ruby-shadow" and "zypper lr -d "? slestest:~ # zypper ar http://download.opensuse.org/repositories/systemsmanagement:/puppet/SLE_11_SP3 puppet Adding repository 'puppet' [done] Repository 'puppet' successfully added Enabled: Yes Autorefresh: No GPG check: Yes URI: http://download.opensuse.org/repositories/systemsmanagement:/puppet/SLE_11_SP3 slestest:~ # zypper in puppet Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW packages are going to be installed: facter puppet ruby rubygem-hiera rubygem-json_pure rubygem-ruby-shadow rubygems 7 new packages to install. Overall download size: 4.9 MiB. After the operation, additional 17.8 MiB will be used. Continue? [y/n/? shows all options] (y): Retrieving package ruby-1.8.7.p357-0.9.15.1.x86_64 (1/7), 1.8 MiB (6.4 MiB unpacked) Retrieving: ruby-1.8.7.p357-0.9.15.1.x86_64.rpm [done] Retrieving package facter-2.0.1-2.1.x86_64 (2/7), 80.0 KiB (222.0 KiB unpacked) Retrieving: facter-2.0.1-2.1.x86_64.rpm [done] Retrieving package rubygems-1.8.15-0.14.1.x86_64 (3/7), 181.0 KiB (558.0 KiB unpacked) Retrieving: rubygems-1.8.15-0.14.1.x86_64.rpm [done] Retrieving package rubygem-ruby-shadow-2.3.4-21.1.x86_64 (4/7), 23.0 KiB (89.0 KiB unpacked) Retrieving: rubygem-ruby-shadow-2.3.4-21.1.x86_64.rpm [done] Retrieving package rubygem-json_pure-1.8.1-28.12.x86_64 (5/7), 276.0 KiB (759.0 KiB unpacked) Retrieving: rubygem-json_pure-1.8.1-28.12.x86_64.rpm [done] Retrieving package rubygem-hiera-1.2.1-11.11.x86_64 (6/7), 46.0 KiB (115.0 KiB unpacked) Retrieving: rubygem-hiera-1.2.1-11.11.x86_64.rpm [done] Retrieving package puppet-3.6.2-2.1.x86_64 (7/7), 2.6 MiB (9.6 MiB unpacked) Retrieving: puppet-3.6.2-2.1.x86_64.rpm [done (1.0 MiB/s)] Installing: ruby-1.8.7.p357-0.9.15.1 [done] Installing: facter-2.0.1-2.1 [done] Installing: rubygems-1.8.15-0.14.1 [done] Installing: rubygem-ruby-shadow-2.3.4-21.1 [done] Installing: rubygem-json_pure-1.8.1-28.12 [done] Installing: rubygem-hiera-1.2.1-11.11 [done] Installing: puppet-3.6.2-2.1 [done] Additional rpm output: %{1} puppet.service warning: /etc/puppet/puppet.conf saved as /etc/puppet/puppet.conf.rpmorig %{1} puppet.service -- Later, Darin On Fri, Jun 13, 2014 at 6:03 AM, Torsten Kleiber <[email protected]> wrote: > Thanks for this! > zypper refresh with this repo is now successful. > But now I get another error: > > myserver:~ # zypper --non-interactive install --repo puppet puppet > Loading repository data... > Reading installed packages... > Resolving package dependencies... > Problem: nothing provides rubygems needed by > rubygem-ruby-shadow-2.3.4-21.1.x86_64 > Solution 1: do not ask to install a solvable providing puppet > Solution 2: break rubygem-ruby-shadow by ignoring some of its dependencies > Choose from above solutions by number or cancel [1/2/c] (c): c > > Am Donnerstag, 12. Juni 2014 18:09:14 UTC+2 schrieb Darin Perusich: >> >> build.opensuse.org is the OBS project location where the packages are >> managed/built. Successfully built packages are published at >> download.opensuse.org, so for SLES use the below repo URL. >> >> >> http://download.opensuse.org/repositories/systemsmanagement:/puppet/SLE_11_SP3/ >> >> -- >> Later, >> Darin > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/18f47009-68f3-4eb3-9ff4-375da38d7d94%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CADaviKvH5dAy%3DRybHqGbrjv-2RE%2B2G49bdgcoo%3Dyj4XgUEq5aQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
