Skip to content

Commit

Permalink
NR-164383: fix macos deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Feb 5, 2024
1 parent 7e4519e commit 3984769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test/canaries/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif
sed -i.bak "s/canary:current/canary-macos:v$(VERSION)/g" $(CURDIR)/inventory.macos.ec2
sed -i.bak "s/canary:previous/canary-macos:v$(PREVIOUS_VERSION)/g" $(CURDIR)/inventory.macos.ec2
cat $(CURDIR)/inventory.macos.ec2
@ansible-playbook -f $(ANSIBLE_FORKS) -i $(CURDIR)/inventory.macos.ec2 "$(ANSIBLE_FOLDER)/deploy_canaries.yml" -e "crowdstrike_client_id=$(CROWDSTRIKE_CLIENT_ID) crowdstrike_client_secret=$(CROWDSTRIKE_CLIENT_SECRET) crowdstrike_customer_id=$(CROWDSTRIKE_CUSTOMER_ID) nr_license_key=$(NR_LICENSE_KEY_CANARIES) current_version=$(VERSION) previous_version=$(PREVIOUS_VERSION)"
@ansible-playbook -f $(ANSIBLE_FORKS) -i $(CURDIR)/inventory.macos.ec2 "$(ANSIBLE_FOLDER)/deploy_macos_canaries.yml" -e "crowdstrike_client_id=$(CROWDSTRIKE_CLIENT_ID) crowdstrike_client_secret=$(CROWDSTRIKE_CLIENT_SECRET) crowdstrike_customer_id=$(CROWDSTRIKE_CUSTOMER_ID) nr_license_key=$(NR_LICENSE_KEY_CANARIES) current_version=$(VERSION) previous_version=$(PREVIOUS_VERSION)"

.PHONY: clean
clean: ansible/clean
2 changes: 0 additions & 2 deletions test/canaries/deploy_macos_canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
include_role:
name: caos.ansible_roles.install-crowdstrike-falcon

---

- hosts: macos_current
become: true
gather_facts: yes
Expand Down

0 comments on commit 3984769

Please sign in to comment.