From 51546f2be5d14b2f5496f50045f87b9f230cd1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 26 Jun 2023 17:38:55 +0200 Subject: fix --- manifests/machine.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/machine.pp b/manifests/machine.pp index d8a2d5f..5777692 100644 --- a/manifests/machine.pp +++ b/manifests/machine.pp @@ -49,8 +49,8 @@ define nspawn::machine ( } nspawn::machine::nspawn { $name: - ensure => $ensure, - content => $final_config, + ensure => $ensure, + config => $final_config, } if $ensure == 'present' { -- cgit v1.2.3