Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-stdlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-stdlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 17, 2011

  1. (#9080) Add facts from /etc/puppetlabs/facts.d

    This fact is a direct copy of R.I.'s work at
    https://github.com/ripienaar/facter-facts
    
    This is necessary plumbing to allow the installer to write a simple text
    file based on the role the node is receiving.  For example:
    
        $ cat /etc/puppetlabs/facts.d/puppet_enterprise_mcollective.txt
        fact_stomp_port=61613
        fact_stomp_server=puppetmaster
        fact_is_puppetagent=true
        fact_is_puppetmaster=true
    
    The mcollectivepe module relies on these facts being set and we need a
    persistent place to write them during the interview process and later
    read them when puppet agent runs to configure MCollective on the agent
    systems.
    
    Since stdlib is a public module, both /etc/facts.d and
    /etc/puppetlabs/facts.d are scanned for static facts.
    Jeff McCune committed Aug 17, 2011
    Configuration menu
    Copy the full SHA
    95c88a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ticket/v2.x/9080_add_static_facts' into v2.x

    * ticket/v2.x/9080_add_static_facts:
      (#9080) Add facts from /etc/puppetlabs/facts.d
    Jeff McCune committed Aug 17, 2011
    Configuration menu
    Copy the full SHA
    82267be View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG, Modulefile and README for 2.1.0

    Jeff McCune committed Aug 17, 2011
    Configuration menu
    Copy the full SHA
    06b549b View commit details
    Browse the repository at this point in the history
Loading