Skip to content

Commit

Permalink
Merge pull request #678 from bastelfreak/windows_s
Browse files Browse the repository at this point in the history
consul::windows_service: Add datatypes
  • Loading branch information
bastelfreak authored Oct 30, 2024
2 parents af4edb2 + 17c4ecd commit 697f2d5
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 697f2d5

Please sign in to comment.