diff --git a/roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 b/roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 index c96fa5a..022637f 100644 --- a/roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 +++ b/roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 @@ -1,6 +1,6 @@ ServerName {{ ftp_server_name }} - ServerIdent on "You have arrived at {{ server_name }}!" + ServerIdent on "You have arrived at {{ ftp_server_name }}!" ServerAlias {{ hostvars[inventory_hostname].fqdn }} ServerAlias ftp.{{ hostvars[inventory_hostname].fqdn }} ServerAlias {{ hostvars[inventory_hostname].fqdn.split('.')[0] }}