Skip to content

Commit 43afc64

Browse files
committed
Fix missed variable name change
1 parent 60a1023 commit 43afc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/action/configure.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
mode => '0644',
6868
path => Deferred('peadm::node_manager_yaml_location'),
6969
content => epp('peadm/node_manager.yaml.epp', {
70-
server => $master_host_string,
70+
server => $master_target.peadm::target_name(),
7171
}),
7272
}
7373

0 commit comments

Comments
 (0)