Builds upon Jonathan Bower's work and address issue in original pull request.
Merge pull request #4 from ghoneycutt/docs_working_with_jonathanbower
Docs working with jonathanbower
Added spec tests to check that the correct packages get installed and that the files are placed correctly.
Merge pull request #8 from ghoneycutt/collab_with_mwinther_spec
Collab with mwinther spec
Remove executable bit from .pp files
Add pam::limits::fragment spec test
Fix style in pam::limits::fragment spec test
This patch fixes coding style in nyren's pull request.
Merge pull request #13 from ghoneycutt/collab_spec_tests_with_nyren
Collab spec tests with nyren
Changed to proper indent on the spec file
Non working for multiple template check
Specfiles for acceesslogin and limits
Merge pull request #16 from ghoneycutt/collab_spec_tests_with_marulkan
Collab spec tests with marulkan
Merge pull request #18 from ghoneycutt/clean_up_docs
Clean up documentation
Merge pull request #21 from ghoneycutt/travis_support
Add Travis-ci.org support
Allow ruby 1.9.3 to fail Travis
This is not awesome. It does allow us to know what merges pass spec tests until it can be fixed.
Merge pull request #22 from ghoneycutt/allow_ruby_19_to_fail
Allow ruby 1.9.3 to fail Travis
New parameters: pam_auth_lines, pam_account_lines, pam_password_lines, pam_session_lines PAM config file(s) to use is based on OS version.
Remove duplicate conditionals around $::osfamily
Without this patch, multiple conditionals are in use for the same thing, which makes the code more complex.
Update Travis-ci testing harness
Without this commit, travis would not work nor would it test the correct versions of Puppet and Facter.
Merge branch 'master' into solaris_support
Conflicts: .travis.yml Rakefile
Refactor documentation out of code.
Documentation was duplicated between code and README.md. Now it all lives in one place, the README
Merge pull request #25 from ghoneycutt/remove_dupe_docs
Refactor documentation out of code.
Merge pull request #26 from ghoneycutt/solaris_10_release
Release 2.1.0 - Solaris 10 support