simp-rspec-puppet-facts 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +17 -0
  3. data/facts/1.7/centos-6-x86_64.facts +2 -1
  4. data/facts/1.7/centos-7-x86_64.facts +2 -1
  5. data/facts/1.7/oraclelinux-6-x86_64.facts +2 -1
  6. data/facts/1.7/oraclelinux-7-x86_64.facts +2 -1
  7. data/facts/1.7/redhat-6-x86_64.facts +2 -1
  8. data/facts/1.7/redhat-7-x86_64.facts +2 -1
  9. data/facts/2.0/centos-6-x86_64.facts +2 -1
  10. data/facts/2.0/centos-7-x86_64.facts +2 -1
  11. data/facts/2.0/oraclelinux-6-x86_64.facts +2 -1
  12. data/facts/2.0/oraclelinux-7-x86_64.facts +2 -1
  13. data/facts/2.0/redhat-6-x86_64.facts +2 -1
  14. data/facts/2.0/redhat-7-x86_64.facts +2 -1
  15. data/facts/2.1/centos-6-x86_64.facts +2 -1
  16. data/facts/2.1/centos-7-x86_64.facts +2 -1
  17. data/facts/2.1/oraclelinux-6-x86_64.facts +2 -1
  18. data/facts/2.1/oraclelinux-7-x86_64.facts +2 -1
  19. data/facts/2.1/redhat-6-x86_64.facts +2 -1
  20. data/facts/2.1/redhat-7-x86_64.facts +2 -1
  21. data/facts/2.2/centos-6-x86_64.facts +2 -1
  22. data/facts/2.2/centos-7-x86_64.facts +2 -1
  23. data/facts/2.2/oraclelinux-6-x86_64.facts +2 -1
  24. data/facts/2.2/oraclelinux-7-x86_64.facts +2 -1
  25. data/facts/2.2/redhat-6-x86_64.facts +2 -1
  26. data/facts/2.2/redhat-7-x86_64.facts +2 -1
  27. data/facts/2.3/centos-6-x86_64.facts +2 -1
  28. data/facts/2.3/centos-7-x86_64.facts +2 -1
  29. data/facts/2.3/oraclelinux-6-x86_64.facts +2 -1
  30. data/facts/2.3/oraclelinux-7-x86_64.facts +2 -1
  31. data/facts/2.3/redhat-6-x86_64.facts +2 -1
  32. data/facts/2.3/redhat-7-x86_64.facts +2 -1
  33. data/facts/2.4/centos-6-x86_64.facts +2 -1
  34. data/facts/2.4/centos-7-x86_64.facts +2 -1
  35. data/facts/2.4/oraclelinux-6-x86_64.facts +2 -1
  36. data/facts/2.4/oraclelinux-7-x86_64.facts +2 -1
  37. data/facts/2.4/redhat-6-x86_64.facts +2 -1
  38. data/facts/2.4/redhat-7-x86_64.facts +2 -1
  39. data/facts/2.5/centos-6-x86_64.facts +2 -1
  40. data/facts/2.5/centos-7-x86_64.facts +2 -1
  41. data/facts/2.5/oraclelinux-6-x86_64.facts +2 -1
  42. data/facts/2.5/oraclelinux-7-x86_64.facts +2 -1
  43. data/facts/2.5/redhat-6-x86_64.facts +2 -1
  44. data/facts/2.5/redhat-7-x86_64.facts +2 -1
  45. data/lib/simp/version.rb +1 -1
  46. metadata +66 -67
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31b8e0cc056d41f155754c9998e19e90bb8fb8f4dfa112fedfa4e4a405c12d05
4
- data.tar.gz: ba0ecdaf80fc1eba2e7384f348b706099c573a92e4f557ce2eb3d76fb4db61d6
3
+ metadata.gz: 384dba8edfa6f27833b807284aeb5c573ceb8f4c28b49d736c7206a651bc68e8
4
+ data.tar.gz: b954b3b04227bcc15540aaf011c7db01c3dd93f84983029eb8bcc198e402710f
5
5
  SHA512:
