Skip to content

Commit

Permalink
Moving ldap.conf out of conf.d to avoid error with loading it in a vh…
Browse files Browse the repository at this point in the history
…ost.
  • Loading branch information
Tim McLaughlin committed Nov 6, 2015
1 parent 85eed0a commit e09747e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

$configDirPath = "/etc/apache2"
$infoConfigPath = "${configDirPath}/mod_info.conf"
$ldapConfigPath = "${configDirPath}/ldap.conf"
$statusConfigPath = "${configDirPath}/mod_status.conf"

$configConfdPath = "${configDirPath}/conf.d"
$accessConfigPath = "${configConfdPath}/access.conf"
$jkConfigPath = "${configConfdPath}/jk.conf"
$jkAppsConfigPath = "${configConfdPath}/jkApps.conf.inc"
$ldapConfigPath = "${configConfdPath}/ldap.conf"
$phpConfigPath = "${configConfdPath}/php5.conf"
$phpAppsConfigPath = "${configConfdPath}/php5Apps.conf.inc"
$remoteIpConfigPath = "${configConfdPath}/remoteip.conf"
Expand Down
File renamed without changes.

0 comments on commit e09747e

Please sign in to comment.