Hi, I am trying to write a manifests for windows and need to do a sequence of things based on architecture.. but the current windows facts like architecture etc are giving me ambiguous results... I am using puppet version 2.7.20 and prefect to use the same version for a while.. Can someone suggest a solution for this issue... Regards, Rakesh K. -- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
You may have better luck using the os_architecture fact from winfacts. https://forge.puppetlabs.com/adenning/winfacts hth, Adam On Sunday, March 10, 2013 1:22:13 AM UTC-6, Rakesh K wrote:> > Hi, > > I am trying to write a manifests for windows and need to do a sequence of > things based on architecture.. but the current windows facts like > architecture etc are giving me ambiguous results... I am using puppet > version 2.7.20 and prefect to use the same version for a while.. > > Can someone suggest a solution for this issue... > > Regards, > > Rakesh K. >-- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Josh Cooper
2013-Mar-11 03:45 UTC
Re: [Puppet Users] Re: Windows Fact for architecture !!!
The current windows architecture and hardwaremodel facts are incorrect when running a Windows 32-bit OS on 64-bit hardware. This is http://projects.puppetlabs.com/issues/16948 to be released in facter 1.7 Josh On Sun, Mar 10, 2013 at 10:34 AM, ad <adam.denning@gmail.com> wrote:> You may have better luck using the os_architecture fact from winfacts. > > https://forge.puppetlabs.com/adenning/winfacts > > hth, > > Adam > > > On Sunday, March 10, 2013 1:22:13 AM UTC-6, Rakesh K wrote: >> >> Hi, >> >> I am trying to write a manifests for windows and need to do a sequence of >> things based on architecture.. but the current windows facts like >> architecture etc are giving me ambiguous results... I am using puppet >> version 2.7.20 and prefect to use the same version for a while.. >> >> Can someone suggest a solution for this issue... >> >> Regards, >> >> Rakesh K. >> > -- > 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 puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Josh Cooper Developer, Puppet Labs -- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Rakesh Kathpal
2013-Mar-11 07:45 UTC
Re: [Puppet Users] Re: Windows Fact for architecture !!!
Thanks a ton.. josh and Adam.. Will try your suggestions. Thanks & Regards, Rakesh K. On Mon, Mar 11, 2013 at 9:15 AM, Josh Cooper <josh@puppetlabs.com> wrote:> The current windows architecture and hardwaremodel facts are incorrect > when running a Windows 32-bit OS on 64-bit hardware. This is > http://projects.puppetlabs.com/issues/16948 to be released in facter 1.7 > > Josh > > > On Sun, Mar 10, 2013 at 10:34 AM, ad <adam.denning@gmail.com> wrote: > >> You may have better luck using the os_architecture fact from winfacts. >> >> https://forge.puppetlabs.com/adenning/winfacts >> >> hth, >> >> Adam >> >> >> On Sunday, March 10, 2013 1:22:13 AM UTC-6, Rakesh K wrote: >>> >>> Hi, >>> >>> I am trying to write a manifests for windows and need to do a sequence >>> of things based on architecture.. but the current windows facts like >>> architecture etc are giving me ambiguous results... I am using puppet >>> version 2.7.20 and prefect to use the same version for a while.. >>> >>> Can someone suggest a solution for this issue... >>> >>> Regards, >>> >>> Rakesh K. >>> >> -- >> 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 puppet-users+unsubscribe@googlegroups.com. >> To post to this group, send email to puppet-users@googlegroups.com. >> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Josh Cooper > Developer, Puppet Labs > > -- > 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 puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.