forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update xinetd to 5e31388979e8f3a667899fad5cefa95289e22281
5e31388979e8f3a667899fad5cefa95289e22281 Merge pull request redhat-openstack#49 from mhaskel/1.5.0-prep 8a4a6007ad87830bc0cbcce37e715b56b8a8dc29 move tests to examples 2bc153a8d87dcd3e889d2269752dbf22c9eb7b18 1.5.0 prep d40229e923ede69cab27a74856a19b34a90b60a1 Merge pull request redhat-openstack#47 from twc-openstack/manage_confdir 57c37d73098186bcc62d89cf97f07edbfcaeb60f Add the ability to manage the xinetd.d conf dir 7370f949f57f0d48d8a0d5fc3d29f955c480674e Merge pull request redhat-openstack#48 from hunner/fix_rspec 29839eaf6835599d66b791d95ff97b928cc275b9 Pin to rspec-puppet 1.x until migration 64b20bbe082b7c2a185159193ae8970de188b0d2 Merge pull request redhat-openstack#42 from jewjitsu/packageensure d712b23e308455f2f11b01cc3aaa1076e18523f8 add framework for setting package_ensure 9530a0c1e071030a931fd575ead069cabbf65b22 Merge pull request redhat-openstack#43 from decibelhertz/master be0a89c9f02ef5b3d3da99f8bff1c24558546fb0 Add support for 'nice' argument. c0d03c8e86f2c5f5bfbc0e35618a9c3a8b8e6d15 Merge pull request redhat-openstack#46 from mhaskel/1.4.0-prep b0261d0dd2bcccfb3c0f1ea5f6430947cc83b1bb 1.4.0 prep 509b6c77cb192c8f21570e2364ea560bed84add1 Lint cleanup 11a912fe0587b09ceb0ceca73ec8e7a97603ebec Merge pull request redhat-openstack#41 from jewjitsu/defaultusergroup 42b688d51092d2683c3f799594d6df29208bd7b1 Merge pull request redhat-openstack#40 from chrigl/add-gentoo-support ebd6bd58ddb1e47a6b4a78559a4ba1037414dfd9 Merge pull request redhat-openstack#37 from faker-/master 8b9f19c1974801286c2f6278c2773a21401fb66f Add deprecation warning when $xtype parameter is being used 79cba41d2cf8bee0d74740c6a640435fea41ed73 Merge remote-tracking branch 'upstream/master' 76c47af575875825202f4ac76da2eb641ef11cc9 Merge pull request redhat-openstack#45 from laurenrother/summary 3a9bc33b596597953836119b86667456544d1c1d Add metadata summary per FM-1523 9164a3a93f7bcb9cb0fe4a83eb09ae4d9fb3c26c make default user and group more dynamic and set appropriate group per OS 04dfdde548b2a74d1135446e2b349679f0447d03 added support for gentoo 0740f53 Merge pull request redhat-openstack#38 from apenney/131-release 1bef65e Prepare 1.3.1 release. aa9895b9d7186237586c4f65f84bbfb76194e45a Remove xtype parameter ef81a5b Merge pull request redhat-openstack#36 from mhaskel/1.3.0-prep 4e7191d Prep for 1.3.0 release.
- Loading branch information
Showing
14 changed files
with
170 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
metadata.json | ||
pkg/ | ||
.DS_Store | ||
*.swp | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
##2015-02-10 - Release 1.5.0 | ||
###Summary | ||
This release adds some new parameters and also pins to rspec-puppet 1.x until migration. | ||
|
||
####Features | ||
- New parameters in `class xinetd` | ||
- `package_ensure` | ||
- `purge_confdir` | ||
- New parameter in `xinetd::service` | ||
- `nice` | ||
|
||
##2015-01-20 - Release 1.4.0 | ||
###Summary | ||
|
||
This release adds support for Gentoo and improves FreeBSD support | ||
|
||
####Features | ||
- Gentoo support added | ||
- Better defaults for group for FreeBSD | ||
- Add deprecation warning for `$xtype` parameter | ||
|
||
##2014-07-15 - Release 1.3.1 | ||
###Summary | ||
|
||
This release merely updates metadata.json so the module can be uninstalled and | ||
upgraded via the puppet module command. | ||
|
||
##2014-06-18 - Release 1.3.0 | ||
####Features | ||
- Add 'log_on_success', 'log_on_success_operator' and 'log_on_failure_operator | ||
parameters to xinetd::service | ||
- Add 'service_restart', 'service_status', 'service_hasrestart', and | ||
'service_hasstatus' parameters to class xinetd. | ||
- Add support for Amazon Linux. | ||
- License changes to ASLv2 | ||
- Testing and documentation updates. | ||
|
||
####Bugfixes | ||
- Remove duplicated $log_on_failure parameter | ||
|
||
##2013-07-30 - Release 1.2.0 | ||
####Features | ||
- Add `confdir`, `conffile`, `package_name`, and `service_name` parameters to | ||
`Class['xinetd']` | ||
- Add support for FreeBSD and Suse. | ||
- Add `log_on_failure`, `service_name`, `groups`, `no_access`, `access_times`, | ||
`log_type`, `only_from`, and `xtype` parameters to `Xinetd::Service` define | ||
|
||
####Bugfixes | ||
- Redesign for `xinetd::params` pattern | ||
- Add validation | ||
- Add unit testing | ||
|
||
##2012-06-07 - Release 1.1.0 | ||
- Add port and bind options to services | ||
- make services deletable | ||
|
||
##2010-08-12 - Release 1.0.1 | ||
-added documentation | ||
|
||
##2010-06-24 - Release 1.0.0 | ||
- initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "puppetlabs-xinetd", | ||
"version": "1.5.0", | ||
"author": "puppetlabs", | ||
"summary": "Configures xinetd and exposes the xinetd::service definition for adding new services.", | ||
"license": "Apache-2.0", | ||
"source": "https://github.com/puppetlabs/puppetlabs-xinetd", | ||
"project_page": "https://github.com/puppetlabs/puppetlabs-xinetd", | ||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES", | ||
"description": "Puppet module to configure xinetd services", | ||
"dependencies": [ | ||
{"name":"puppetlabs/stdlib","version_requirement":">=2.2.1"} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters