Hostname has timestamp, syntax fix

This commit is contained in:
László Károlyi 2019-01-12 21:41:23 +01:00
parent af8417da32
commit 8b5731ab01
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ default_timezone: Europe/Berlin
jail_default_config_opts:
devfs_ruleset: 4
enforce_statfs: 2
host.hostname: jail-{{ jail_name }}
host.domainname: ''
host.hostid: 0
# ip4: disable

View File

@ -37,7 +37,7 @@
/usr/sbin/pkg
-j {{ vars['jail_' + jail_name + '_newest_id'] }}
upgrade -y
when: jail_pkgs | changed
when: jail_pkgs is changed
when: jail_THIS_must_replace