Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
suitpuppet
su_apache
Commits
74b66822
Commit
74b66822
authored
Sep 08, 2020
by
Adam Lewenberg
Browse files
more syntax error fixes
parent
cba67b06
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/module.pp
View file @
74b66822
...
...
@@ -9,7 +9,7 @@
# This infrastructure, and therefore this define, is only available on Debian.
define
su_apache::module
(
Enum
[
'present'
,
'absent'
]
$ensure
=
undef
,
Enum
[
'present'
,
'absent'
]
$ensure
=
undef
,
)
{
if
(
$::operatingsystem
!=
'debian'
)
and
(
$::operatingsystem
!=
'ubuntu'
)
{
fail
(
"Unsupported su_apache::module operating system
${::operatingsystem}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment