diff options
Diffstat (limited to 'personal_infra/puppet/modules/proxmox')
| -rw-r--r-- | personal_infra/puppet/modules/proxmox/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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"), }), } ~> |
