summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 19:08:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 19:08:55 +0200
commitc8ba46651102759db08a4c543611ffdd1232ab05 (patch)
treeafad85da5007fc33e9e49d7bc8154a7d0a70ab42
parentfix (diff)
downloadnspawn-c8ba46651102759db08a4c543611ffdd1232ab05.tar.gz
nspawn-c8ba46651102759db08a4c543611ffdd1232ab05.tar.xz
fix
-rw-r--r--manifests/machine.pp2
1 files changed, 1 insertions, 1 deletions
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,