Skip to content

Commit 4015dee

Browse files
author
Ashley Penney
committed
Remove trailing whitespace.
1 parent d204704 commit 4015dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/config_entry.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# We have to handle ports in a weird and special way. On early Debian and
3434
# Ubuntu we have to ensure we stop the service completely. On Redhat we
3535
# either have to create a systemd override for the port or update the
36-
# sysconfig file.
36+
# sysconfig file.
3737
if $::operatingsystem == 'Debian' or $::operatingsystem == 'Ubuntu' {
3838
if $::operatingsystemrelease =~ /^6/ or $::operatingsystemrelease =~ /^10\.04/ {
3939
if $name == 'port' {

0 commit comments

Comments
 (0)