projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b08489
)
Set /etc/environment and /etc/default/locale with puppet instead of in new-machine...
author
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Sep 2017 13:05:37 +0000
(15:05 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Sep 2017 13:05:37 +0000
(15:05 +0200)
modules/debian_org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian_org/manifests/init.pp
b/modules/debian_org/manifests/init.pp
index
25dd35e
..
30f0be5
100644
(file)
--- a/
modules/debian_org/manifests/init.pp
+++ b/
modules/debian_org/manifests/init.pp
@@
-223,6
+223,14
@@
class debian_org {
mode => '0444',
source => 'puppet:///modules/debian_org/etc.zsh/zprofile',
}
+ file { '/etc/environment':
+ content => "",
+ mode => '0440',
+ }
+ file { '/etc/default/locale':
+ content => "",
+ mode => '0440',
+ }
# set mmap_min_addr to 4096 to mitigate
# Linux NULL-pointer dereference exploits