summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,