Skip to content

Commit a0e8a14

Browse files
oranenjekohl
andauthored
Fixup: review change
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
1 parent 1fbcd1d commit a0e8a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
Optional[Enum['none','http','https','ftp']] $proxy_type = undef,
106106
# Manage service
107107
Boolean $service_manage = true,
108-
Enum['running', 'stopped'] $service_ensure = 'running',
108+
Stdlib::Ensure::Service $service_ensure = 'running',
109109
Boolean $service_enable = true,
110110
$service_notify = undef,
111111
$service_subscribe = undef,

0 commit comments

Comments
 (0)