6
- metadata.gz: fefedbfcf8608c8f93830d3b3e3b4768bf14e525c7a049537d3ffdabba69176b5de7a9d07ae16ce0585efdb5f741c95e773a56b13c7756e205b597c6a030ac47
7
- data.tar.gz: 1f6896773e7192741c0f372bf6040fcefe888723e7360bb47c229135cb18f6a8852f3dc80b5b98f40f9dcb84da496fe1625f7fc5bd50743dddc74b6658ab3b75
6
+ metadata.gz: a98a5dda2f8451765f83079d42813beb8f26f1cba9fc93a137e71e67dc3638d5d024130e3f75f678f35137d3c8f4d6d4362c1ca25436cafeb4264a75e80c31cb
7
+ data.tar.gz: ffa8768eb458c1c18052cb3ea078c2bcc08ff38f5bba9616e5d1c94bb315856e56578dc25ea058efa8c173a3f60daf38d17ec6b20e0f080e7390681ca6dc34e2
data/Rakefile CHANGED
@@ -3,3 +3,20 @@ begin
3
3
  RSpec::Core::RakeTask.new(:spec)
4
4
  rescue LoadError
5
5
  end
6
+
7
+ namespace :syntax do
8
+ def syntax_check(task, glob)
9
+ warn "---> #{task.name}"
10
+ Dir.glob(glob).map do |file|
11
+ puts '------| Attempting to load: ' + file
12
+ yield(file)
13
+ end
14
+ end
15
+
16
+ desc 'Syntax check for facts files under facts/'
17
+ task :facts do |t|
18
+ require 'json'
19
+ syntax_check(t, 'facts/**/*.facts') { |j| JSON.parse(File.read(j)) }
20
+ end
21
+ end
22
+
@@ -381,5 +381,6 @@
381
381
  "swapfree_mb": "1535.85",
382
382
  "uid_min": "500",
383
383
  "package_provider": "yum",
384
- "service_provider": "redhat"
384
+ "service_provider": "redhat",
385
+ "augeasversion": "1.4.0"
385
386
  }
@@ -379,5 +379,6 @@
379
379
  "puppet_vardir": "/var/lib/puppet",
380
380
  "root_home": "/root",
381
381
  "service_provider": "systemd",
382
- "has_tpm": false
382
+ "has_tpm": false,
383
+ "augeasversion": "1.4.0"
383
384
  }
@@ -382,5 +382,6 @@
382
382
  "root_home": "/root",
383
383
  "service_provider": "redhat",
384
384
  "systemd": false,
385
- "has_tpm": false
385
+ "has_tpm": false,
386
+ "augeasversion": "1.4.0"
386
387
  }
@@ -381,5 +381,6 @@
381
381
  "service_provider": "systemd",
382
382
  "systemd": true,
383
383
  "systemd_version": "219",
384
- "has_tpm": false
384
+ "has_tpm": false,
385
+ "augeasversion": "1.4.0"
385
386
  }
@@ -381,5 +381,6 @@
381
381
  "network_eth0": "10.0.2.0",
382
382
  "haveged_startup_provider": "init",
383
383
  "memorytotal": "1.66 GB",
384
- "network_lo": "127.0.0.0"
384
+ "network_lo": "127.0.0.0",
385
+ "augeasversion": "1.4.0"
385
386
  }
@@ -379,5 +379,6 @@
379
379
  "puppet_vardir": "/var/lib/puppet",
380
380
  "root_home": "/root",
381
381
  "service_provider": "systemd",
382
- "has_tpm": false
382
+ "has_tpm": false,
383
+ "augeasversion": "1.4.0"
383
384
  }
@@ -550,5 +550,6 @@
550
550
  "domain": "example.com",
551
551
  "kernelversion": "2.6.32",
