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-node_encrypt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: puppetlabs/puppetlabs-node_encrypt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 19, 2015

  1. Allow to run on non-CA nodes. Requires setup.

    Adds a class to automate the distribution of agent public certificates
    across your infrastructure. This will create a file mount on your CA
    node and then synchronize certificates to each compile master. This
    assumes that your CA node is also your Master of Masters.
    
    Simply include `node_encrypt::certificates` on all masters, including
    the CA node.
    
    Released v0.2.0.
    
    @logicminds does this meet your needs for #1? This seems to be a little
    more robust than a REST API.
    binford2k committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    5b8e2a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from binford2k/dont_use_ca

    Allow to run on non-CA nodes. Requires setup.
    binford2k committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    b202891 View commit details
    Browse the repository at this point in the history
  3. add inifile dependency

    binford2k committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    bba3a79 View commit details
    Browse the repository at this point in the history
  4. markdown changelog

    binford2k committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    0ba692f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

  1. Working around a *possibly* broken fqdn is a bad idea

    Removes the poorly thought out `$ca_node` parameter and relies on a
    working fqdn instead. Better idea.
    binford2k committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    67ba30d View commit details
    Browse the repository at this point in the history
  2. update readme

    binford2k committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    1ae9a9b View commit details
    Browse the repository at this point in the history
Loading