Skip to content

Commit

Permalink
consul::windows_service: Add datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 30, 2024
1 parent af4edb2 commit 17c4ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/windows_service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# @api private
#
class consul::windows_service (
$sys32 = 'c:\\windows\\system32',
$service_name = 'Consul'
Stdlib::Windowspath $sys32 = 'c:\\windows\\system32',
String[1] $service_name = 'Consul'
) {
assert_private()
$executable_file = "${consul::bin_dir}\\${consul::binary_name}"
Expand Down

0 comments on commit 17c4ecd

Please sign in to comment.