552
552
  "package_provider": "yum",
553
- "acpid_enabled": true
553
+ "acpid_enabled": true,
554
+ "augeasversion": "1.4.0"
554
555
  }
@@ -545,5 +545,6 @@
545
545
  "is_pe": false,
546
546
  "service_provider": "systemd",
547
547
  "package_provider": "yum",
548
- "has_tpm": false
548
+ "has_tpm": false,
549
+ "augeasversion": "1.4.0"
549
550
  }
@@ -579,5 +579,6 @@
579
579
  "puppet_environmentpath": "",
580
580
  "puppet_server": "puppet",
581
581
  "systemd": false,
582
- "has_tpm": false
582
+ "has_tpm": false,
583
+ "augeasversion": "1.4.0"
583
584
  }
@@ -595,5 +595,6 @@
595
595
  "systemd": true,
596
596
  "systemd_version": "219",
597
597
  "has_tpm": false,
598
- "ima_log_size": 104
598
+ "ima_log_size": 104,
599
+ "augeasversion": "1.4.0"
599
600
  }
@@ -555,5 +555,6 @@
555
555
  "acpid_enabled": true,
556
556
  "kernelrelease": "2.6.32-696.6.3.el6.x86_64",
557
557
  "bios_vendor": "Google",
558
- "hardwaremodel": "x86_64"
558
+ "hardwaremodel": "x86_64",
559
+ "augeasversion": "1.4.0"
559
560
  }
@@ -551,5 +551,6 @@
551
551
  "puppet_environmentpath": "",
552
552
  "root_home": "/root",
553
553
  "service_provider": "systemd",
554
- "has_tpm": false
554
+ "has_tpm": false,
555
+ "augeasversion": "1.4.0"
555
556
  }
@@ -565,5 +565,6 @@
565
565
  "selinux_current_mode": "enforcing",
566
566
  "ipaddress_lo": "127.0.0.1",
567
567
  "defaultgateway": "10.0.2.2",
568
- "blockdevice_sda_size": 42949672960
568
+ "blockdevice_sda_size": 42949672960,
569
+ "augeasversion": "1.4.0"
569
570
  }
@@ -566,5 +566,6 @@
566
566
  "is_pe": false,
567
567
  "service_provider": "systemd",
568
568
  "package_provider": "yum",
569
- "has_tpm": false
569
+ "has_tpm": false,
570
+ "augeasversion": "1.4.0"
570
571
  }
@@ -591,5 +591,6 @@
591
591
  "puppet_environmentpath": "",
592
592
  "puppet_server": "puppet",
593
593
  "systemd": false,
594
- "has_tpm": false
594
+ "has_tpm": false,
595
+ "augeasversion": "1.4.0"
595
596
  }
@@ -613,5 +613,6 @@
613
613
  "systemd": true,
614
614
  "systemd_version": "219",
615
615
  "has_tpm": false,
616
- "ima_log_size": 104
616
+ "ima_log_size": 104,
617
+ "augeasversion": "1.4.0"
617
618
  }
@@ -635,5 +635,6 @@
635
635
  "ipaddress_eth0": "10.0.2.15",
636
636
  "tmp_mount_path_dev_shm": "tmpfs",
637
637
  "swapsize_mb": "0.00",
638
- "architecture": "x86_64"
638
+ "architecture": "x86_64",
639
+ "augeasversion": "1.4.0"
639
640
  }
@@ -637,5 +637,6 @@
637
637
  "puppet_environmentpath": "",
638
638
  "root_home": "/root",
639
639
  "service_provider": "systemd",
640
- "has_tpm": false
640
+ "has_tpm": false,
641
+ "augeasversion": "1.4.0"
641
642
  }
@@ -588,5 +588,6 @@
588
588
  "root_home": "/root",
589
589
  "ipaddress": "10.0.2.15",
590
590
  "ps": "ps -ef",
591
- "hostname": "foo"
591
+ "hostname": "foo",
592
+ "augeasversion": "1.4.0"
592
593
  }
