We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc6e7c9 + 1ab040d commit b5b899dCopy full SHA for b5b899d
examples/snippet.pp
@@ -1,5 +1,5 @@
1
class { 'nginx':
2
- snippets_dir => '/etc/nginx/snippets',
+ snippets_dir => '/etc/nginx/snippets',
3
}
4
5
# https://github.com/relud/puppet-lint-strict_indent-check/issues/20
@@ -11,7 +11,7 @@
11
| SNIPPET
12
# lint:endignore
13
nginx::resource::snippet { 'test_snippet':
14
- raw_content => $snippet,
+ raw_content => $snippet,
15
16
17
nginx::resource::server { 'test.local:8080':
metadata.json
@@ -21,6 +21,10 @@
21
{
22
"name": "puppet",
23
"version_requirement": ">= 7.0.0 < 9.0.0"
24
+ },
25
+ {
26
+ "name": "openvox",
27
+ "version_requirement": ">= 7.0.0 < 9.0.0"
28
29
],
30
"operatingsystem_support": [
0 commit comments