(#11466) Remove deprecated memorytotal fact#204
Merged
slippycheeze merged 1 commit intopuppetlabs:masterfrom May 13, 2012
Merged
Conversation
The memorytotal fact was previously deprecated in preference to the memorysize fact. This commit now removes memorytotal. This commit is a breaking change that will force any remaining memorytotal fact users to switch to the preferred memorysize fact.
slippycheeze
added a commit
that referenced
this pull request
May 13, 2012
…licate_memorytotal_fact (#11466) Remove deprecated memorytotal fact
jeffmccune
pushed a commit
that referenced
this pull request
Nov 6, 2012
* 1.7.x: (#11612) Add support for processorX facts on HP-UX Revert "Merge pull request #202 from hkenney/ticket/master/3226_strip_whitespace_from_fact" Revert "Merge pull request #208 from hkenney/ticket/master/14469_strip_whitespace_from_frozen_strings" Revert "Merge pull request #204 from jeffweiss/ticket/master/11466_remove_duplicate_memorytotal_fact" Revert "Merge pull request #205 from jeffweiss/ticket/master/12147_remove_iphostnumber_fact" Update lib/facter/version.rb for 1.6.14 Conflicts: CHANGELOG lib/facter/util/config.rb lib/facter/version.rb spec/unit/util/config_spec.rb
joshcooper
added a commit
that referenced
this pull request
Nov 12, 2012
* upstream/1.7.x: (23 commits) install.rb doesn't support sbindir, so remove it from ips rules Turn on IPS building for facter Update ips ruby libdir to use sitelibdir instead of rubylibdir (#17493) Merge rescue blocks (#17493) Safer handling of EC2 'open' calls (Maint) Properly mock SunOS in test for manufacturer (#11612) Add support for processorX facts on HP-UX Revert "Merge pull request #202 from hkenney/ticket/master/3226_strip_whitespace_from_fact" Revert "Merge pull request #208 from hkenney/ticket/master/14469_strip_whitespace_from_frozen_strings" Revert "Merge pull request #204 from jeffweiss/ticket/master/11466_remove_duplicate_memorytotal_fact" Revert "Merge pull request #205 from jeffweiss/ticket/master/12147_remove_iphostnumber_fact" Update lib/facter/version.rb for 1.6.14 #1415 updated ipaddress6_spec.rb and macaddress_spec.rb to reflect updated ifconfig STDERR redirect #1415 ifconfig_interface change. #1415 fixed the regex map ifconfig_interface should output its output #1415 added two methods and spec tests #1415 ip_spec.rb test added for linux_ifconfig_ib0 #16005 Puppet agent generates ifconfig warnings on InfiniBand systems fix Handles ruby hanging of File.read of /sys/class/ with cat. ... Conflicts: CHANGELOG lib/facter/util/config.rb lib/facter/version.rb spec/unit/util/config_spec.rb spec/unit/util/manufacturer_spec.rb Using manufacturer_spec.rb test that stubs hardwareisa
whopper
pushed a commit
to whopper/facter
that referenced
this pull request
Mar 18, 2015
(CFACT-149) build for el 6
florindragos
pushed a commit
that referenced
this pull request
Jun 15, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
memorytotalfact was previously deprecated in preference to thememorysizefact. This commit now removesmemorytotal.This commit is a breaking change that will force any remaining
memorytotalfact users to switch to the preferredmemorysizefact.