@@ -589,5 +589,6 @@
589
589
  "is_pe": false,
590
590
  "service_provider": "systemd",
591
591
  "package_provider": "yum",
592
- "has_tpm": false
592
+ "has_tpm": false,
593
+ "augeasversion": "1.4.0"
593
594
  }
@@ -624,5 +624,6 @@
624
624
  "puppet_environmentpath": "",
625
625
  "puppet_server": "puppet",
626
626
  "systemd": false,
627
- "has_tpm": false
627
+ "has_tpm": false,
628
+ "augeasversion": "1.4.0"
628
629
  }
@@ -646,5 +646,6 @@
646
646
  "systemd": true,
647
647
  "systemd_version": "219",
648
648
  "has_tpm": false,
649
- "ima_log_size": 104
649
+ "ima_log_size": 104,
650
+ "augeasversion": "1.4.0"
650
651
  }
@@ -658,5 +658,6 @@
658
658
  },
659
659
  "architecture": "x86_64",
660
660
  "fullrun": "false",
661
- "network_eth0": "10.0.2.0"
661
+ "network_eth0": "10.0.2.0",
662
+ "augeasversion": "1.4.0"
662
663
  }
@@ -660,5 +660,6 @@
660
660
  "puppet_environmentpath": "",
661
661
  "root_home": "/root",
662
662
  "service_provider": "systemd",
663
- "has_tpm": false
663
+ "has_tpm": false,
664
+ "augeasversion": "1.4.0"
664
665
  }
@@ -589,5 +589,6 @@
589
589
  "operatingsystemmajrelease": "6",
590
590
  "architecture": "x86_64",
591
591
  "gid": "root",
592
- "bios_version": "VirtualBox"
592
+ "bios_version": "VirtualBox",
593
+ "augeasversion": "1.4.0"
593
594
  }
@@ -590,5 +590,6 @@
590
590
  "is_pe": false,
591
591
  "service_provider": "systemd",
592
592
  "package_provider": "yum",
593
- "has_tpm": false
593
+ "has_tpm": false,
594
+ "augeasversion": "1.4.0"
594
595
  }
@@ -625,5 +625,6 @@
625
625
  "puppet_environmentpath": "",
626
626
  "puppet_server": "puppet",
627
627
  "systemd": false,
628
- "has_tpm": false
628
+ "has_tpm": false,
629
+ "augeasversion": "1.4.0"
629
630
  }
@@ -647,5 +647,6 @@
647
647
  "systemd": true,
648
648
  "systemd_version": "219",
649
649
  "has_tpm": false,
650
- "ima_log_size": 104
650
+ "ima_log_size": 104,
651
+ "augeasversion": "1.4.0"
651
652
  }
@@ -659,5 +659,6 @@
659
659
  "kernelmajversion": "2.6",
660
660
  "timezone": "UTC",
661
661
  "hardwaremodel": "x86_64",
662
- "java_default_home": "."
662
+ "java_default_home": ".",
663
+ "augeasversion": "1.4.0"
663
664
  }
@@ -661,5 +661,6 @@
661
661
  "puppet_environmentpath": "",
662
662
  "root_home": "/root",
663
663
  "service_provider": "systemd",
664
- "has_tpm": false
664
+ "has_tpm": false,
665
+ "augeasversion": "1.4.0"
665
666
  }
@@ -589,5 +589,6 @@
589
589
  "sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEA5uiRiOlpJZzUecjf78vtmHgtegd/bPRavU9VeMpNZw51frN0STPfPKnN6bpe2Tv8pWJ21B2Y4iKXpgphhDCa5bpLrq3xvqfG7BZx/F0bkvgT0kSW3IkDf3fOd5Dp9Nl3Jxd7PpIDCGrCdHV3JAMGtLr11/0hGBk/R519OPScah51HVms5BZMxfgzCAcPeMI21I5XIwWFYCXlbBT16jGPzWXjXGI2o2CxuTcoVD38Aravho61dDgOmMKgGhEcaXSWACyzn5sK1wm070KDAVhj79g271sKmoe2FQraRC2NByTqIpaBl6Hk8FJPTr+gvQjZNqa51E7D0RdjwtWWEULHsQ==",
