Skip to content

Commit b5b899d

Browse files
authored
Merge pull request #1631 from voxpupuli/add-openvox
metadata.json: Add OpenVox
2 parents dc6e7c9 + 1ab040d commit b5b899d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

examples/snippet.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class { 'nginx':
2-
snippets_dir => '/etc/nginx/snippets',
2+
snippets_dir => '/etc/nginx/snippets',
33
}
44

55
# https://github.com/relud/puppet-lint-strict_indent-check/issues/20
@@ -11,7 +11,7 @@
1111
| SNIPPET
1212
# lint:endignore
1313
nginx::resource::snippet { 'test_snippet':
14-
raw_content => $snippet,
14+
raw_content => $snippet,
1515
}
1616

1717
nginx::resource::server { 'test.local:8080':

metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
{
2222
"name": "puppet",
2323
"version_requirement": ">= 7.0.0 < 9.0.0"
24+
},
25+
{
26+
"name": "openvox",
27+
"version_requirement": ">= 7.0.0 < 9.0.0"
2428
}
2529
],
2630
"operatingsystem_support": [

0 commit comments

Comments
 (0)