Displaying 20 results from an estimated 2000 matches similar to: "Struggling to define multiple yum/rug repositories"
2007 Apr 12
5
Suse documentation
Hi,
I''ve writen a draft describing puppet on SuSE/opensuse linux.
http://www.reductivelabs.com/trac/puppet/wiki/PuppetSuSE
Any feedback is welcome.
Martin
2007 May 10
3
Bug or misconfiguration? Trying to add local user in NIS environment
Hello -
Is the following a configuration issue (which is usually the case) or a bug?
I''m trying to ensure a local user is present in a NIS environment
using the following recipie:
class dduck_add {
user { "dduckl":
ensure => present,
uid => 60030,
gid => "100",
groups =>
2011 Mar 16
3
only one puppet client fails with yum
hello list..
I am sharing a yum configuration in a class (centos.pp) between two
nodes. But the yum configuration doesn''t apply at all to one node
even tho it does to another identically configured node.
## packages are failing to install via yum on one ec2 aws instance and
another identical ec2 instance works fine
[root@kromep2 ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
2009 Jun 16
3
Puppet on SLES
I currently manage approximately 150 hosts with a handful of ZLM policies,
but I''ve had one too many policies lost by the management server to keep
using this solution.
I''m wondering if anyone has any experiences (good or bad) they''d be
willing to share specific to using Puppet with SLES (9 and 10).
What experiences have you had with package management tools? Would
2009 Dec 04
3
yumrepo is missing name attribute in repo files using puppet-0.24.8-4.el5
I''m using puppet-0.24.8-4.el5 on CentOS 5.4.
My problem is yumrepo isn''t writing the "name=" field to the
repository files which causes yum to complain with the error:
Repository ''local-CentOS-5.4-x86_64'' is missing name in configuration,
using id
I get this behavior on all of my yumrepo definitions. One of them
looks like this:
yumrepo {
2008 Feb 22
12
Yumrepo and managing the contents of /etc/yum.repos.d directory...
Puppet version: 0.22.4
facterversion => 1.3.7
rubyversion => 1.8.5
Given the following:
file { yum_repo_d:
path => "/etc/yum.repos.d",
ensure => directory,
recurse => true,
purge => true
}
yumrepo { pkg_repo:
descr => "Packages Repository",
enabled => 1,
baseurl => "http://Some/path/",
gpgcheck => 0,
2007 Mar 13
3
OCFSv2 in a mail cluster environment
Hello,
First, thanks to all the people who helped to license this software under
the GPL. This is a very important piece of work for the Free Software in the
Enterprise Market.
Just a few newbie questions. We've been thinking about implmenting a mail
cluster with a Fiber SAN (IBM DS-4000) and OCFSv2 as the storage
backend. The information on this volume will essentially be Postfix
Maildirs,
2011 Nov 01
4
2.7.6 yumrepo not working
Just upgraded to 2.7.6 and the yumrepo type does not write out our yum
configs correctly, anyone experiencing this? Documentation hasn''t changed
from what I can tell for this type.
# facter -version
1.6.2
# puppetd --version
2.7.6
# facter architecture
x86_64
# facter operatingsystem
Fedora
# facter operatingsystemrelease
14
==== My manifest ====
yumrepo {
2010 Sep 28
15
YUMREPO { productname => PowerEdge 2650}
Hello All,
How do I specify a variable that has a space in it? I''m trying
to setup a yum repo that has two different baseurl''s based on the
product name ($productname). Default goes one way, but if the product
is "PowerEdge 2650" then is a different URL. The thing is, that is
only picking up the default. How should I specify the value with the
space in the
2007 Dec 05
8
How does one use a module?
Greetings -
Maybe I''m a bit slow, but I''ve been trying to understand how to use a
module for the better part of a day and I''m not getting it. Here''s
what I''ve done:
Using puppet 0.23.2
1. Downloaded the shorewall module from David Schmitt''s git repo
(Thanks David!!!!) and placed it in the directory
/var/lib/puppet/modules (using the rpm
2010 Oct 25
2
Multiple errors on puppet client runs: "A section with name updates already exists"
Hello,
I''m currently running Puppet 0.25.5-1 on CentOS 5.5. Everything has
been going swimmingly until a couple of weeks ago, when I began
receiving errors on one of my nodes. The node in question is also my
puppetmaster, but the errors seem client-related. The errors are:
err: //yumrepos::centosbase/Yumrepo[addons]: Failed to retrieve
current state of resource: A section with name
2006 Oct 20
2
SUSE Patches
Hello all,
I am running SLES9 with the latest kernel patches (2.6.5-7.282-bigsmp)
and ocfs2 version (1.2.1-SLES), I was wondering if anyone had any info
on if the latest ocfs2 will be included in SLES anytime soon. Or how to
get the patches from Novell. Thanks in advance!
- Andy
Andy Kipp
Network Administrator
Velcro USA Inc.
406 Brown Ave.
Manchester, NH 03103
Phone: (603) 222-4844
Email:
2010 Jul 29
5
Multiple repositories under one file
Hello All,
In all the examples that I see you configure one repo per file;
i.e:
yumrepo { "testing.com-repo":
baseurl => "http://repos.testing.com/fedora/$lsbdistrelease/",
descr => "Testing.com''s YUM repository",
enabled => 1,
gpgcheck => 0,
}
But how do I specify multiple entries to the same file?. For
instance, I just one to have one
2006 Mar 24
5
Problem bringing up 32-bit Sles 9 on a Dom-VT
All,
We are facing some issues bringing up a DomVT on Xen x86_64(changeset
9267).
We created a disk image with dd 8 G in size.
We then booted an associated Dom-VT with a CD-ROM and did net-install of
the sles-9 OS.
This completes successfully.
Then, when the system is brought around for a reboot (having changed the
boot option from cdrom to disk), the system hangs after the line
2011 Mar 24
6
run stages in puppet 2.6
hello guys,
I am trying to incorporate run stages into my puppet setup. I''ve been
working with this for a few days and I haven''t quite got the hang of
it yet...
When I attempt my puppet run this is the error I see:
------------------------------------------------
[root@chromews21 ~]# puppetd -t
err: Could not retrieve catalog from remote server: Error 400 on
SERVER:
2007 Jul 17
1
Yumrepo''s subscribe ran before package require Yumrepo?
I am trying to set a "subscribe" for a Yumrepo object so that an Exec "yum
clean all" is ran immediately after a Yumrepo is changed. With the following
setup, I am not seeing the "subscribe" fire off until after Packages that
have a require pointing to the Yumrepo["custom"] are attempted to be
installed.
Is in right to expect that the subscribe on the
2012 Nov 01
7
Install RPM package via puppet
I am trying to get a package (iftop) installed on a test node using puppet
but I can''t get it to install. This seems like it should be simple, but I
can''t figure out what I am missing. Have done a lot of searching for
similar problems and the answers I found seem to be vague in the details
and explanation.
I have the package added to an internal yum repo. OS is Centos 5.4.
2007 Mar 01
1
data volume option, is it present in current version of ocfs2
hi,
i am trying to install oracle rac on fedora core 6 through iscsi.
when i try to mount,
mount.ocfs2: Invalid argument while mounting /dev/mapper/rac-crs on
/mnt/crs. Check 'dmesg' for more information on this error.
error log in dmesg,
ocfs2: Unmounting device (253,11) on (node 255)
(27354,0):ocfs2_parse_options:753 ERROR: Unrecognized mount option
"datavolume" or missing
2007 Aug 22
7
Frustrating warning/error from puppetd
Greetings all,
(Hopefully this won''t be a HTML mail.)
I''ve picked up puppet as a tool to manage a fairly small network of RHEL servers, and I''m really liking what I see so far. However, I''m having a pile of trouble with a class definition for a yum controller:
# $Id$
class yum-rhel5 {
file { "/etc/yum.conf":
mode => 644,
2007 May 30
16
Shorewall recipe BETA, need comments !!
Hello community !
I have posted here my shorewall recipe:
http://reductivelabs.com/trac/puppet/wiki/AqueosShorewall
If anyone is interested please test and comment to see if we can
improve it ! :)
I also updated my facter recipe for VERIO vps servers if anyone
interested... :)
http://reductivelabs.com/trac/puppet/wiki/AqueosFacterVps
Hope that helps !
--
Cordialement,
Ghislain