Fix octal numbers templating
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
unbound_install_package: yes
|
unbound_install_package: yes
|
||||||
|
|
||||||
unbound_config_props:
|
unbound_config_props:
|
||||||
path: /etc/unbound/unbound.conf
|
path: /etc/unbound/unbound.conf
|
||||||
mode: 0600
|
mode: "0600"
|
||||||
owner: unbound
|
owner: unbound
|
||||||
group: unbound
|
group: unbound
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
unbound_install_package: no
|
unbound_install_package: no
|
||||||
|
|
||||||
unbound_config_props:
|
unbound_config_props:
|
||||||
path: /var/unbound/etc/unbound.conf
|
path: /var/unbound/etc/unbound.conf
|
||||||
mode: 0644
|
mode: "0644"
|
||||||
owner: root
|
owner: root
|
||||||
group: wheel
|
group: wheel
|
||||||
|
Reference in New Issue
Block a user