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: 0.1.0
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: 0.2.0
Choose a head ref
  • 10 commits
  • 6 files changed
  • 7 contributors

Commits on May 15, 2012

  1. (#14497) Add tinker_panic option for ntpd

    Automatically sets tinker_panic 0 when $is_virtual is true.  This
    configuration enables ntpd to cope with large clock skews, such as occur
    when a VM guest is suspended and resumed.
    
    More information is available here:
    
    http://www.vmware.com/pdf/vmware_timekeeping.pdf
    hakamadare committed May 15, 2012
    Configuration menu
    Copy the full SHA
    aa336b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2012

  1. Configuration menu
    Copy the full SHA
    f12130f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from rcoleman/oh_one_one_release

    Update Modulefile for 0.1.0 release
    Branan Purvine-Riley committed Oct 9, 2012
    Configuration menu
    Copy the full SHA
    8c9af68 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2012

  1. Merge pull request #19 from hakamadare/master

    (#14497) Add tinker_panic option for ntpd
    Ryan Coleman committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    8725bb8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from actionjack/master

    Added support for Amazon Linux
    Ryan Coleman committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    e431694 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2012

  1. Fix is_virtual check in ntp.conf templates

    is_virtual fact must be checked using a string comparison.
    
    The previous logic would resolve true if the is_virtual fact was
    defined. This meant that on servers where is_virtual was defined as
    "false", the vm-only snippet was still inserted into the template.
    mdsummers committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    1aa00ce View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2012

  1. Merge pull request #27 from mdsummers/is_virtual_check

    Fix is_virtual check in ntp.conf templates
    Branan Purvine-Riley committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    da12148 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2012

  1. Trivial fix for style, and made the README and comment match up

    Puppet-lint was complaining about "ensure found on line but it's not the
    first attribute on line 109".  Trivial fix (swapped the ensure and the
    name).
    
    Also, the README didn't mention Debian or CentOS, but the comment block
    in init.pp did.  I added both to the README.  I happen to be using this
    with Debian unstable, but I haven't tested it extensively enough to say
    "yep, this works".  It, however, works for me.
    BillWeiss committed Nov 4, 2012
    Configuration menu
    Copy the full SHA
    162a9fb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2012

  1. Merge pull request #31 from BillWeiss/master

    fairly trivial fix to make puppet-lint stop complaining, and a doc update
    jamtur01 committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    e6e8d9e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2012

  1. Increment Modulefile for 0.2.0 release

    0.2.0 is a backwards compatible feature and bug-fix release. Since
    0.1.0, support for Amazon Linux was added, fixes for style were
    implemented and support was added for tinker_panic. tinker_panic
    will default to on when the fact is_virtual is true.
    Ryan Coleman committed Dec 10, 2012
    Configuration menu
    Copy the full SHA
    7a16a3a View commit details
    Browse the repository at this point in the history
Loading