Skip to content

Commit 61028cc

Browse files
committed
Changed extensions
1 parent e80bc0e commit 61028cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

openldap/nomad/openldap.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ job "openldap" {
154154
dynamic "template" {
155155
for_each = var.schema
156156
content {
157-
destination = "${local.schema_path}/${template.key}.schema"
157+
destination = "${local.schema_path}/${template.key}.ldif"
158158
data = template.value
159159
}
160160
}
File renamed without changes.

0 commit comments

Comments
 (0)