Displaying 20 results from an estimated 1000 matches similar to: "Install RPM package via puppet"
2012 Sep 28
2
nested modules and autoloading
All-
I''m using puppet 2.7.14.  I''ve reviewed
   http://docs.puppetlabs.com/puppet/2.7/reference/modules_fundamentals.html
but it doesn''t seem to cover what I''m attempting.
Consider a module layout like this:
$ tree mymodule
mymodule
|-- Modulefile
|-- README
|-- manifests
|   |-- init.pp
|   |-- special_type
|   |   `-- prereqs.pp
|   `-- special_type.pp
2012 Oct 12
2
One client out of 150 doesn't apply config changes
Hello everyone,
I have one puppet client that suddenly stopped applying configuration 
changes during the. I''m running with -v to see errors - no errors are shown 
and the puppet run completes with:
info: Caching catalog for <system name>
info: Applying configuration version ''1349982313''
notice: Finished catalog run in 49.28 seconds
However, the changes required
2012 Apr 26
2
Optional values from Hiera (no default value)
Hello Puppet List,
I''m writing a module that should take an optional value and I want to
get it (amongst other places) from Hiera.
$repository = $::java_repository ? {
  undef   => hiera(''java_repository'')
  default => $::java_repository,
}
But this fails because Hiera raises an error if it can''t find a value.
I later want to do something like this:
2012 Aug 20
4
puppet-lint and 80 characters line limit?
Hi.
I''m getting lots of warning like this one from puppet-lint:
WARNING: line 67 has more than 80 characters
Now, I don''t like warnings, so any idea how should I rewrite this line
for example, to void the warning?
package {''rpmforge-release'':
 ensure   => ''0.5.2-2.el6.rf'',
 provider => ''rpm'',
 source   =>
2012 Oct 26
12
Have Class Only Perform Actions When There Is Work To Do (i.e. Making Them Idempotent)
Howdy. I feel like I am missing something really simply with regards to the 
way that Puppet works and I am wondering if someone can point me in the 
write direction.
I have written a class that downloads, uncompresses, compiles, and installs 
Python from source. So far so good. The problem is that it only needs to do 
this once, when Python is not already in place (or some other custom 
2012 Oct 24
13
Puppet & Oracle Database config management
Afternoon all.
I''ve been reading around on Puppet and Oracle, and have come up with a few
links that suggest how to get Oracle installed and base configured, which
has got me started in the right direction on that.
My next challenge is maintaining Oracle database specific configuration on
the relevant hosts. This contains various elements, such as /etc/oratab,
/etc/oranfstab (as
2002 Jul 23
2
Irix UseLogin wtmp/utmp bug
I am using the "UseLogin yes" configuration parameter to call the
/usr/bin/login program on SGI Irix, (we are using Irix version
6.5.13).  I do this because the SGI login program is AFS awhere and
checks out a token for you and I do not want to compile the Kerberos
version of sshd, (it is to messy for me to support).
Everything seems to work fine accept the wtmp(x) and utmp(x) files do
2012 Aug 06
4
Could not evaluate: Could not retrieve information from environment production source(s) for one module, for other is ok
Hi,
I have been fighting this issue without success for several days. I am
sure some of you have dealt with something similar:
I have 2 manifest one for vim which works like a charm :
class vim {
        if $operatingsystem == "Debian" {
                package {"vim":
                        ensure => present,
                }
                package
2001 Aug 21
0
[patch] 64 bit types in bitypes.h
[cc'ed to exports at crypto.com.  This patch contains no changes to cryptographic
routines, it only changes how the package's configure script works]
[I'm not subscribed to this list, please cc me on responses.  Thanks]
I noticed a minor configure problem in OpenSSH 2.9p2.  Basically, configure
will check sys/types.h for various "sized" prototypes, and then it separately
2012 Sep 04
9
Module critique
I''ve gotten an install of solr working, but it''s pretty much a hack job at
the moment.  If y''all could give me your thoughts on how to improve my
setup, I''d appreciate it.  apache-tomcat is an rpm of Tomcat 7 that
references the oracle jdk instead of openjdk.
Thanks.
class solr {
        service { ''iptables'' :
                ensure =>
2011 Aug 05
0
augeas modify pam.d argument by relative position
All-
I''ve been using puppet (now 2.6.9) and augeas (now 0.7.2 + ruby-augeas 0.3.0)
for a few weeks and I''m a convert.
I''m trying to modify a particular argument to a particular entry in
the RHEL 6.1 /etc/pam.d/password-auth-ac file, and although I''ve come
up with a way that "works", it''s fragile.  I''m hoping someone can suggest
a
2009 Nov 18
2
Inquiry:What is the equivalent of "iftop" on CentOS 5.2?
Dear All
Can you please do me favor and let me know what is the equivalent of "iftop"
command on CentOS 5.2 ? Please be informed that I couldn't find an rpm
package for "iftop" on the www.pbone.net .
Let me thank you in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Sep 30
3
ls this bandwidth package availblale in Centos
Hi
ls the if top package availblale in Centos?
http://www.ex-parrot.com/~pdw/iftop/
Thank you
2014 Jul 16
2
smbd's using up 100% of all cpu's and load avg slowly going up
Hi,
Running samba sernet 4.1.6-7, I've noticed the load avg slowly / steadily
creeping up (.e.g > 100). I'm now noticing that several smbd processes are
at 100%. I don't actually notice that much bandwidth usage on the system
(e.g. iptraf/iftop). Any idea what's causing this?
Restarting smbd helps for a few days, but then the high load avg returns.
Thanks,
Sabuj
2006 Jul 06
2
routing ssh to secondary uplink
Hello,
I''m following this HOWTO
http://linux-ip.net/html/adv-multi-internet.html to route outgoing SSH
from a secondary ISP. I can see using tcpdump,jnettop,iftop that when
one of the computers located in my internal network is trying to SSH to
a box online using SSH, packets are routed via the secondary internet
ethernet card. However, packets don''t seem to know how to get back.
2020 May 12
3
Monitoring network traffic to a host
Background - I am having an issue with occassional pauses when streaming
high-bitrate media across my home network to my smart TV.  I *suspect*
that the root cause is the (incredibly lame) 100 Mbps Ethernet interface
in the TV.
In order to confirm that the peak bitrate really does max out the 100
Mbps connection, I'd like to monitor the communication between my NAS
and the TV.  The two
2010 Dec 21
1
dos attack problem in xen bridge mode
Hi all,
i''m using xen in bridge mode and some of my domU got under attack from one
ip with high udp packet inside domU i''m using iptables as firewall i have
drop the packet but from dom0 i still see the ip from Iftop and the ip eat
my traffic there is any idea about this
regards
_______________________________________________
Xen-users mailing list
2004 Jun 08
1
failure to create lock
Jun  8 23:14:09 dakota pop3(dakota): open(/var/spool/mail/dakota.lock) failed: P
ermission denied
Jun  8 23:14:09 dakota pop3(dakota): file_lock_dotlock() failed with mbox file /
var/spool/mail/dakota: Permission denied
Jun  8 23:14:09 dakota pop3(dakota): open(/var/spool/mail/dakota.lock) failed: P
ermission denied
Jun  8 23:14:09 dakota pop3(dakota): file_lock_dotlock() failed with mbox file /
2007 Apr 26
6
Struggling to define multiple yum/rug repositories
My head hurts from trying to figure this out for the past several hours . . .
I want to determine what provider to use based on a fact (thanks for
the suse version fact btw) but I ain''t gettin it:
What''s wrong? Am I going down the completely wrong path? Is there a better way?
# suse-yum.pp
case $suse_repo_name {
    #sled10-i586: {Package{ provider => rug}}
    sled10-i586:
2004 Jun 06
1
dovecot and fc2
Hello
I am migrate FC1 to FC2, in FC1 i use ipop3d, but in the migration to FC2 this programa is obsolete, i decide migrate to dovecot, but i have problems with the old mail
i have the mail stored into /var/spool/mail/USER 
and this error appears with examine the mail with Oulook Express:
Jun  6 23:24:10 dakota pop3(dakota): open(/var/spool/mail/dakota.lock) failed: Permission denied
Jun  6