-
Notifications
You must be signed in to change notification settings - Fork 581
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-stdlib
base: 4.0.2
head repository: puppetlabs/puppetlabs-stdlib
compare: 4.1.0
- 16 commits
- 11 files changed
- 6 contributors
Commits on Apr 30, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 928036a - Browse repository at this point
Copy the full SHA 928036aView commit details -
Merge branch 'msmithgu-small-typo-fix'
* msmithgu-small-typo-fix: (maint) Fix a small typo in hash() description closes #148
Jeff McCune committedApr 30, 2013 Configuration menu - View commit details
-
Copy full SHA for 0aa7e94 - Browse repository at this point
Copy the full SHA 0aa7e94View commit details
Commits on May 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 2ba9e47 - Browse repository at this point
Copy the full SHA 2ba9e47View commit details -
Merge pull request #150 from raphink/dev/dirname_function
Add a dirname function
Configuration menu - View commit details
-
Copy full SHA for 0c68ff6 - Browse repository at this point
Copy the full SHA 0c68ff6View commit details
Commits on May 3, 2013
-
(#20548) Allow an array of resource titles to be passed into the ensu…
…re_resource function This patch allows an array of resource titles to be passed into the ensure_resource function. Each item in the array will be checked for existence and will be created if it doesn't already exist.
Alex Cline committedMay 3, 2013 Configuration menu - View commit details
-
Copy full SHA for e08734a - Browse repository at this point
Copy the full SHA e08734aView commit details
Commits on May 6, 2013
-
Changed str-to-array conversion and removed abbreviation.
Alex Cline committedMay 6, 2013 Configuration menu - View commit details
-
Copy full SHA for de253db - Browse repository at this point
Copy the full SHA de253dbView commit details -
Refactor ensure_resource expectations
This splits out the ensure_resource expectations into separate blocks for clarity. Per adrienthebo's recommendation.
Alex Cline committedMay 6, 2013 Configuration menu - View commit details
-
Copy full SHA for b33cc24 - Browse repository at this point
Copy the full SHA b33cc24View commit details -
Terser method of string to array conversion courtesy of ethooz.
Alex Cline committedMay 6, 2013 Configuration menu - View commit details
-
Copy full SHA for d38bce0 - Browse repository at this point
Copy the full SHA d38bce0View commit details -
Merge pull request #152 from AlexCline/feature/master/allow_arrays_in…
…_ensure_resource (#20548) Allow an array of resource titles to be passed into the ensure_...
Configuration menu - View commit details
-
Copy full SHA for 3e59bbd - Browse repository at this point
Copy the full SHA 3e59bbdView commit details
Commits on May 7, 2013
-
(maint) Update Gemfile with GEM_FACTER_VERSION
Without this patch we cannot explicitly set the version of Facter to integrate using Bundler. This patch addresses the problem by adding a new environment variable, GEM_FACTER_VERSION which allows bundler to install a specific version of Facter. GEM_FACTER_VERSION is the variable name instead of FACTER_GEM_VERSION to prevent the gem_version fact from being defined. In addition, GEM_PUPPET_VERSION is defined based on PUPPET_GEM_VERSION in order to match the environment names and provide backwards compatibility with CI jobs.
Jeff McCune committedMay 7, 2013 Configuration menu - View commit details
-
Copy full SHA for f44d535 - Browse repository at this point
Copy the full SHA f44d535View commit details -
Revert "Revert "Revert "Merge branch 'hkenney-ticket/master/2157_remo…
…ve_facts_dot_d'""" This reverts commit 8fc00ea. We're restoring facts_dot_d support to stdlib because users are pulling in the latest version of stdlib while on Puppet Enterprise which breaks the operation of PE itself when the fact_stomp_server and fact_stomp_port facts are not defined. They are not defined in PE because PE runs with Facter 1.6.17 and Puppet 2.7.21
Jeff McCune committedMay 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 77991d3 - Browse repository at this point
Copy the full SHA 77991d3View commit details -
(#20582) Restore facter_dot_d to stdlib for PE users
Without this patch Puppet Enterprise users who install the most recent version of stdlib lose the ability to resolve certain facts critical to the operation of Puppet Enterprise. These facts are defined externally in the file `/etc/puppetlabs/facter/facts.d/puppet_enterprise_installer.txt`. As an example, Puppet Enterprise catalogs fail to compile if the `fact_stomp_server`, and `fact_stomp_port` facts are not defined. `facter_dot_d` was removed from stdlib version 4 because Facter version 1.7 now supports external facts defined in `/etc/puppetlabs/facter/facts.d/puppet_enterprise_installer.txt`. Puppet Enterprise does not yet include Facter 1.7, however. The most recent PE release, 2.8.1, includes Facter 1.6.17. With this version of Facter, users who replace the version of stdlib that ships with PE with the most recent version from the Forge will lose the ability to resolve facts from `/etc/puppetlabs/facter/facts.d/puppet_enterprise_installer.txt`. This patch addresses the problem by detecting if Facter version < 1.7 is loaded. If so, then the facter_dot_d.rb facts will be defined using the stdlib custom fact. If Facter >= 1.7 is being used then stdlib will not define external facts.
Jeff McCune committedMay 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 3b887c8 - Browse repository at this point
Copy the full SHA 3b887c8View commit details -
(maint) Indent facter_dot_d with 2 spaces
Whitespace only re-flow of facter_dot_d.rb
Jeff McCune committedMay 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 77ea843 - Browse repository at this point
Copy the full SHA 77ea843View commit details -
Merge branch 'fix_facts_dot_d_with_pe'
* fix_facts_dot_d_with_pe: (maint) Indent facter_dot_d with 2 spaces (#20582) Restore facter_dot_d to stdlib for PE users Revert "Revert "Revert "Merge branch 'hkenney-ticket/master/2157_remove_facts_dot_d'""" (maint) Update Gemfile with GEM_FACTER_VERSION closes #153
Jeff McCune committedMay 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 226c191 - Browse repository at this point
Copy the full SHA 226c191View commit details
Commits on May 10, 2013
-
Update Modulefile, CHANGELOG for version 4.1.0
This commit alters the module metadata to indicate a 4.1.0 version release for the Puppet Forge. It contains backwards compatible features, refactors and bug fixes. CHANGELOG updated by JJM
Ryan Coleman authored and Jeff McCune committedMay 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 5c60384 - Browse repository at this point
Copy the full SHA 5c60384View commit details -
Merge branch 'puppetlabs-release/four_one_oh'
* puppetlabs-release/four_one_oh: Update Modulefile, CHANGELOG for version 4.1.0 closes #154
Jeff McCune committedMay 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 1ffd72d - Browse repository at this point
Copy the full SHA 1ffd72dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.2...4.1.0