Displaying 12 results from an estimated 12 matches for "lsbdistdescript".
2012 Dec 03
4
Unnecessary changes when creating facts.yaml
...anges by reordering the
facts in the yaml output as you can see in the diff output between to runs;
--- facts.yaml 2012-12-03 10:25:15.389570751 +0000
+++ facts.yaml.copy 2012-12-03 10:24:31.982563969 +0000
@@ -5,14 +5,14 @@
clientcert: rhel6test.shef.ac.uk
rubyversion: "1.8.7"
lsbdistdescription: "Red Hat Enterprise Linux Server release 6.3
(Santiago)"
- architecture: x86_64
boardmanufacturer: "Intel Corporation"
+ architecture: x86_64
type: Other
serialnumber: "VMware-42 26 2c 7e 64 54 65 e5-bd 53 81 d7 56 02 2e e4"
- processorthreadcount: &qu...
2011 Mar 03
3
lsbdistcodename and Debian Squeeze
...ere any way to fix this?
architecture => amd64
facterversion => 1.5.7
hardwareisa => unknown
hardwaremodel => x86_64
id => root
is_virtual => true
kernel => Linux
kernelmajversion => 2.6
kernelrelease => 2.6.26-2-amd64
kernelversion => 2.6.26
lsbdistcodename => n/a
lsbdistdescription => Debian GNU/Linux 6.0 (n/a)
lsbdistid => Debian
lsbdistrelease => 6.0
lsbmajdistrelease => 6
Cheers,
Steph
--
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....
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
2007 Sep 08
19
Group changes made over and over?
Hi,
I have several Debian servers with puppet 0.23.2. Part of my
manifest looks like this:
class virt_all_users {
@group { "andy":
ensure => "present",
gid => "1000"
}
@user { "andy":
ensure => "present",
uid => "1000",
2007 Mar 29
7
Refering to node name (or part of node name) in a class / function
Hi,
I was wondering if it is possible to gain access to the nodename as a
variable, in order to refer to the name or part of it inside a class.
Eg: I have a lot of sites that essentially have the same configuration,
except they are in different domains and have different requirements for
things like resolv.conf. I can manage this by creating a node definition
for each node and specifying some
2007 Apr 30
3
syntax error, but wherz
...PARENT => "test"
}
and still got the error. This is puppet:
facterversion => 1.3.7
hardwaremodel => i686
hostname => puppet
id => root
kernel => Linux
kernelrelease => 2.6.20.4-vs2.2.0
lsbdistcodename => sarge
lsbdistdescription => Debian GNU/Linux
lsbdistid => Debian
lsbdistrelease => 3.1
puppetversion => 0.22.3
rubysitedir => /usr/local/lib/site_ruby/1.8
rubyversion => 1.8.2
Any idea ?
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-use...
2012 Jul 05
1
hash to_yaml in erb template not giving valid yaml
...Snippet from ''/etc/mcollective/facts.yaml''
[root~]# cat /etc/mcollective/facts.yaml
architecture: &id001 x86_64
hardwareisa: x86_64
hardwaremodel: *id001
kernelrelease: 2.6.18-274.17.1.el5xen
clientversion: *id002
kernelversion: 2.6.18
lsbdistcodename: Final
lsbdistdescription: CentOS release 5.8 (Final)
lsbdistid: CentOS
lsbdistrelease: "5.8"
lsbmajdistrelease: "5"
I did some debugging on the IRB. On the commandline I do get the
expected format. To me it seems the to_yaml is not working for me in
combination with inline template. What is c...
2007 Aug 29
4
Newbie stuck on facter not finding hostname
...I managed to
trace that down to the fact that facter isn''t finding the hostname,
among other things. Here''s the output of facter -d:
value for kernelrelease is still nil
value for hostname is still nil
value for hostname is still nil
value for ipaddress is still nil
value for lsbdistdescription is still nil
value for hostname is still nil
value for hardwaremodel is still nil
value for lsbrelease is still nil
value for hostname is still nil
value for kernel is still nil
value for operatingsystem is still nil
value for lsbdistrelease is still nil
value for kernelrelease is still nil
valu...
2007 Nov 13
6
Facter and arrays
Hi,
Is it possible to have an array as the output of a custom fact? And
then to pass it into a template in Puppet?
I currently have a fact that looks like this:
Facter.add("exports") do
setcode do
case Facter.hostname
when (/thishost/i):
[ "/local", "/local2" ]
end
end
end
& a template like this:
<%
2013 Apr 18
4
fact_stomp_server
Does anyone have any insight into this error message?
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
The fact named fact_stomp_server does not appear to be a valid hostname.
The value of '''' does not match ''^[a-zA-Z0-9.-]+$''. A common cause of this
problem is running puppet agent as a normal user instead of root, or the
fact is
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
I am trying to streamline the current distribution specific setup and
creation of VE''s within OpenVZ with puppet. My first attempt has gone
horribly wrong as you will see below. Here''s the script I wrote to
replace the redhat specific setup that OpenVZ used:
[jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh
#!/bin/bash
#
# Debug - take out later
set -x
2012 Feb 03
16
neatest way to determine a major version of centos/linux?
Just started a rollout of centos 6.x across our Puppet deployment
(100-odd servers).
what fact would people suggest I use to distinguish 5.x from 6.x
(quite a lot of subsystems are different between major releases)?
lsb* facts don''t seem to be present on centos 6 - is this an EPEL bug,
or have they
just been removed in Facter?
Thanks!
--
You received this message because you are