Skip to content

Commit

Permalink
Symlink fixes (#29)
Browse files Browse the repository at this point in the history
Create symlink in tests
  • Loading branch information
jloh authored Apr 8, 2019
1 parent 9ac167c commit 892b88c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- run:
name: Ansible Version
command: ansible --version
- run:
name: Create role symlink
command: ln -s ../../../ nagios-nrpe-server
working_directory: meta/tests/roles
- run: ansible-playbook -i meta/tests/inventory meta/tests/$SITE --syntax-check
- run: ansible-playbook -i meta/tests/inventory meta/tests/$SITE --connection=local --sudo

Expand Down
1 change: 0 additions & 1 deletion meta/tests/roles/nagios-nrpe-server

This file was deleted.

1 change: 0 additions & 1 deletion vars/Solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ __nagios_nrpe_server_pid: /var/run/nrpe.pid
__nagios_nrpe_server_plugins_dir: /opt/csw/libexec/nagios-plugins
__nagios_nrpe_server_service: svc:/network/cswnrpe:default
__nagios_nrpe_server_user: nagios

0 comments on commit 892b88c

Please sign in to comment.