search for: hardwaremodel

Displaying 20 results from an estimated 24 matches for "hardwaremodel".

2012 Jun 04
2
Windows architecture fact
We recently fixed the hardwaremodel and architecture facts on Windows as they were always returning i386[1]. The change will be in the upcoming 1.6.10 release of Facter[2]. The new behavior is that hardwaremodel will return something like i686, ia64, x64, etc, while the architecture fact will return either x86 or x64. Since the new...
2008 Aug 25
2
package name AND VERSION needed for passing to yum?
this snippet: package {ovzkernel: source => $hardwaremodel ? { "x86_64" => "ovzkernel-2.6.18-53.1.19.el5.028stab053.14.x86_64", default => "ovzkernel-2.6.18-53.1.19.el5.028stab053.14.i686" }, ensure => installed, provider => yum, require => [File["/etc...
2010 Dec 15
3
having trouble with puppet 0.25.5 on openbsd 4.8 on amd64
...nt_openbsd { $app_client_pkgs_obsd = [ ''glib2-2.24.1p2'', ''gtar-1.23p1'' ] package { "${app_client_pkgs_obsd}": ensure => ''installed'', source => "http://${installserver}/openbsd/${operatingsystemrelease}/packages/${hardwaremodel}/${name}.tgz", } This doesn''t work. debug: Puppet::Type::Package::ProviderOpenbsd: Executing ''/usr/sbin/pkg_info glib2-2.24.1p2gtar-1.23p1'' debug: /app_client_openbsd/Package[glib2-2.24.1p2gtar-1.23p1]: Changing ensure debug: //app_client_openbsd/Package[glib2-...
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 => 00xxxx macaddress_eth...
2011 Mar 03
3
lsbdistcodename and Debian Squeeze
...gt; 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 lsbdistrelease => 6.0 lsbmajdistreleas...
2008 Apr 07
10
setting environment variables
...I don''t have the time to wait for the scheduled run to apply a change or when I''m troubleshooting so this doesn''t really fix it for me. I also experimented with setting source in a package declaration: in site.pp: $pkg_source="http://pkg.blah.net/pub/FreeBSD/ports/$hardwaremodel/ packages-$kernelrelease/Latest" in some class: package { "rsync": ensure => present, name => rsync, source => $pkg_source, } This kind of works, but it means that I''d have to add source to all my classes, at which poi...
2007 Feb 15
4
Component/type defaults for 0.22.x
...=> $owner, group => $group, backup => $backup, recurse => $recurse, source => [ "puppet://$puppetserver/hosts/$source", "puppet://$puppetserver/groups/$groupname/ $operatingsystem/$hardwaremodel/$source", "puppet://$puppetserver/groups/$groupname/ $operatingsystem/any/$source", "puppet://$puppetserver/groups/$groupname/any/any/ $source", # These are used when a groupname is specified, but no files are found...
2006 Nov 02
6
certificate not trusted
...config err: Could not retrieve configuration: Certificates were not trusted: certificate verify failed warning: Not using cache on failed configuration allo01# openssl version OpenSSL 0.9.7e-p1 25 Oct 2004 allo01# facter domain => xxxxxx facterversion => 1.3.5 fqdn => xxxxxxxxxxxxxxxxxx hardwaremodel => i386 hostname => allo01 ipaddress => xx.Xx.xx.xx kernel => FreeBSD kernelrelease => 6.0-RELEASE operatingsystem => FreeBSD operatingsystemrelease => 6.0-RELEASE ps => ps -auxwww puppetversion => 0.19.3 rubysitedir => /usr/local/lib/ruby/site_ruby/1.8 rubyversion =&g...
2008 Jan 06
0
RFC: defined type for stowed packages
...path => "/etc/puppet/stow-initiator_${basepackage}-${version}", > alias => "stow-initiator_${basepackage}-${version}" > } > > exec { download: > command => "/usr/bin/rsync -a --delete ${rsyncserver}::${rsyncmodule}/${hardwaremodel}/${basepackage}-${version} ${stowdestdir}", > refreshonly => true, > subscribe => file["stow-initiator_${basepackage}-${version}"], > alias => "download_${basepackage}-${version}" > } > > exec { unstow-othe...
2007 Apr 30
3
syntax error, but wherz
...orewall-zone { "testname": SHTYPE => ''ipv4'', 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 ruby...
2012 Oct 16
0
Tracing puppet processing for HP-UX user passwords
...ere really is not an issue. Since I am trying to get this working across the board for HPUX I wanted to try to hack out the fix myself but have hit a wall. Pertinent Details for the host on which I am finding these issues: architecture => ia64 facterversion => 1.6.12 fqdn => cadcpuppet hardwaremodel => ia64 hostname => cadcpuppet id => root interfaces => lan0,lo0 is_virtual => true kernel => HP-UX kernelmajversion => B.11 kernelrelease => B.11.31 kernelversion => B.11.31 operatingsystem => HP-UX operatingsystemrelease => B.11.31 osfamily => HP-UX path =>...
2012 Jul 05
1
hash to_yaml in erb template not giving valid yaml
...es 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 debugging on the IRB. On th...
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 Aug 29
4
Newbie stuck on facter not finding hostname
...ing 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 value for operatingsystemrelease is still nil value for lsbdistid is still n...
2007 Apr 26
5
$processor fact not working on OS X
Hello dear list. First of all thanks to all the developers for the great work on puppet. After using it for a while, there is not better tool to manage a network! I have a problem with the $processor fact, which seems to be either not there or ignored at all. I try to implement package deployment for the Macs (Intel vs. PowerPC) as described here:
2011 Oct 10
0
Announce: Facter 1.6.2. available
...rides. ##Fix (7726) Silence prtconf error message inside zones prtconf will output an error message when run inside a zone, which clutters up facter output. Redirected the stderr to /dev/null. ## Fix (4980, 6470) Fix architecture in Darwin and Ubuntu Architecture now relies on the hardwaremodel fact unless special cased otherwise, such as for linux distributions that require amd64 as the expected architecture. Ubuntu was added as a special case, OpenBSD was collapsed into the current architecture fact and Darwin was added by removing the kernel confine statement for the ar...
2007 May 10
3
Bug or misconfiguration? Trying to add local user in NIS environment
...k''. 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 memoryfree => 5.26 GB memorysi...
2007 Jan 30
19
PuppetReporting
hi I''ve read about PuppetReporting at the Trac website. Apparently you are working on integrating the benchmark tests for every type in ruby. Do you have any idea when this will all get implemented? This is a crucial part (and actually a necessary feature) in the configuration management system we have set up using Puppet. grtz Koen Vereeken
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: <%
2006 Sep 21
30
Using multiple values for source, for platform/arch/host configs
...> $owner, group => $group, backup => $backup, recurse => $recurse, source => [ "puppet://$puppetserver/private/$source", "puppet://$puppetserver/groups/$groupname/ $operatingsystem/$hardwaremodel/$source", "puppet://$puppetserver/groups/$groupname/ $operatingsystem/any/$source", "puppet://$puppetserver/groups/$groupname/any/any/ $source", "puppet://$puppetserver/shared/$operatingsystem/ $hardwaremodel/$sour...