feat: deep merge zpools/datasets (#243)
- change prodnxsr0009 to use nvme0n1 as zfs device Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/243
This commit is contained in:
parent
d87983d8fc
commit
9dc88e6db6
@ -143,6 +143,12 @@ lookup_options:
|
|||||||
limits::entries:
|
limits::entries:
|
||||||
merge:
|
merge:
|
||||||
strategy: deep
|
strategy: deep
|
||||||
|
zfs::zpools:
|
||||||
|
merge:
|
||||||
|
strategy: deep
|
||||||
|
zfs::datasets:
|
||||||
|
merge:
|
||||||
|
strategy: deep
|
||||||
|
|
||||||
facts_path: '/opt/puppetlabs/facter/facts.d'
|
facts_path: '/opt/puppetlabs/facter/facts.d'
|
||||||
|
|
||||||
|
|||||||
@ -8,3 +8,8 @@ networking::interfaces:
|
|||||||
networking::routes:
|
networking::routes:
|
||||||
default:
|
default:
|
||||||
gateway: 198.18.15.254
|
gateway: 198.18.15.254
|
||||||
|
|
||||||
|
zfs::zpools:
|
||||||
|
fastpool:
|
||||||
|
ensure: present
|
||||||
|
disk: /dev/nvme0n1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user