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
6c74f43e
Commit
6c74f43e
authored
Sep 08, 2020
by
Adam Lewenberg
Browse files
more changes for su_apache_reload
parent
2393d189
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/conf.pp
View file @
6c74f43e
...
...
@@ -49,7 +49,7 @@ define su_apache::conf(
ensure
=>
$ensure
,
source
=>
$source
,
content
=>
$content
,
notify
=>
Exec
[
'apache
reload'
],
notify
=>
Exec
[
'
su_
apache
_
reload'
],
require
=>
Exec
[
"mkparentdir
${realname}
"
],
}
}
else
{
...
...
@@ -74,7 +74,7 @@ define su_apache::conf(
path
=>
'/usr/bin:/usr/sbin'
,
refreshonly
=>
true
,
require
=>
File
[
"/etc/apache2/conf-available/
$conf_id
"
],
notify
=>
Exec
[
'apache
reload'
],
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