590
590
  "tmp_mount_dev_shm": "rw,seclabel,relatime",
591
591
  "uuid": "4D1C8D9A-6F13-45FD-AE95-D01D1E1DA675",
592
- "blockdevices": "sda"
592
+ "blockdevices": "sda",
593
+ "augeasversion": "1.4.0"
593
594
  }
@@ -590,5 +590,6 @@
590
590
  "is_pe": false,
591
591
  "service_provider": "systemd",
592
592
  "package_provider": "yum",
593
- "has_tpm": false
593
+ "has_tpm": false,
594
+ "augeasversion": "1.4.0"
594
595
  }
@@ -625,5 +625,6 @@
625
625
  "puppet_environmentpath": "",
626
626
  "puppet_server": "puppet",
627
627
  "systemd": false,
628
- "has_tpm": false
628
+ "has_tpm": false,
629
+ "augeasversion": "1.4.0"
629
630
  }
@@ -647,5 +647,6 @@
647
647
  "systemd": true,
648
648
  "systemd_version": "219",
649
649
  "has_tpm": false,
650
- "ima_log_size": 104
650
+ "ima_log_size": 104,
651
+ "augeasversion": "1.4.0"
651
652
  }
@@ -660,5 +660,6 @@
660
660
  "java_default_home": ".",
661
661
  "selinux_config_mode": "enforcing",
662
662
  "gem_version": "~> 2.4.0",
663
- "tmp_mount_fstype_dev_shm": "tmpfs"
663
+ "tmp_mount_fstype_dev_shm": "tmpfs",
664
+ "augeasversion": "1.4.0"
664
665
  }
@@ -662,5 +662,6 @@
662
662
  "puppet_environmentpath": "",
663
663
  "root_home": "/root",
664
664
  "service_provider": "systemd",
665
- "has_tpm": false
665
+ "has_tpm": false,
666
+ "augeasversion": "1.4.0"
666
667
  }
@@ -589,5 +589,6 @@
589
589
  "/etc/ssh/ssh_host_rsa_key",
590
590
  "/etc/ssh/ssh_host_dsa_key"
591
591
  ],
592
- "hardwareisa": "x86_64"
592
+ "hardwareisa": "x86_64",
593
+ "augeasversion": "1.4.0"
593
594
  }
@@ -590,5 +590,6 @@
590
590
  "is_pe": false,
591
591
  "service_provider": "systemd",
592
592
  "package_provider": "yum",
593
- "has_tpm": false
593
+ "has_tpm": false,
594
+ "augeasversion": "1.4.0"
594
595
  }
@@ -625,5 +625,6 @@
625
625
  "puppet_environmentpath": "",
626
626
  "puppet_server": "puppet",
627
627
  "systemd": false,
628
- "has_tpm": false
628
+ "has_tpm": false,
629
+ "augeasversion": "1.4.0"
629
630
  }
@@ -647,5 +647,6 @@
647
647
  "systemd": true,
648
648
  "systemd_version": "219",
649
649
  "has_tpm": false,
650
- "ima_log_size": 104
650
+ "ima_log_size": 104,
651
+ "augeasversion": "1.4.0"
651
652
  }
@@ -660,5 +660,6 @@
660
660
  "facterversion": "2.5.0",
661
661
  "boardmanufacturer": "Google",
662
662
  "swapsize": "0.00 MB",
663
- "fqdn": "foo.example.com"
663
+ "fqdn": "foo.example.com",
664
+ "augeasversion": "1.4.0"
664
665
  }
@@ -662,5 +662,6 @@
662
662
  "puppet_environmentpath": "",
