summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-26 17:38:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-26 17:38:55 +0200
commit51546f2be5d14b2f5496f50045f87b9f230cd1d0 (patch)
tree929677eae6d8aad0698fd6a3d4cac9133fcd33dd
parentReplace template based nspawn file with puppet based. (diff)
downloadnspawn-51546f2be5d14b2f5496f50045f87b9f230cd1d0.tar.gz
nspawn-51546f2be5d14b2f5496f50045f87b9f230cd1d0.tar.xz
fix
-rw-r--r--manifests/machine.pp4
1 files 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' {