Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bash
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
immerda
Puppet Modules
bash
Commits
c7b6ee64
Commit
c7b6ee64
authored
Oct 18, 2010
by
mh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add lang for systems that don't set that
parent
8765cb27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
manifests/lang.pp
manifests/lang.pp
+12
-0
No files found.
manifests/lang.pp
0 → 100644
View file @
c7b6ee64
# lang fixes
class
bash::lang
{
line
{
'lang_in_env'
:
line
=>
'LANG=en_US.UTF-8'
,
file
=>
'/etc/environment'
;
'env_in_profile'
:
line
=>
'. /etc/environment'
,
file
=>
'/etc/profile'
,
require
=>
Line
[
'lang_in_env'
];
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment