[Pkg-puppet-devel] [facter] 02/61: Adding a windows fact for i686 to architecture specs

Stig Sandbeck Mathisen ssm at debian.org
Mon Nov 4 15:01:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 663c3d3b55cc1317d29845975ba117a346702788
Author: Rob Reynolds <ferventcoder at gmail.com>
Date:   Wed Jul 3 13:46:25 2013 -0500

    Adding a windows fact for i686 to architecture specs
---
 spec/unit/architecture_spec.rb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/spec/unit/architecture_spec.rb b/spec/unit/architecture_spec.rb
index 7e69198..1c45e04 100755
--- a/spec/unit/architecture_spec.rb
+++ b/spec/unit/architecture_spec.rb
@@ -22,6 +22,7 @@ describe "Architecture fact" do
     ["Gentoo","i686"] => "x86",
     ["Gentoo","pentium"] => "x86",
     ["windows","i386"] => "x86",
+    ["windows","i686"] => "x86",
     ["windows","x64"] => "x64",
   }
   generic_archs = Hash.new

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list