From 9aeadbe40350e551c524943c24bd7994af58f381 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 15 Jan 2023 18:27:35 +0100 Subject: Simplify variable use, add fact support --- personal_infra/puppet/modules/proxmox/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'personal_infra/puppet/modules/proxmox') diff --git a/personal_infra/puppet/modules/proxmox/manifests/init.pp b/personal_infra/puppet/modules/proxmox/manifests/init.pp index 21360368..0fa82d18 100644 --- a/personal_infra/puppet/modules/proxmox/manifests/init.pp +++ b/personal_infra/puppet/modules/proxmox/manifests/init.pp @@ -1,7 +1,7 @@ class proxmox { file {'/etc/network/interfaces': content => epp('proxmox/interfaces', { - "network" => lookup("'$ansible_inventory_hostname'.network"), + "network" => lookup("network"), }), } ~> -- cgit v1.2.3