Skip to content

Commit 31d14a9

Browse files
timidribastelfreak
authored andcommitted
replace test metadata with a module metadata file
1 parent 9dd1ca7 commit 31d14a9

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

tests/invalid_escape_char/expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Error: Unable to parse metadata.json: [0-9]*: unexpected token at
1+
Error: Unable to parse metadata.json: Invalid escape character in string
Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
2-
"puppet_task_version": 1,
3-
"supports_noop": false,
4-
"description": "A description with an invalid \( escape sequence",
5-
"parameters": {}
2+
"name": "puppetlabs-postgresql",
3+
"version": "3.4.1",
4+
"author": "Inkling/Puppet Labs",
5+
"summary": "A description with an invalid \( escape sequence",
6+
"license": "Apache-2.0",
7+
"source": "git://github.com/puppetlabs/puppet-postgresql.git",
8+
"project_page": "https://github.com/puppetlabs/puppet-postgresql",
9+
"issues_url": "https://github.com/puppetlabs/puppet-postgresql/issues",
10+
"operatingsystem_support": [
11+
{
12+
"operatingsystem": "RedHat",
13+
"operatingsystemrelease": [
14+
"5",
15+
"6",
16+
"7"
17+
]
18+
}
19+
],
20+
"requirements": [
21+
{
22+
"name": "puppet",
23+
"version_requirement": "3.x"
24+
}
25+
],
26+
"dependencies": [
27+
{
28+
"name": "puppetlabs/stdlib",
29+
"version_requirement": "1.2.3"
30+
}
31+
]
632
}

0 commit comments

Comments
 (0)