Skip to content

Commit

Permalink
fix: rename dependency role
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed May 6, 2023
1 parent 50c83fc commit 04b9138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion get-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
[ ! -d $rolesdir/juju4.harden_sysctl ] && git clone https://github.com/juju4/ansible-harden-sysctl $rolesdir/juju4.harden_sysctl
[ ! -d $rolesdir/juju4.harden_mailserver ] && git clone https://github.com/juju4/ansible-harden-mailserver $rolesdir/juju4.harden_mailserver
#[ ! -d $rolesdir/kbrebanov.osquery ] && git clone https://github.com/kbrebanov/ansible-osquery.git $rolesdir/kbrebanov.osquery
[ ! -d $rolesdir/kbrebanov.osquery ] && git clone https://github.com/juju4/ansible-osquery.git $rolesdir/kbrebanov.osquery
[ ! -d $rolesdir/juju4.osquery ] && git clone https://github.com/juju4/ansible-osquery.git $rolesdir/juju4.osquery
[ ! -d $rolesdir/juju4.auditd ] && git clone https://github.com/juju4/ansible-auditd $rolesdir/juju4.auditd
[ ! -d $rolesdir/juju4.syslogclient ] && git clone https://github.com/juju4/ansible-syslogclient $rolesdir/juju4.syslogclient
[ ! -d $rolesdir/juju4.ntpclient ] && git clone https://github.com/juju4/ansible-ntpclient $rolesdir/juju4.ntpclient
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ dependencies:
- role: juju4.auditd
# - role: juju4.syslogclient
# - role: juju4.ntpclient
# - role: kbrebanov.osquery
# - role: juju4.osquery
## better to enable falco at the end of the provisioning
# - role: juju4.falco
2 changes: 1 addition & 1 deletion test/integration/default/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
roles:
- juju4.redhat_epel
- juju4.harden_sysctl
# - kbrebanov.osquery
# - juju4.osquery
- juju4.harden

0 comments on commit 04b9138

Please sign in to comment.