Fixed depency error in inetd::service
This commit is contained in:
parent
7898c4ebf8
commit
1b66772542
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ class inetd::server::inetd {
|
|||
#
|
||||
define inetd::service($ensure = present) {
|
||||
|
||||
include inetd::server
|
||||
|
||||
case $operatingsystem {
|
||||
centos,ubuntu,debian: {
|
||||
service { $name:
|
||||
|
|
Loading…
Add table
Reference in a new issue