summaryrefslogtreecommitdiff
path: root/manifests/machine.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/machine.pp')
-rw-r--r--manifests/machine.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/machine.pp b/manifests/machine.pp
index fc45965..2b6ce97 100644
--- a/manifests/machine.pp
+++ b/manifests/machine.pp
@@ -56,7 +56,7 @@ define nspawn::machine (
unless $template == 'none' {
exec { "Initialize ${name} from template":
command => [
- 'btrfs', 'snapshot',
+ 'btrfs', 'subvolume', 'snapshot',
"${nspawn::template_dir}/${template}",
$root,
],