Added debian and ubuntu support to inetd module.
This commit is contained in:
parent
70ccbc87e9
commit
77e2696887
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
class inetd::server {
|
||||
|
||||
case $operatingsystem {
|
||||
centos,fedora: {
|
||||
centos,fedora,ubuntu,debian: {
|
||||
include inetd::server::xinetd
|
||||
}
|
||||
openbsd: {
|
||||
|
@ -74,7 +74,7 @@ class inetd::server::inetd {
|
|||
define inetd::service($ensure = present) {
|
||||
|
||||
case $operatingsystem {
|
||||
centos,fedora: {
|
||||
centos,fedora,ubuntu,debian: {
|
||||
service { "${name}":
|
||||
enable => $ensure ? {
|
||||
present => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue