Skip to content

Commit 4c99ad8

Browse files
authored
Merge pull request #130 from nmburgan/main
Remove redundant qualified class inclusion
2 parents 09d3130 + b87a2a9 commit 4c99ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/service.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
$redirect = undef,
9999
) {
100100

101-
include ::xinetd
101+
include xinetd
102102

103103
unless ($server or $redirect) {
104104
fail('xinetd::service needs either of server or redirect')

0 commit comments

Comments
 (0)