Skip to content

Commit

Permalink
replace galaxyprojectdotorg by galaxyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Feb 25, 2021
1 parent ad3adc0 commit bf11bfe
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Install ProFTPD for Galaxy with TLS:
proftpd_ssl_src_dir: files/ssl

roles:
- galaxyprojectdotorg.proftpd
- galaxyproject.proftpd
```
If using virtual servers in conjunction with Galaxy authentication, [DefaultRoot][proftpd-default-root]'s `chroot(2)`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# defaults file for galaxyprojectdotorg.proftpd
# defaults file for galaxyproject.proftpd

proftpd_ssl_src_dir: files/ssl

Expand Down
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# handlers file for galaxyprojectdotorg.proftpd
# handlers file for galaxyproject.proftpd

- name: reload proftpd
service:
Expand Down
2 changes: 1 addition & 1 deletion tasks/debian.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# tasks file for galaxyprojectdotorg.proftpd
# tasks file for galaxyproject.proftpd

- name: Install ProFTPD (apt)
apt:
Expand Down
2 changes: 1 addition & 1 deletion tasks/galaxy_auth.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# tasks file for galaxyprojectdotorg.proftpd
# tasks file for galaxyproject.proftpd

- name: Comment Galaxy proftpd.conf options
lineinfile:
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# tasks file for galaxyprojectdotorg.proftpd
# tasks file for galaxyproject.proftpd

- name: Set OS-specific variables
include_vars: "{{ ansible_os_family | lower }}.yml"
Expand Down
2 changes: 1 addition & 1 deletion tasks/redhat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# tasks file for galaxyprojectdotorg.proftpd
# tasks file for galaxyproject.proftpd

- name: Install ProFTPD (yum)
yum:
Expand Down
2 changes: 1 addition & 1 deletion tasks/tls.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# tasks file for galaxyprojectdotorg.proftpd
# tasks file for galaxyproject.proftpd

- name: Configure TLS options
template:
Expand Down
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- galaxyprojectdotorg.proftpd
- galaxyproject.proftpd
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
# vars file for galaxyprojectdotorg.proftpd
# vars file for galaxyproject.proftpd

0 comments on commit bf11bfe

Please sign in to comment.