summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:25:15 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:25:15 +0100
commitec7e57a7a9399fff8bfb01f9e748b9d69f2b3f65 (patch)
tree82e569089817e9fa9425a79f459b847f5d25b81f /manifests/common.pp
parentAdd unzip to common package set. (diff)
downloadprofiles-ec7e57a7a9399fff8bfb01f9e748b9d69f2b3f65.tar.gz
profiles-ec7e57a7a9399fff8bfb01f9e748b9d69f2b3f65.tar.xz
Add /usr/local/lib to LD_LOAD_PATH for everyone.
Diffstat (limited to 'manifests/common.pp')
-rw-r--r--manifests/common.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index 95c73c6..8dd57df 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -74,4 +74,7 @@ class profiles::common (
ensure_packages(['nano'], { ensure => absent })
+ file { '/etc/ld.so.conf.d/usr-local.conf':
+ content => "/usr/local/lib\n",
+ }
}