We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da147fe commit ceeaae3Copy full SHA for ceeaae3
manifests/params.pp
@@ -92,12 +92,12 @@
92
# Different path definitions
93
case $::kernel {
94
'Linux': {
95
- $configdir = '/etc/logstashforwarder'
96
- $package_dir = '/opt/logstashforwarder/swdl'
97
- $installpath = '/opt/logstashforwarder'
+ $configdir = "/etc/${lsf_name}"
+ $package_dir = "/opt/${lsf_name}/swdl"
+ $installpath = "/opt/${lsf_name}"
98
}
99
'Darwin': {
100
- $configdir = '/Library/Application Support/Logstashforwarder'
+ $configdir = '/Library/Application Support/Logstashforwarder'
101
$package_dir = '/Library/Logstashforwarder/swdl'
102
$installpath = '/Library/Logstashforwarder'
103
0 commit comments