Skip to content

Commit 0231f0c

Browse files
committed
(FM-5969) Prepare for unsupported release 0.1.0
This commit prepares the module to be release as unsupported v0.1.0. Note that the copyright changes were due to a previous copy and paste error. This sole copyright holder for this module is Puppet, Inc.
1 parent 115493d commit 0231f0c

File tree

5 files changed

+14
-24
lines changed

5 files changed

+14
-24
lines changed

.sync.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ MAINTAINERS.md:
1919
- "Puppet Windows Team `windows |at| puppet |dot| com`"
2020
NOTICE:
2121
copyright_holders:
22-
- name: 'OpenTable'
23-
begin: 2012
24-
end: 2015
2522
- name: 'Puppet, Inc.'
26-
begin: 2015
23+
begin: 2017
2724

2825
# already using master branch's version
2926
spec/spec_helper.rb:

CHANGELOG.md

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
##2017-XX-XX - Version 0.1.0
1+
## 2017-03-16 - Version 0.1.0
2+
23
### Summary
3-
This is the initial, unsupported release with functionality to manage IIS application pools, sites, applications and more.
4+
This is the initial, unsupported release with functionality to manage IIS application pools, sites and installation.
5+
46
### Features
57
- Added `iis_version` fact
68
- Added Types/Providers
7-
- `iis_application_pool`
8-
- [MODULES-4219](https://tickets.puppetlabs.com/browse/MODULES-4219)
9-
- [MODULES-4220](https://tickets.puppetlabs.com/browse/MODULES-4220)
10-
- `iis_site`
11-
- [MODULES-3049](https://tickets.puppetlabs.com/browse/MODULES-3049)
12-
- [MODULES-3887](https://tickets.puppetlabs.com/browse/MODULES-3887)
13-
- `iis_application`
14-
- [MODULES-3050](https://tickets.puppetlabs.com/browse/MODULES-3050)
15-
- `iis_virtual_directory`
16-
- [MODULES-3053](https://tickets.puppetlabs.com/browse/MODULES-3053)
9+
- `iis_site` ([MODULES-3049](https://tickets.puppetlabs.com/browse/MODULES-3049), [MODULES-3887](https://tickets.puppetlabs.com/browse/MODULES-3887))
10+
- `iis_application` ([MODULES-3050](https://tickets.puppetlabs.com/browse/MODULES-3050))
11+
- `iis_feature` ([MODULES-4434](https://tickets.puppetlabs.com/browse/MODULES-4434))

NOTICE

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Puppet Module - puppetlabs-iis
22

3-
Copyright 2012 - 2015 OpenTable
4-
Copyright 2015 Puppet, Inc.
3+
Copyright 2017 Puppet, Inc.
54

65
Licensed under the Apache License, Version 2.0 (the "License");
76
you may not use this file except in compliance with the License.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* [Facts](#facts)
1010
* [Types/Providers](#types/providers)
1111
* [iis_application_pool](#iis_application_pool)
12-
* [iis_site](#iis_site)
1312
* [iis_feature](#iis_feature)
13+
* [iis_site](#iis_site)
1414
5. [Limitations - OS compatibility, etc.](#limitations)
1515
6. [Development - Guide for contributing to the module](#development)
1616

@@ -68,8 +68,8 @@ iis_site { 'minimal':
6868
### Types/Providers
6969

7070
* [iis_application_pool](#iis_application_pool)
71-
* [iis_site](#iis_site)
7271
* [iis_feature](#iis_feature)
72+
* [iis_site](#iis_site)
7373

7474
Here, include a complete list of your module's classes, types, providers, facts, along with the parameters for each. Users refer to this section (thus the name "Reference") to find specific details; most users don't read it per se.
7575

@@ -222,10 +222,10 @@ Optionally include a source path for the installation media for an IIS feature
222222
### Compatibility
223223

224224
#### OS Compatibility
225-
This module is compatible only with `Windows Server 2008R2`, `Windows Server 2012`, `Windows Server 2012R2` & `Windows Server 2016`.
225+
This module is compatible only with `Windows Server 2012` and `Windows Server 2012R2`.
226226

227227
#### IIS Compatibility
228-
This module only supports `IIS 7.5`, `IIS 8` or `IIS 8.5`.
228+
This module only supports `IIS 8` or `IIS 8.5`.
229229

230230
#### Powershell Compatibility
231231
This module requires Powershell v2 or greater. Works best with PowerShell v3 or above.

metadata.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
"version" : "0.1.0",
44
"author" : "puppetlabs",
55
"license" : "Apache-2.0",
6-
"summary" : "Manage IIS for Windows Server 2008 and above. Maintain application sites, pools, virtual applications, and many other IIS settings.",
6+
"summary" : "Manage IIS for Windows Server 2012 and 2012R2. Maintain application sites, pools and installation.",
77
"source" : "https://github.com/puppetlabs/puppetlabs-iis.git",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-iis",
99
"issues_url" : "https://tickets.puppet.com/browse/MODULES",
1010
"operatingsystem_support": [
1111
{
1212
"operatingsystem": "windows",
1313
"operatingsystemrelease": [
14-
"2008R2",
1514
"2012",
1615
"2012R2"
1716
]

0 commit comments

Comments
 (0)