Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-17 | Add GPLv3 license | Micah Anderson | |
2015-03-02 | Merge branch 'document_nagios_custom_logic' into 'master' | Jerome Charaoui | |
Document nagios custom logic Add some note for ppl who need to inject their own logic before creating nagios-related checks. See merge request !5 | |||
2015-02-20 | README: mention how one could reuse nagios resources with their own logic | Gabriel Filion | |
Some people might want to inject their own logic before including nagios resources. We can explain that since the nagios resources are in their own part of the manifests, they can shortcut the module's automatic handling of it, and call it manually from their own manifests. | |||
2015-02-20 | README: Change project URL to point at the new one | Gabriel Filion | |
2015-02-20 | Merge branch 'master' into 'master' | LeLutin | |
Add RedHat_xenenterprise template symlink See merge request !4 | |||
2015-01-22 | Add RedHat_xenenterprise template symlink | Jerome Charaoui | |
2015-01-17 | Merge branch 'master' into 'master' | ng | |
Fix for Debian squeeze and ssh_keygen for Puppet < 3 installs Facter versions that are shipping in Debian squeeze and wheezy do not support the operatingsystemmajrelease core fact, which appears only from facter 1.7 onwards. This isn't a big problem for wheezy since the openssh-server version it ships supports multiple AuthorizedKeysFile file paths, On Debian squeeze, openssh-server does NOT support multuple AuthorizedKeysFile and will refuse to start with such a definition. ALSO: `ssh_keygen` is currently broken for Puppet 2.7.x clients. This commit should resolve the issue. The fix was suggested by @ng in reference to https://github.com/duritong/puppet-sysctl/blob/master/lib/puppet/provider/sysctl_runtime/sysctl_runtime.rb#L16-L17 See merge request !3 | |||
2015-01-15 | Fix ssh_keygen for Puppet < 3 installs | Jerome Charaoui | |
2015-01-15 | Debian squeeze and wheezy do not support the operatingsystemmajrelease fact ↵ | Jerome Charaoui | |
(they ship facter 1.6.x) | |||
2014-11-21 | Merge remote-tracking branch 'tails/feature/jessie-and-sid-templates' | Micah Anderson | |
2014-11-01 | Merge remote-tracking branch 'immerda/master' | Micah Anderson | |
2014-11-01 | Revert "get ecdsa host keys in Debian Wheezy" | Micah Anderson | |
This reverts commit 1eabfe1b590f6663c2558f949408a08fc5f58fa6. These shitty NIST curves are no good | |||
2014-09-17 | Copy the Debian sid template to a new one for Jessie. | intrigeri | |
Another option could be to symlink it, but the freeze is coming soon, so most likely they'll start to diverge at some point. | |||
2014-09-17 | Resynchronize Debian sid template with the configuration file currently ↵ | intrigeri | |
shipped by the package. | |||
2014-08-15 | move to os release number on centos for selection | mh | |
2014-06-10 | Openbsd also does not yet have it | mh | |
2014-06-10 | EL 6 also does not have this option yet | mh | |
2014-06-10 | lintig a document | mh | |
2014-06-10 | not all versions support the new default | mh | |
2014-06-10 | Merge remote-tracking branch 'shared/master' | mh | |
Conflicts: manifests/init.pp | |||
2014-05-27 | update $authorized_keys_file variable default to be the default is | Micah Anderson | |
documented by sshd_config(5) | |||
2014-05-27 | add the ability to override the automatic inclusion of the sshd_client | Micah Anderson | |
2014-03-14 | linting | mh | |
2014-03-14 | remove unnecessary param | mh | |
2014-02-21 | renamed ipaddress_fact to sshkey_ipaddres | Tomas Barton | |
2014-02-14 | too tired to type | Tomas Barton | |
2014-02-14 | fixed variable name | Tomas Barton | |
2014-02-14 | custom ip address fact | Tomas Barton | |
2014-02-05 | add test for options | mh | |
2014-02-05 | wording | mh | |
2014-02-02 | tests for ssh authorized key | Tomas Barton | |
2014-02-01 | Merge pull request #7 from deric/more-tests | duritong | |
More tests | |||
2014-01-27 | validate parameters | Tomas Barton | |
2014-01-27 | removed lsb-release package | Tomas Barton | |
2014-01-27 | removed special no-restart status for etch | Tomas Barton | |
2014-01-26 | using fixtures.yml for linking folders | Tomas Barton | |
2014-01-26 | test changing port | Tomas Barton | |
2014-01-26 | client spec | Tomas Barton | |
2014-01-26 | ruby 1.8.7 compatibility | Tomas Barton | |
2014-01-26 | removed shared-common from dependencies | Tomas Barton | |
2014-01-26 | basic init class specs | Tomas Barton | |
2014-01-26 | replaces shared-lsb by puppetlabs/stdlib | Tomas Barton | |
2014-01-26 | adjust readme | mh | |
2014-01-26 | fix broken tests | mh | |
These tests were broken before, because they didn't mock the right method. | |||
2014-01-25 | removed files directory | Tomas Barton | |
2014-01-25 | testing infastructure, rspec tests | Tomas Barton | |
2014-01-25 | Merge pull request #5 from deric/master | duritong | |
removed global variables from readme | |||
2014-01-25 | default values formatting | Tomas Barton | |
2014-01-25 | formatting | Tomas Barton | |
2014-01-25 | removed global variables from documentation, converted to markdown | Tomas Barton | |