We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfde7f commit b716238Copy full SHA for b716238
manifests/repo.pp
@@ -60,12 +60,10 @@
60
$release = 'zendphp'
61
$baseurl = 'repos.zend.com'
62
$repos = 'non-free'
63
- # lint:ignore:manifest_whitespace_closing_bracket_after
64
$unsupported = @("MESSAGE"/L)
65
${product} does not support ${facts['os']['name']} ${$facts['os']['release']['major']}; \
66
see ${support_urls['supported_platforms']} for more information\
67
| MESSAGE
68
- # lint:endignore
69
70
case $facts['os']['family'] {
71
'Debian': {
0 commit comments