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-ntp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: puppetlabs/puppetlabs-ntp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0-rc1
Choose a head ref
  • 18 commits
  • 23 files changed
  • 3 contributors

Commits on Jul 21, 2013

  1. correct anchor pattern bug number

    Matthew Haughton committed Jul 21, 2013
    Configuration menu
    Copy the full SHA
    84a7d92 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2013

  1. Merge pull request #79 from 3flex/fix-bug-number-typo

    correct anchor pattern bug number
    Ashley Penney committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    c5408ae View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2013

  1. Add new parameters to allow more flexible configuration.

    `driftfile` [String]: Allows the setting of the driftfile location.
    `keys_enable` [Boolean]: Should the ntp keys option be enabled?
    `keys_file` [String]: Where are the keys stored?
    `keys_trusted` [Array]: List of keys to trust.
    `keys_requestkey` [String]: Request key to use.
    `keys_controlkey` [String]: Control key to use.
    
    If keys_enable is set then the directory that keysfile is stored in is
    created (recursively).  Currently we don't manage the keys file but that
    is an option to be added.
    Ashley Penney committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    0235486 View commit details
    Browse the repository at this point in the history
  2. Remove all the distribution specific templates.

    Add a single ntp.conf.erb as the standard template going forward,
    to ease the maintenance burden of adding features to this module.
    Ashley Penney committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    e896ad9 View commit details
    Browse the repository at this point in the history
  3. Add tests for the new keys options.

    Ashley Penney committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    56df86a View commit details
    Browse the repository at this point in the history
  4. Add preferred_servers feature.

    This adds:
    
    `preferred_servers` [Array]: The servers to prefer.
    
    As requested by Erik Dalén!
    Ashley Penney committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    5c1164c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Add documentation for new parameters.

    Ashley Penney committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    768e4dc View commit details
    Browse the repository at this point in the history
  2. Convert some classes to not be parameterized.

    We're following (where possible) the pattern of having parameters only
    exist on interface classes.  As ntp::config and ntp::install are just
    internal, private, classes, these don't make sense to allow changes to.
    Ashley Penney committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    7fbbbd0 View commit details
    Browse the repository at this point in the history
  3. Rewrite the spec testing.

    A lot of changes here, primarily to unify the spec testing in a single
    spec file to reflect the changes to the private ntp::config and
    ::install classes.  As a side effect make sure we properly test each
    supported distribution (including Gentoo properly) and prefer to use
    'content' => /blah/ rather than other methods of testing file contents.
    Ashley Penney committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    ef93b7e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2013

  1. Merge pull request #80 from apenney/single_template

    Merge all the templates together, add a few new features to help with the merge.
    Ashley Penney committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    e3feec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2013

  1. Convert restrict to an array of restrictions.

    Instead of a boolean with hardcoded values we now just convert
    restrict into an array of lines related to restrictions.
    Ashley Penney committed Aug 8, 2013
    Configuration menu
    Copy the full SHA
    52ff81b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from apenney/restrict

    Convert restrict to an array of restrictions.
    Ashley Penney committed Aug 8, 2013
    Configuration menu
    Copy the full SHA
    042fa75 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2013

  1. Add specs for restrict.

    Ashley Penney committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    e7a3a21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from apenney/restrict

    Add specs for restrict.
    Ashley Penney committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    7a2a51e View commit details
    Browse the repository at this point in the history
  3. Prepare an rc release and add the CHANGELOG.

    Ashley Penney committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    3a1e689 View commit details
    Browse the repository at this point in the history
  4. Add restrict.

    Ashley Penney committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    687bf29 View commit details
    Browse the repository at this point in the history
  5. Add in parameters that may be effected.

    Ashley Penney committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    7b4a3ac View commit details
    Browse the repository at this point in the history
  6. Merge pull request #81 from apenney/20-release

    2.0-rc1 release.
    hunner committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    6eaf2b7 View commit details
    Browse the repository at this point in the history
Loading