Skip to content

Commit

Permalink
Update xinetd to 0740f53
Browse files Browse the repository at this point in the history
0740f53 Merge pull request redhat-openstack#38 from apenney/131-release
1bef65e Prepare 1.3.1 release.
ef81a5b Merge pull request redhat-openstack#36 from mhaskel/1.3.0-prep
4e7191d Prep for 1.3.0 release.
  • Loading branch information
xbezdick committed Dec 2, 2014
1 parent 744df2e commit 11fdd6c
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ mod 'vswitch',
:git => 'https://github.com/stackforge/puppet-vswitch.git'

mod 'xinetd',
:commit => '6b02de8d4f30a819eb404048e4258e3a5e8023c8',
:commit => '0740f5343b54523d9ed27f65c05f6c9f045f022b',
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd.git'

1 change: 0 additions & 1 deletion xinetd/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
metadata.json
pkg/
.DS_Store
*.swp
Expand Down
21 changes: 21 additions & 0 deletions xinetd/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
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
Expand Down
9 changes: 0 additions & 9 deletions xinetd/Modulefile

This file was deleted.

20 changes: 20 additions & 0 deletions xinetd/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "puppetlabs-xinetd",
"version": "1.3.1",
"author": "puppetlabs",
"summary": "Puppet Labs Xinetd Module",
"license": "Apache License, Version 2.0",
"source": "https://github.com/puppetlabs/puppetlabs-xinetd",
"project_page": "https://github.com/puppetlabs/puppetlabs-xinetd",
"issues_url": "https://github.com/puppetlabs/puppetlabs-xinetd/issues",
"types": [

],
"description": "Puppet module to configure xinetd services",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.2.1"
}
]
}

0 comments on commit 11fdd6c

Please sign in to comment.