1.0.1 - added documentation - no code changes
Merge pull request #1 from ghoneycutt/deal_with_data_and_style_updates
2.0.0 - initial release
added .gitignore to ignore pkg/ and vim swap files
supports puppet v3, hiera, spec tests, and travis-ci
fixes fixtures bug and cleans up testing
Merge pull request #3 from ghoneycutt/fix_spec_bug
fixes fixtures bug and cleans up testing
specifies master branch for travis passing icon in README
Merge pull request #4 from ghoneycutt/specify_branch_for_travis_pic
specifies master branch for travis passing icon in README
Using EL instead of CentOS shows that both CentOS and RHEL systems is supported.
Merge pull request #6 from anders-larsson/change_centos_to_el_in_readme
Change CentOS to EL in README
Merge pull request #5 from anders-larsson/add_sles_10_as_supported
Add SLES 10 as supported in README
Remove param docs from manifest.
These docs are a duplicate of what is already in the README. By removing them here, we help ensure accuracy by not having to maintain the data in two places.
Merge pull request #1 from ghoneycutt/dedupe_with_readme
Remove param docs from manifest.
Fix fixtures so stdlib v3.2.0 is tracked.
Without this patch, spec tests will check out the master branch of puppetlabs/stdlib even though the code is written for a specific tag (v3.2.0), which can cause errors.
Merge pull request #2 from ghoneycutt/drop_2_6_support_from_travis
Drop support for Puppet v2.6
Merge pull request #4 from ghoneycutt/fixtures_track_version_not_master
Fix fixtures so stdlib v3.2.0 is tracked.
Add @ to variables in template.
Without this patch, warnings such as this are thrown. `Warning: Variable access via 'search' is deprecated. Use '@search' instead.`
Merge pull request #5 from ghoneycutt/use_at_variable_in_template
Add @ to variables in template.