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
574d56e9
Commit
574d56e9
authored
Sep 09, 2016
by
Karl Kornel
Browse files
xinetd: Remove inetd before installation
parent
90e91b36
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/xinetd.pp
View file @
574d56e9
# Our default inetd system, used by both Red Hat and Debian.
class
base::xinetd
{
package
{
'xinetd'
:
ensure
=>
present
}
# Make sure conflicting inetd packages are purged
package
{
'openbsd-inetd'
:
ensure
=>
absent
;
'xinetd'
:
ensure
=>
present
,
require
=>
Package
[
'openbsd-inetd'
];
}
# Ensure service is running. We have a custom restart action because we
# had problems with Puppet starting or restarting xinetd with a broken
...
...
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