gitea install script; rename resolvers; fix lfs
This commit is contained in:
5
resolvers/files/hosts.jinja
Normal file
5
resolvers/files/hosts.jinja
Normal file
@@ -0,0 +1,5 @@
|
||||
127.0.0.1 localhost
|
||||
::1 localhost
|
||||
{% for ipaddr, names in salt.pillar.get('lan_hosts', {}).items() -%}
|
||||
{{ ipaddr }} {{ names }}
|
||||
{% endfor -%}
|
||||
Reference in New Issue
Block a user