663
663
  "root_home": "/root",
664
664
  "service_provider": "systemd",
665
- "has_tpm": false
665
+ "has_tpm": false,
666
+ "augeasversion": "1.4.0"
666
667
  }
@@ -1,4 +1,4 @@
1
1
  module Simp; end
2
2
  module Simp::RspecPuppetFacts
3
- VERSION = '2.2.0'
3
+ VERSION = '2.2.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simp-rspec-puppet-facts
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Tessmer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-26 00:00:00.000000000 Z
12
+ date: 2019-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec-puppet-facts
@@ -256,105 +256,104 @@ required_rubygems_version: !ruby/object:Gem::Requirement
256
256
  version: '0'
257
257
  requirements:
258
258
  - rspec-puppet-facts
259
- rubyforge_project:
260
- rubygems_version: 2.7.7
259
+ rubygems_version: 3.0.3
261
260
  signing_key:
262
261
  specification_version: 4
263
262
  summary: standard SIMP facts fixtures for Puppet
264
263
  test_files:
265
264
  - Rakefile
266
- - spec/data_normalization_spec.rb
267
265
  - spec/fixtures/metadata.json
268
266
  - spec/fixtures/metadata.json_with_missing_operatingsystem_support
269
267
  - spec/simp_rspec_puppet_facts_spec.rb
270
268
  - spec/spec_helper.rb
271
- - facts/1.7/centos-6-x86_64.facts
269
+ - spec/data_normalization_spec.rb
272
270
  - facts/1.7/centos-7-x86_64.facts
273
- - facts/1.7/oraclelinux-6-x86_64.facts
271
+ - facts/1.7/centos-6-x86_64.facts
274
272
  - facts/1.7/oraclelinux-7-x86_64.facts
275
273
  - facts/1.7/redhat-6-x86_64.facts
274
+ - facts/1.7/oraclelinux-6-x86_64.facts
276
275
  - facts/1.7/redhat-7-x86_64.facts
277
- - facts/2.0/centos-6-x86_64.facts
278
- - facts/2.0/centos-7-x86_64.facts
279
- - facts/2.0/oraclelinux-6-x86_64.facts
280
- - facts/2.0/oraclelinux-7-x86_64.facts
281
- - facts/2.0/redhat-6-x86_64.facts
282
- - facts/2.0/redhat-7-x86_64.facts
283
- - facts/2.1/centos-6-x86_64.facts
284
- - facts/2.1/centos-7-x86_64.facts
285
- - facts/2.1/oraclelinux-6-x86_64.facts
286
- - facts/2.1/oraclelinux-7-x86_64.facts
287
- - facts/2.1/redhat-6-x86_64.facts
288
- - facts/2.1/redhat-7-x86_64.facts
289
- - facts/2.2/centos-6-x86_64.facts
290
- - facts/2.2/centos-7-x86_64.facts
291
- - facts/2.2/oraclelinux-6-x86_64.facts
292
- - facts/2.2/oraclelinux-7-x86_64.facts
293
- - facts/2.2/redhat-6-x86_64.facts
294
- - facts/2.2/redhat-7-x86_64.facts
295
- - facts/2.3/centos-6-x86_64.facts
296
276
  - facts/2.3/centos-7-x86_64.facts
297
- - facts/2.3/oraclelinux-6-x86_64.facts
277
+ - facts/2.3/centos-6-x86_64.facts
298
278
  - facts/2.3/oraclelinux-7-x86_64.facts
299
279
  - facts/2.3/redhat-6-x86_64.facts
280
+ - facts/2.3/oraclelinux-6-x86_64.facts
300
281
  - facts/2.3/redhat-7-x86_64.facts
