Skip to content

Commit a90a58f

Browse files
add ldap variable to autoscaling
1 parent e60d852 commit a90a58f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoscaling/variables.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ variable "nfs_source_IP" { default = "${nfs_source_IP}"}
7575
variable "nfs_source_path" { default = "${nfs_source_path}"}
7676
variable "nfs_options" { default = "${nfs_options}"}
7777

78-
variable "hyperthreading" { default = ${hyperthreading} }
78+
variable "hyperthreading" { default = ${hyperthreading} }
79+
Variable “ldap” { default = “${ldap}” }

0 commit comments

Comments
 (0)