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
Lonlone Lee
base
Commits
90e91b36
Commit
90e91b36
authored
Aug 17, 2016
by
Karl Kornel
Browse files
xinetd: Make sure base::xinetd is included when needed
parent
59e00770
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/xinetd/config.pp
View file @
90e91b36
...
...
@@ -67,9 +67,12 @@ define base::xinetd::config(
fail
(
"one of server or server_type => 'INTERNAL' must be given"
)
}
# Make sure xinetd is installed
include
base::xinetd
file
{
"/etc/xinetd.d/
$name
"
:
ensure
=>
$ensure
,
content
=>
template
(
'base/xinetd/config.erb'
),
notify
=>
Service
[
'xinetd'
],
}
}
\ No newline at end of file
}
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