search for: hardwareisa

Displaying 16 results from an estimated 16 matches for "hardwareisa".

Did you mean: hardware's
2009 Dec 09
3
facter 1.5.7 all lsb* items missing
I have 2 RHEL 5.4 systems where all facter lsb* items are missing. Any ideas? Sanitized facter output: architecture => i386 domain => missyou.edu facterversion => 1.5.7 fqdn => broken.missyou.edu hardwareisa => i686 hardwaremodel => i686 hostname => broken id => root interfaces => eth0,sit0 ipaddress => 1.2.1.5 ipaddress_eth0 => 1.2.1.5 is_virtual => true kernel => Linux kernelmajversion => 2.6 kernelrelease => 2.6.18-164.6.1.el5 kernelversion => 2.6.18 macaddress =&...
2007 Sep 24
2
ANNOUNCE: Facter 1.3.8
...MAC addressess as facts. Returns interface_interfacename and macaddress_interfacename. Existing ipaddress and macaddress facts are unchanged and still returned. Currently Linux only. Closes #6. Added macaddress fact support for FreeBSD and OpenBSD - closes #37 Added hardwareisa support for *BSD platforms - closed #38 Facter now detects the Mandriva distribution - closes #39 Facter now correctly detects ipaddress on NetBSD - closes #42 You can get the tarball at: https://reductivelabs.com/downloads/facter/facter-1.3.8.tgz I''ll be going to RubyForge...
2009 Jul 24
2
Solaris SMF services and their dependencies...
...utofs... So I have the following: service { "autofs": ensure => running", subscribe => File["/etc/ auto_master"] } package { "SUNWfoo": # Yes, I''m using /net - its evil, I know... source => "/net/$installsvr/export/pkgs/$kernelrelease/$hardwareisa/ SUNWfoo.pkg", require => Service["autofs"] } I''m serving it out this way for a number of reasons, including slow Puppet fileserving for large files, inability to specify response files with http package streams on Solaris'' package management system - and so o...
2011 Mar 03
3
lsbdistcodename and Debian Squeeze
...<%= lsbdistcodename %> main contrib non-free deb http://security.debian.org/ <%= lsbdistcodename %>/updates main Now the problem is that for squeeze, it does not work as lsbdistcodename gets n/a instead, is there 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 lsbdistreleas...
2011 Jan 12
1
change from notrun to 0 failed: returned 1 instead of 0
# cat iddmi.pp class iddmi { # define pkg variable $pkg = $hardwareisa ? { "sparc" => "Iddmi_SunOS_sparc.pkg", "i386" => "Iddmi_SunOS_i386.pkg", default => undef, } $ftpsystems = "ftp.example.net/download" # define path deafult for exec Exec { path =&...
2008 Oct 15
11
how to update solaris packages without keeping local copies
Greetings, I have a solaris package stored on a puppet server. I''d like to be able to maintain the package on a client system without having to also keep a copy of the package file on the client system. (think lots and lots of packages) Checksums work okay for noticing changes on the fileserver, but it seems that I have to keep a local copy of the file as well. When I rev the package
2012 Jul 05
1
hash to_yaml in erb template not giving valid yaml
...s indented with 2 spaces and some facts give me garbage values. If I verify this on e.g. http://yamllint.com/ I have a syntax error with the 2 leading spaces. 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 deb...
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
2010 Dec 20
2
foreman issue
Hello! I try to use foreman. It''s successfuly import current nodes from puppet storeconfig. Nodes hostname stored in short form, without domain. After that, i run puppet on newly created additional 5 nodes. They shows in foreman with full fqdn. Os, environment, architecture for this nodes not shown. How can i fix this issue? -- You received this message because you are subscribed to
2012 May 16
2
Announce: Facter 2.0.0rc1 Available
...set values Matthaus Litteken (1): 1368bd6 Updating CHANGELOG, conf/redhat/facter.spec for 2.0.0rc1 release. Max Riveiro (1): 51cb8e2 Cleaned up Arch Linux detection routine Michael Kincaid (1): 2eb4ede (#9708) Confine facts by kernel not operating system and remove confine for hardwareisa Mikael Fridh (1): 64770d0 Try to get VirtualBox info without dmidecode Nan Liu (3): f47c592 (#1424) Add Solaris zonename fact. 5273842 (#6682) Add Solaris ldom facts and update virtual detection. c80de1c (#11969) Add zfs zpool version facts. Nicolas Vigier (1): 9df7...
2007 May 10
3
Bug or misconfiguration? Trying to add local user in NIS environment
...ded to LDAP group `dduck''. notice: Finished configuration run in 6.44 seconds The default for useradd, usermod, etc is to use files unless the --service flag is set. Facter: architecture => i386 domain => example.com facterversion => 1.3.6 fqdn => puppetserver.example.com hardwareisa => i686 hardwaremodel => i686 hostname => puppetserver id => root ipaddress => 10.10.10.15 kernel => Linux kernelrelease => 2.6.16.27-0.9-bigsmp macaddress => 00:10:18:17:BF:E6 00:10:17:17:BF:E6 00:10:18:18:BF:E6 00:10:18:16:BF:D5 00:10:18:17:BF:E6 00:14:5E:69:80:8D memoryfr...
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: <%
2009 Feb 12
2
"Could not find server puppet" - installation/configuration error
...te_keys/ core4.adcom.uci.edu.pem debug: Calling puppetca.getcert warning: peer certificate won''t be verified in this SSL session notice: Did not receive certificate (core4) root:/opt/csw/bin # facter domain => YP.adcom.uci.edu facterversion => 1.5.2 fqdn => core4.YP.adcom.uci.edu hardwareisa => sparc hardwaremodel => sun4v hostname => core4 interfaces => lo0,e1000g0 ipaddress => 128.200.235.71 ipaddress_e1000g0 => 128.200.235.71 kernel => SunOS kernelrelease => 5.10 kernelversion => 5.10 macaddress => 0:14:4f:2:5c:7e macaddress_e1000g0 => 0:14:4f:2:5c:7...
2013 Aug 07
9
Freebsd + Puppet 3.2.2 pkg_add -f ?
Shouldn''t pkg_add be using the -r option for package management? I worked around by forcing the client to use ports instead, but it stinks. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to
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