File tree Expand file tree Collapse file tree 3 files changed +30
-9
lines changed Expand file tree Collapse file tree 3 files changed +30
-9
lines changed Original file line number Diff line number Diff line change 1
- 2014-07-09 - Release 1.0.1
1
+ ##2014 -07-15 - Supported Release 1.0.2
2
+ ###Summary
3
+
4
+ This release merely updates metadata.json so the module can be uninstalled and
5
+ upgraded via the puppet module command.
6
+
7
+ ##2014 -07-09 - Release 1.0.1
8
+ ###Summary
9
+
2
10
Fix issue with metadata and PE version requirement
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ Since the powershell module is a provider for `exec` it enables the same paramet
100
100
##Limitations
101
101
102
102
* This module requires PowerShell to be installed and the ` powershell.exe ` to be available in the system PATH.
103
+ * Only supported on Windows Server 2003 and above, and Windows 7 and 8
103
104
104
105
##Development
105
106
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-powershell" ,
3
- "version" : " 1.0.1" ,
3
+ "version" : " 1.0.2" ,
4
+ "author" : " Puppet Labs" ,
4
5
"summary" : " A PowerShell provider for puppet." ,
6
+ "license" : " Apache-2.0" ,
5
7
"source" :
" [email protected] /puppetlabs/puppetlabs-powershell.git" ,
6
8
"project_page" : " http://github.com/puppetlabs/puppetlabs-powershell" ,
7
- "author" : " Puppet Labs" ,
8
- "license" : " Apache-2.0" ,
9
+ "issues_url" :
" https://[email protected] /puppetlabs/puppetlabs-powershell/issues" ,
9
10
"operatingsystem_support" : [
10
11
{
11
- "operatingsystem" : " Windows"
12
+ "operatingsystem" : " Windows" ,
13
+ "operatingsystemrelease" : [
14
+ " Server 2003" ,
15
+ " Server 2003 R2" ,
16
+ " Server 2008" ,
17
+ " Server 2008 R2" ,
18
+ " Server 2012" ,
19
+ " Server 2012 R2" ,
20
+ " 7" ,
21
+ " 8"
22
+ ]
12
23
}
13
24
],
14
25
"requirements" : [
15
26
{
16
- "name" : " pe" ,
27
+ "name" : " pe" ,
17
28
"version_requirement" : " >= 3.2.0 < 3.4.0"
18
29
},
19
30
{
20
- "name" : " puppet" ,
31
+ "name" : " puppet" ,
21
32
"version_requirement" : " 3.x"
22
-
23
33
}
24
34
],
25
- "dependencies" : [ ]
35
+ "dependencies" : [
36
+
37
+ ]
26
38
}
You can’t perform that action at this time.
0 commit comments