Skip to content

Commit da754be

Browse files
authored
Merge pull request #43 from linux-kdevops/makefile-fixes
Makefile: terraform wasn't building the kdevops_nodes file
2 parents 343fbdf + 77d0fa2 commit da754be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,16 @@ endif
144144
DEFAULT_DEPS += $(ANSIBLE_CFG_FILE)
145145
DEFAULT_DEPS += $(ANSIBLE_INVENTORY_FILE)
146146

147-
ifneq (,$(KDEVOPS_NODES))
148-
DEFAULT_DEPS += $(KDEVOPS_NODES)
149-
endif
150-
151147
include scripts/provision.Makefile
152148
include scripts/firstconfig.Makefile
153149
include scripts/systemd-timesync.Makefile
154150
include scripts/journal-server.Makefile
155151
include scripts/update_etc_hosts.Makefile
156152

153+
ifneq (,$(KDEVOPS_NODES))
154+
DEFAULT_DEPS += $(KDEVOPS_NODES)
155+
endif
156+
157157
KDEVOPS_BRING_UP_DEPS += $(KDEVOPS_BRING_UP_DEPS_EARLY)
158158
KDEVOPS_BRING_UP_DEPS += $(KDEVOPS_PROVISIONED_DEVCONFIG)
159159

0 commit comments

Comments
 (0)