summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/common.pp')
-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
+ }
+
}