From c8ba46651102759db08a4c543611ffdd1232ab05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Jun 2023 19:08:55 +0200 Subject: fix --- manifests/machine.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/machine.pp b/manifests/machine.pp index e25a5b9..fc45965 100644 --- a/manifests/machine.pp +++ b/manifests/machine.pp @@ -55,7 +55,7 @@ define nspawn::machine ( # if $machine_dir has a quota set, then this inherits it unless $template == 'none' { exec { "Initialize ${name} from template": - cmd => [ + command => [ 'btrfs', 'snapshot', "${nspawn::template_dir}/${template}", $root, -- cgit v1.2.3