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
immerda
Puppet Modules
monit
Commits
1e5d443c
Commit
1e5d443c
authored
Mar 24, 2011
by
Pietro Monteiro
Browse files
Another extra param needed.
parent
ba5ab5a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/check/process.pp
View file @
1e5d443c
...
...
@@ -31,6 +31,7 @@ define monit::check::process($ensure=present, $process=$name,
$start
=
"/etc/init.d/
$name
start"
,
$start_extras
=
""
,
$stop
=
"/etc/init.d/
$name
stop"
,
$stop_extras
=
""
,
$customlines
=
""
)
{
file
{
"/etc/monit/conf.d/
$name
.monitrc"
:
ensure
=>
$ensure
,
...
...
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