301
- - facts/2.4/centos-6-x86_64.facts
302
- - facts/2.4/centos-7-x86_64.facts
303
- - facts/2.4/oraclelinux-6-x86_64.facts
304
- - facts/2.4/oraclelinux-7-x86_64.facts
305
- - facts/2.4/redhat-6-x86_64.facts
306
- - facts/2.4/redhat-7-x86_64.facts
307
- - facts/2.5/centos-6-x86_64.facts
308
- - facts/2.5/centos-7-x86_64.facts
309
- - facts/2.5/oraclelinux-6-x86_64.facts
310
- - facts/2.5/oraclelinux-7-x86_64.facts
311
- - facts/2.5/redhat-6-x86_64.facts
312
- - facts/2.5/redhat-7-x86_64.facts
313
- - facts/3.0/centos-6-x86_64.facts
282
+ - facts/Vagrantfile
314
283
  - facts/3.0/centos-7-x86_64.facts
315
- - facts/3.0/oraclelinux-6-x86_64.facts
284
+ - facts/3.0/centos-6-x86_64.facts
316
285
  - facts/3.0/oraclelinux-7-x86_64.facts
317
286
  - facts/3.0/redhat-6-x86_64.facts
287
+ - facts/3.0/oraclelinux-6-x86_64.facts
318
288
  - facts/3.0/redhat-7-x86_64.facts
319
- - facts/3.3/centos-6-x86_64.facts
289
+ - facts/2.1/centos-7-x86_64.facts
290
+ - facts/2.1/centos-6-x86_64.facts
291
+ - facts/2.1/oraclelinux-7-x86_64.facts
292
+ - facts/2.1/redhat-6-x86_64.facts
293
+ - facts/2.1/oraclelinux-6-x86_64.facts
294
+ - facts/2.1/redhat-7-x86_64.facts
295
+ - facts/3.6/centos-7-x86_64.facts
296
+ - facts/3.6/centos-6-x86_64.facts
297
+ - facts/3.6/oraclelinux-7-x86_64.facts
298
+ - facts/3.6/redhat-6-x86_64.facts
299
+ - facts/3.6/oraclelinux-6-x86_64.facts
300
+ - facts/3.6/redhat-7-x86_64.facts
320
301
  - facts/3.3/centos-7-x86_64.facts
321
- - facts/3.3/oraclelinux-6-x86_64.facts
302
+ - facts/3.3/centos-6-x86_64.facts
322
303
  - facts/3.3/oraclelinux-7-x86_64.facts
323
304
  - facts/3.3/redhat-6-x86_64.facts
305
+ - facts/3.3/oraclelinux-6-x86_64.facts
324
306
  - facts/3.3/redhat-7-x86_64.facts
325
- - facts/3.4/centos-6-x86_64.facts
326
- - facts/3.4/centos-7-x86_64.facts
327
- - facts/3.4/oraclelinux-6-x86_64.facts
328
- - facts/3.4/oraclelinux-7-x86_64.facts
329
- - facts/3.4/redhat-6-x86_64.facts
330
- - facts/3.4/redhat-7-x86_64.facts
331
- - facts/3.5/centos-6-x86_64.facts
307
+ - facts/2.5/centos-7-x86_64.facts
308
+ - facts/2.5/centos-6-x86_64.facts
309
+ - facts/2.5/oraclelinux-7-x86_64.facts
310
+ - facts/2.5/redhat-6-x86_64.facts
311
+ - facts/2.5/oraclelinux-6-x86_64.facts
312
+ - facts/2.5/redhat-7-x86_64.facts
313
+ - facts/2.0/centos-7-x86_64.facts
314
+ - facts/2.0/centos-6-x86_64.facts
315
+ - facts/2.0/oraclelinux-7-x86_64.facts
316
+ - facts/2.0/redhat-6-x86_64.facts
317
+ - facts/2.0/oraclelinux-6-x86_64.facts
318
+ - facts/2.0/redhat-7-x86_64.facts
332
319
  - facts/3.5/centos-7-x86_64.facts
333
- - facts/3.5/oraclelinux-6-x86_64.facts
320
+ - facts/3.5/centos-6-x86_64.facts
334
321
  - facts/3.5/oraclelinux-7-x86_64.facts
