summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/common.pp')
-rw-r--r--manifests/common.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index 5f165a1..27416bd 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -44,4 +44,9 @@ class profiles::common (
| EOF
}
+ # Min priority, so it can still be overwritten
+ file { '/etc/profile.d/00-terminal-name.sh':
+ source => 'puppet:///modules/profiles/terminal-name.sh',
+ }
+
}