Skip to content

Commit 4f899f3

Browse files
committed
invalid byte sequence in US-ASCII fix
1 parent b55f102 commit 4f899f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/reload.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
exec { 'postgresql_reload':
88
path => '/usr/bin:/usr/sbin:/bin:/sbin',
99
command => $service_reload,
10-
onlyif => $service_status,
10+
#onlyif => $service_status, #Failed to call refresh: invalid byte sequence in US-ASCII with puppet apply
1111
refreshonly => true,
1212
require => Class['postgresql::server::service'],
1313
}

0 commit comments

Comments
 (0)