On Thursday, November 3, 2011 8:27:01 PM UTC+4, Adrien Thebo wrote: > > Could you post the operatingsystem fact alongside the architecture > fact for facter by itself, and then the facts as presented by puppet?
r3:/var/log# facter | grep -e '\(operatingsys\|architec\)' architecture => amd64 operatingsystem => Debian operatingsystemrelease => 6.0.3 r3:/var/log# puppet agent --test .... notice: operatingsystem='Debian' architecture='x86_64' notice: /Stage[main]/Nginx/Notify[operatingsystem='Debian' architecture='x86_64']/message: defined 'message' as 'operatingsystem='Debian' architecture='x86_64'' > On Mon, Oct 31, 2011 at 11:33 AM, Alexander Azarov <[email protected]> > wrote: > > The simplest default, that is WEBrick I guess. > > > > On Monday, October 31, 2011 10:28:12 PM UTC+4, Adrien Thebo wrote: > >> > >> Just as a curiosity, what web server are you using for your puppet > master? > >> > >> On Mon, Oct 31, 2011 at 10:55 AM, Alexander Azarov <[email protected]> > >> wrote: > >> > This is Debian 6.0.3 > >> > > >> > On Monday, October 31, 2011 8:43:50 PM UTC+4, Adrien Thebo wrote: > >> >> > >> >> What operating system is this? I'm looking at the documentation for > >> >> the architecture fact, and theres this: > >> >> > >> >> # Resolution: > >> >> # On OpenBSD, Linux and Debian's kfreebsd, use the hardwaremodel > >> >> fact. > >> >> # Gentoo and Debian call "x86_86" "amd64". > >> >> # Gentoo also calls "i386" "x86". > >> >> > >> >> On Mon, Oct 31, 2011 at 9:25 AM, Alexander Azarov <[email protected]> > >> >> wrote: > >> >> > Hi all, > >> >> > > >> >> > Can you help me diagnose a problem please? > >> >> > > >> >> > I have Facter 1.6.2 and Puppet 2.7.6 installed and what happens is > >> >> > that > >> >> > I > >> >> > rely on "architecture" fact in my manifests and this fact looks > >> >> > correct > >> >> > when > >> >> > I run Facter and it is set to incorrect value during catalog run: > >> >> > > >> >> > r4:/var/log# facter -p | grep architecture > >> >> > architecture => amd64 > >> >> > > >> >> > r4:/var/log# puppet facts find r4.osinka.int > >> >> > ....,"architecture":"amd64",... > >> >> > > >> >> > r4:/var/log# puppet agent --test --noop > >> >> > info: Retrieving plugin > >> >> > info: Loading facts in ec2_facts > >> >> > info: Loading facts in ec2_facts > >> >> > info: Caching catalog for r4.osinka.int > >> >> > info: Applying configuration version '1320071507' > >> >> > notice: /Stage[main]/Nginx/Notify[Architecture x86_64]/message: > >> >> > current_value absent, should be Architecture x86_64 (noop) > >> >> > > >> >> > Any ideas? Where to dig? > >> >> > > >> >> > Regards, > >> >> > Alexander Azarov > >> >> > > >> >> > -- > >> >> > You received this message because you are subscribed to the Google > >> >> > Groups > >> >> > "Puppet Users" group. > >> >> > To view this discussion on the web visit > >> >> > https://groups.google.com/d/msg/puppet-users/-/cUN13TbZXaMJ. > >> >> > To post to this group, send email to [email protected]. > >> >> > To unsubscribe from this group, send email to > >> >> > [email protected]. > >> >> > For more options, visit this group at > >> >> > http://groups.google.com/group/puppet-users?hl=en. > >> >> > > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups > >> > "Puppet Users" group. > >> > To view this discussion on the web visit > >> > https://groups.google.com/d/msg/puppet-users/-/Y16JfpyutBUJ. > >> > To post to this group, send email to [email protected]. > >> > To unsubscribe from this group, send email to > >> > [email protected]. > >> > For more options, visit this group at > >> > http://groups.google.com/group/puppet-users?hl=en. > >> > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Puppet Users" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/puppet-users/-/p4LKkKnYaJcJ. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/puppet-users?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/dXELg-ThY_AJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
