Skip to content
Snippets Groups Projects
Commit 4fe4415c authored by Karl Kornel's avatar Karl Kornel
Browse files

os::debian: Do not override locale if set

parent 09af3e05
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,7 @@ class base::os::debian (
# Ensure this file exists, containing only a comment.
file { '/etc/default/locale':
ensure => present,
replace => false,
content => "# Not used but required by PAM.\n",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment