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
cb18d5e8
Commit
cb18d5e8
authored
Sep 08, 2020
by
Adam Lewenberg
Browse files
dependency cycle issue (take 2)
parent
972b2898
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/module.pp
View file @
cb18d5e8
...
...
@@ -31,7 +31,6 @@ define su_apache::module(
exec
{
$cmd
:
command
=>
$cmd
,
path
=>
'/usr/sbin:/usr/bin'
,
require
=>
Class
[
'su_apache'
],
unless
=>
"[
$condition
]"
,
notify
=>
Exec
[
'su_apache_reload'
];
}
...
...
Write
Preview
Markdown
is supported
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