If vars are not specified, the file name with .vars appended should be used. In this case, it would be etc/nginx/nginx.vars.
> ```yaml
> type: file
> src: path/to/nginx.conf
> dst: /etc/nginx/nginx.conf
> mode: 0700
> templates:
> vars: path/to/varfile
> file: etc/nginx/nginx.temp
> ```
If vars are not specified, the file name with `.vars` appended should be used. In this case, it would be `etc/nginx/nginx.vars`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This will allow for files to be added to remote systems. Templates can be used.
If vars are not specified, the file name with
.varsappended should be used. In this case, it would beetc/nginx/nginx.vars.