Working packages for SLES, and all current SuSE releases, are available in
open build service. These are the packages that feed the distributions.
https://build.opensuse.org/package/show?package=puppet&project=systemsmanagement%3Apuppet
--
Later,
Darin
On Wed, Dec 26, 2012 at 10:53 PM, Jagga So
I was able to install rubygems-json as well by making the following changes:
--
# diff rubygem-json.spec rubygem-json.spec.ORIG
35,36c35,36
< BuildRequires: rubygem-rake
< #Requires: ruby(abi) = 1.8
---
> BuildRequires: rubygem(rake)
> Requires: ruby(abi) = 1.8
--
# rpm -qa | grep -
Okay, so now I am running into more problems. I installed the new puppet
rpm without any issues, but when I try to run it I get the following errors:
--
# puppet agent -t
/usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require': no such file to load -- semver (LoadE
Thanks for providing that spec file, lead me to add the following to the
files section of my spec file:
%{_bindir}/extlookup2hiera
That seems to have solved the problem. Will continue to build using my
spec file with that change and hopefully that will work.
Thanks again for sharing that spec f
Hi,
try this SPEC https://dl.dropbox.com/u/21671126/puppet-badoo.spec
and that source https://dl.dropbox.com/u/21671126/puppet-3.0.1.tar.gz
works fine on sles 11.*
On Dec 27, 2012, at 7:53 AM, Jagga Soorma wrote:
> Hi Guys,
>
> I am new to puppet and have a mix of both RHEL5.x and SLES11.x se
Here are some of the issues I have been running into. So, I downloaded the
puppet-3.0.1.tar.gz package and I am using the ext/suse/puppet.spec file to
build puppet. Here is the error I was getting:
--
..snip..
+ /usr/bin/install -Dp -m0644
'/var/tmp/puppet-3.0.0-1-root-root%{_confdir}/logrotate'
Which part isn't working for you? What have you tried? Are you
building locally on a sles box or using something like open build
service?
On Wed, Dec 26, 2012 at 7:53 PM, Jagga Soorma wrote:
> Hi Guys,
>
> I am new to puppet and have a mix of both RHEL5.x and SLES11.x servers in my
> environment.
Hi Guys,
I am new to puppet and have a mix of both RHEL5.x and SLES11.x servers in
my environment. I have been able to build the puppet client with some
modifications on RHEL5.x with the spec files just fine but can't seem to
build for SLES11.x. I was wondering if anyone here is using the pup