Displaying 20 results from an estimated 600 matches similar to: "Facter Strings to integer."
2007 Dec 14
3
Nested conditions
Hello,
I have a file which varies depending on which
OS/version it''s running. I tried to make a nested
source parameter like this, but it didn''t work:
source => $operatingsystem ? {
Debian =>
"puppet://myserver.com/files/os/debian/etc/ssh/sshd_config",
Gentoo =>
"puppet://myserver.com/files/os/gentoo/etc/ssh/sshd_config",
RedHat =>
2008 Dec 12
3
init script question
Hi all, is there a function (or variable) I can use in a custom init
script that identifies the init script name? i.e. I'm porting some
init scripts from gentoo, where the $SVCNAME variable identifies the
init script name within the script itself...
d
/*
Davide Cittaro
Cogentech - Consortium for Genomic Technologies
via adamello, 16
20139 Milano
Italy
tel.: +39(02)574303007
e-mail:
2011 Feb 08
6
Puppet facter operatingsystemrelease
Hello,
I am running puppet server version 0.25.4-2, and since Debian squeeze
is the new stable release I would like to adapt some of my modules.
I have a syslog-ng module, I would like to specify another template
for my squeeze server.
I changed my init.pp as follow :
if ($operatingsystemrelease <= 5.0.8) {
$syslog_template = "syslog/syslog-ng.conf.erb"
}
else {
2012 Apr 18
1
$lsbdistcodename stays the same after dist-upgrade
Dear List,
i was running a few natty systems and upgraded one of them to oneiric.
Facter shows the right lsbdistcodename, lsbdistrelease, etc.
parameters, but when i''m running puppet agent the modules has access
to the previous (natty, etc.) values. As i see on puppetmaster in /var/
lib/puppet/yaml/{facts,node} the output from facter and the agent is
cached and won''t update
2006 Nov 01
5
Bug#396567: xen-3.0: missing libncurses5-dev in build dependencies
Package: xen-3.0
Version: 3.0.3-0-1
Severity: serious
Justification: no longer builds from source
Missing build-dep on libncurses5-dev in debian/control.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-xen-686
Locale: LANG=it_IT,
2008 Nov 25
6
bioinformatics repository?
Hi all, I'm new to Centos, just moved here from Gentoo Linux.
I have to install a server for bioinformatics purposes and I see that
default yum repositories do not include any bioinformatics software
(i.e. ncbi-toolkit, blat, and others). I'm googling a bit but I can't
find a valuable solution: which is (or which are) the best repository
I should add to have a satisfying list
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
2006 Nov 01
4
Bug#396557: xen-3.0: missing libz-dev in build dependencies
Package: xen-3.0
Version: 3.0.3-0-1
Severity: serious
Justification: no longer builds from source
Missing build-dep on libz-dev in debian/control.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-xen-686
Locale: LANG=it_IT,
2006 Nov 01
4
Bug#396561: xen-3.0: missing x11proto-core-dev in build dependencies
Package: xen-3.0
Version: 3.0.3-0-1
Severity: serious
Justification: no longer builds from source
Missing build-dep on x11proto-core-dev in debian/control.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-xen-686
Locale:
2012 Mar 03
1
Version mismatch
Hi Guys,
in what kind of problem I will be if I try to transfer files from a server that has on it 3.0.9 on windows running under cygwin, and the client having 2.6.9 on Mac OS X ?
I tried to do it and no problem occured, apparently.. but I'd like to be sure..
I used the option --vvrtW
thx in advance
--
Vito Mule'
HelpDesk Technician - Area Ricerca
Istituto Europeo di Oncologia
Via
2011 Mar 03
3
lsbdistcodename and Debian Squeeze
Hello all,
I use puppetmaster on a Debian Squeeze server (packaged from Debian 2.6.2-4)
I am using a template for Debian Servers which works great for Lenny
in order to update my sources.list automagically, here goes:
deb http://ftp.ie.debian.org/debian <%= lsbdistcodename %> main contrib non-free
deb http://security.debian.org/ <%= lsbdistcodename %>/updates main
Now the problem
2007 Aug 29
4
Newbie stuck on facter not finding hostname
Hi all,
I''m trying to get puppet working for the first time, and I''ve run into
something that''s got me stumped. This is all on Solaris 10/x64. The
initial startup of puppetmasterd wasn''t working, and it appeared to be
related to the SSL certs not getting generated properly. I managed to
trace that down to the fact that facter isn''t finding the
2010 Jan 20
2
Using ruby-1.9.x with Puppet 0.25.x
I read somewhere recently about problems with Puppet and Ruby 1.9.
I''m wondering if this is still an issue?
Thanks.
--
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+unsubscribe@googlegroups.com.
For
2015 Jun 04
2
404 error => stream redirect / relay
Is there any known way how to redirect all 404 errors to a stream?
I can see many request to non-existing publish points (mostly old streams
that are no longer active) and I would like to redirect them to one
specific mount with audio loop (looped stream)... but I don't want to
create relay streams manually for each non-existing pubpoint, but rather
create one general "404 relay"...
2008 Nov 26
3
replicate package installation on multiple machines
Hi all,
Is there a way to dump the current packages installed on a machine and
use it do install/uninstall packages on other machines? I've
configured one at install time but to speed up other installations I
would like to install default packages and then install/uninstall some
starting from my first machine configuration...
thanks
d
PS
Oh, I'm going to RTFM too... but I'm
2011 May 04
4
combine lattice plot and standard R plot
Dear R users,
I would like to combine lattice plot (xyplot) and standard R plot (plot and plotCI) in an unique figure.
I use the function "par()" to combine plot and plotCI and I use the function "print()" to combine xyplot. I tried to use these functions to combine xyplot and plotCI and plots but they do not work. Does anybody know how I can do this?
Thank you very much in
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 Dec 05
1
Cummulative Variance in Correspondence Analysis (ADE4)
Hi all:
How can I calculate the cumulative variance (or variance for each component)
in correspondence analysis?
If were possible in ADE4 package
Thank you
-- Antonio Punzón Merino
O__---- Instituto Español de Oceanografía
c/ /'_ --- Centro Oceanográfico de Santander
(*) \(*) -- Promontorio de San Martín S/N
~~~~~~~~~~ 39004-Santander; Spain
PO BOX: 240
Tlf: +34 942 29 10 60
Fax: +34
2012 Jan 23
13
Template Help Please
Hello,
I am trying to setup a template with data being passed in as a long
string of data which is being returned via extlookup()
i.e. $resolvers = "10.10.10.10 11.11.11.11.12.12.12.12"
The template should split those up and put a nameserver entry per line
in /etc/resolv.conf
I have this in the template now:-
<%=
2013 Feb 07
1
It's a BUG or a Feature? Generating seq break comparing operators
Hello everybody:
I get a strange behavior with seq, take a look at this:
> msd <- seq(0.05,0.3, 0.01)
> msd[13]
[1] 0.17
> class(msd)
[1] "numeric"
> class(msd[13])
[1] "numeric"
> typeof(msd[13])
[1] "double"
now the problem:
> msd[13] == 0.17
[1] FALSE
It is strange only to me?
Consider that:
> 0.17 == 0.17
[1] TRUE
and also
> a