Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Lonlone Lee
base
Commits
90e91b36
Commit
90e91b36
authored
Aug 17, 2016
by
Karl Kornel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xinetd: Make sure base::xinetd is included when needed
parent
59e00770
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
manifests/xinetd/config.pp
manifests/xinetd/config.pp
+4
-1
No files found.
manifests/xinetd/config.pp
View file @
90e91b36
...
@@ -67,6 +67,9 @@ define base::xinetd::config(
...
@@ -67,6 +67,9 @@ define base::xinetd::config(
fail
(
"one of server or server_type => 'INTERNAL' must be given"
)
fail
(
"one of server or server_type => 'INTERNAL' must be given"
)
}
}
# Make sure xinetd is installed
include
base::xinetd
file
{
"/etc/xinetd.d/
$name
"
:
file
{
"/etc/xinetd.d/
$name
"
:
ensure
=>
$ensure
,
ensure
=>
$ensure
,
content
=>
template
(
'base/xinetd/config.erb'
),
content
=>
template
(
'base/xinetd/config.erb'
),
...
...
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