335
322
  - facts/3.5/redhat-6-x86_64.facts
323
+ - facts/3.5/oraclelinux-6-x86_64.facts
336
324
  - facts/3.5/redhat-7-x86_64.facts
337
- - facts/3.6/centos-6-x86_64.facts
338
- - facts/3.6/centos-7-x86_64.facts
339
- - facts/3.6/oraclelinux-6-x86_64.facts
340
- - facts/3.6/oraclelinux-7-x86_64.facts
341
- - facts/3.6/redhat-6-x86_64.facts
342
- - facts/3.6/redhat-7-x86_64.facts
343
- - facts/3.7/centos-6-x86_64.facts
325
+ - facts/3.4/centos-7-x86_64.facts
326
+ - facts/3.4/centos-6-x86_64.facts
327
+ - facts/3.4/oraclelinux-7-x86_64.facts
328
+ - facts/3.4/redhat-6-x86_64.facts
329
+ - facts/3.4/oraclelinux-6-x86_64.facts
330
+ - facts/3.4/redhat-7-x86_64.facts
331
+ - facts/Gemfile
332
+ - facts/puppetfiles/Puppetfile.6.0.0-0
344
333
  - facts/3.7/centos-7-x86_64.facts
345
- - facts/3.7/oraclelinux-6-x86_64.facts
334
+ - facts/3.7/centos-6-x86_64.facts
346
335
  - facts/3.7/oraclelinux-7-x86_64.facts
347
336
  - facts/3.7/redhat-6-x86_64.facts
337
+ - facts/3.7/oraclelinux-6-x86_64.facts
348
338
  - facts/3.7/redhat-7-x86_64.facts
349
- - facts/Gemfile
350
- - facts/Vagrantfile
351
- - facts/puppetfiles/Puppetfile.6.0.0-0
352
- - facts/scripts/gce_scrub_data.rb
353
- - facts/scripts/gce_scrub_data/centos-6-x86_64.scrub.yaml
339
+ - facts/2.4/centos-7-x86_64.facts
340
+ - facts/2.4/centos-6-x86_64.facts
341
+ - facts/2.4/oraclelinux-7-x86_64.facts
342
+ - facts/2.4/redhat-6-x86_64.facts
343
+ - facts/2.4/oraclelinux-6-x86_64.facts
344
+ - facts/2.4/redhat-7-x86_64.facts
345
+ - facts/2.2/centos-7-x86_64.facts
346
+ - facts/2.2/centos-6-x86_64.facts
347
+ - facts/2.2/oraclelinux-7-x86_64.facts
348
+ - facts/2.2/redhat-6-x86_64.facts
349
+ - facts/2.2/oraclelinux-6-x86_64.facts
350
+ - facts/2.2/redhat-7-x86_64.facts
351
+ - facts/scripts/get_facts_for_each_facter.sh
354
352
  - facts/scripts/gce_scrub_data/centos-7-x86_64.scrub.yaml
355
- - facts/scripts/gce_scrub_data/oraclelinux-6-x86_64.scrub.yaml
356
353
  - facts/scripts/gce_scrub_data/oraclelinux-7-x86_64.scrub.yaml
357
- - facts/scripts/gce_scrub_data/redhat-6-x86_64.scrub.yaml
354
+ - facts/scripts/gce_scrub_data/centos-6-x86_64.scrub.yaml
358
355
  - facts/scripts/gce_scrub_data/redhat-7-x86_64.scrub.yaml
356
+ - facts/scripts/gce_scrub_data/oraclelinux-6-x86_64.scrub.yaml
357
+ - facts/scripts/gce_scrub_data/redhat-6-x86_64.scrub.yaml
359
358
  - facts/scripts/get_facts.rb
360
- - facts/scripts/get_facts_for_each_facter.sh
359
+ - facts/scripts/gce_scrub_data.rb