summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-10Increment Modulefile for 0.2.0 release0.2.0Ryan Coleman
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.
2012-11-04Merge pull request #31 from BillWeiss/masterJames Turnbull
fairly trivial fix to make puppet-lint stop complaining, and a doc update
2012-11-04Trivial fix for style, and made the README and comment match upBill Weiss
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.
2012-10-18Merge pull request #27 from mdsummers/is_virtual_checkBranan Purvine-Riley
Fix is_virtual check in ntp.conf templates
2012-10-11Fix is_virtual check in ntp.conf templatesMatt Summers
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.
2012-10-09Merge pull request #25 from actionjack/masterRyan Coleman
Added support for Amazon Linux
2012-10-09Merge pull request #19 from hakamadare/masterRyan Coleman
(#14497) Add tinker_panic option for ntpd
2012-10-09Merge pull request #26 from rcoleman/oh_one_one_releaseBranan Purvine-Riley
Update Modulefile for 0.1.0 release
2012-10-09Update Modulefile for 0.1.0 release0.1.0Ryan Coleman
2012-10-09Added support for Amazon linuxActionJack
2012-07-01Merge pull request #21 from ohadlevy/patch-1Dan Bode
added fedora support
2012-07-01added fedora supportOhad Levy
2012-06-08Merge pull request #20 from branan/use_spechelper_gemNan Liu
Use spechelper gem
2012-05-31Replace hardcoded recursive symlink with .fixtures.ymlBranan Purvine-Riley
2012-05-31Switch to using puppetlabs_spec_helper as a gemBranan Purvine-Riley
2012-05-15(#14497) Add tinker_panic option for ntpdSteve Huff
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
2012-05-14Merge pull request #18 from Whopper92/best_practices_ntpJames Turnbull
(#14492) Update formatting of the NTP module
2012-05-14(#14492) Update formatting of the NTP moduleWill Hopper
to reflect Puppet Labs best practices
2012-05-14Merge pull request #17 from kbarber/ticket/master/11156-fix_rspec-puppet_testsJustin Stoller
(#11156) Fix module path fixtures so rspec works in most rubies
2012-05-14(#11156) Fix module path fixtures so rspec works in most rubiesKen Barber
Previously this module was using an experimental pattern using mktmpdir for creating its module path for rspec-puppet to use, which has since been deprecated in favour of a static directory. This was largely because ntp was one of the earlier modules we tried to make work in Jenkins. This change aligns the module to use the same pattern used in the rspec- puppet setup stage: https://github.com/rodjek/rspec-puppet/blob/master/lib/rspec-puppet/setup.rb This should stop the problems with Ruby 1.8.5 complaining about a lack of mktmpdir, and also make it more consistent with other modules in the wild.
2012-05-14Merge pull request #15 from Whopper92/FreeBSD_SupportKen Barber
(#14457) Add FreeBSD support for the NTP class
2012-05-13(#14457) Add FreeBSD support for the NTP classWill Hopper
2012-03-29(#13439) Make spec_helper work with Puppet masterJeff McCune
Without this patch the spec_helper does not invoke Puppet.settings.send(:initialize_everything_for_tests) This is necessary to set default configuration settings, otherwise exceptions are raised when testing against the Puppet master branch.
2012-02-26Merge pull request #12 from Tribily/masterDan Bode
change $operatingsystem to $::operatingsystem
2012-02-19change unqualified variable names into scoped ones.Walter Heck
2011-12-04Merge pull request #10 from kbarber/ticket/11155-ruby-1.9.2_compatibilityDan Bode
(#11155) Fix templates so they are ruby-1.9.2 compatible
2011-12-04(#11155) Fix templates so they are ruby-1.9.2 compatibleKen Barber
The templates had #each methods being called on strings which is not ruby-1.9.2 compatible. Instead, I've converted the string to an array using a pattern that is still compatible if an array is passed.
2011-12-03Merge pull request #9 from kbarber/ticket/11152-temp_puppetconfDan Bode
(#11152) Create temporary puppetconf area with empty manifests/site.pp
2011-12-04(#11152) Create temporary puppetconf area with empty manifests/site.ppKen Barber
Without a manifests/site.pp file for Puppet to read we get rspec testing errors. This patch creates a temporary directory and creates an empty site.pp to avoid this.
2011-11-18Merge pull request #7 from bodepd/0_0_4Garrett Honeycutt
Update CHANGELOG for 0.0.4 release
2011-11-17 Update CHANGELOG for 0.0.4 releaseDan Bode
2011-11-16Merge pull request #6 from bodepd/10846_add_unit_testsKen Barber
(#10846) add spec tests for ntp class
2011-11-16(#10846) add spec tests for ntp classDan Bode
This commit adds some unit tests for the ntp class. Also adds a rakefile for running the spec tests
2011-11-10Merge pull request #5 from bodepd/10707_amazon_linux_support_docsGarrett Honeycutt
(#10707) Update documentation for amazon linux support
2011-11-10(#10707) Update documentation for amazon linux supportDan Bode
updates the docs to indicate that Amazon Linux has been tested.
2011-11-10Merge pull request #4 from bodepd/10707_amazon_linux_supportGarrett Honeycutt
(#10707) Add os linux to el list
2011-11-10(#10707) Add os linux to el listDan Bode
This patch adds amazon linux support by adding 'linux' to the list of platforms that are from the redhat os family. Currently amazon linux is showing up as operatingsystem linux. This manifest will need to be updated when platform detection with facter works properly in the future.
2011-06-16Merge branch 'ticket/master/1_should_allow_relationships'v0.0.3Jeff McCune
* ticket/master/1_should_allow_relationships: Add Apache Version 2.0 LICENSE file Update Modulefile for move to Puppet Labs (#1) Add example test using relationships.
2011-06-16Update CHANGELOG for 0.0.3 releaseJeff McCune
2011-06-16Add Apache Version 2.0 LICENSE fileJeff McCune
2011-06-16Update Modulefile for move to Puppet LabsJeff McCune
Switch version to 0.0.3 to follow semantic versioning rules. Update the metadata to finish replacing jeffmccune with puppetlabs.
2011-06-16(#1) Add example test using relationships.Jeff McCune
This example test illustrates how the end user of the module is expected to consume the module. Two relationships are present, the notify resources should always be evaluated in the correct and specified order.
2011-06-16Merge branch 'feature/master/move_to_puppetlabs'Jeff McCune
* feature/master/move_to_puppetlabs: Update README Remove metadata.json from the repository Rename module from jeffmccune to puppetlabs
2011-06-16Update READMEJeff McCune
2011-06-16Remove metadata.json from the repositoryJeff McCune
This file is automatically generated during the module build process. It should be ignored by git and removed from the repository.
2011-06-16Rename module from jeffmccune to puppetlabsJeff McCune
This simply s/jeffmccune/puppetlabs/ on the Modulefile
2011-02-23Update Modulefile for 1.0.2 releaseJeff McCune
2011-02-23Add Enterprise Linux supportv0.0.2Jeff McCune
2011-02-23Author and name to operatorJeff McCune
2011-02-23Updated documentation in ntp class header.Jeff McCune
Added example for autoupdate and centos testing support.