summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-18 17:31:54 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-18 17:50:43 +0100
commitad61a310bd2c309029043bf500f8eb783c32ec14 (patch)
tree6f296ee9376bdc01050e3c7bb28869fb7359425e /manifests/common.pp
parentRename profiles::client to profiles::puppetagent. (diff)
downloadprofiles-ad61a310bd2c309029043bf500f8eb783c32ec14.tar.gz
profiles-ad61a310bd2c309029043bf500f8eb783c32ec14.tar.xz
Nspawned machine setup.
Diffstat (limited to '')
-rw-r--r--manifests/common.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index 27416bd..b7adb76 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -49,4 +49,8 @@ class profiles::common (
source => 'puppet:///modules/profiles/terminal-name.sh',
}
+ if $facts['virtual'] == 'systemd_nspawn' {
+ include ::profiles::nspawned
+ }
+
}