Skip to content
Snippets Groups Projects
Commit ddd27e69 authored by Filip Polbratt's avatar Filip Polbratt
Browse files

Update environment.pp

parent ecc63c92
Branches
Tags
No related merge requests found
Pipeline #570 canceled
...@@ -3,6 +3,6 @@ class workstation::environment ( ...@@ -3,6 +3,6 @@ class workstation::environment (
){ ){
file { '/etc/profile.d/lysator-env.sh': file { '/etc/profile.d/lysator-env.sh':
ensure => file, ensure => file,
content => $environment.each |$k, $v| { "export ${k}='${v}'" }.join("\n") content => $environment.map |$k, $v| { "export ${k}='${v}'" }.join("\n")
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment