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:
7cd0f06
)
Stop making nsswitch executable
author
Peter Palfrader
<peter@palfrader.org>
Sat, 9 Mar 2019 10:37:25 +0000
(11:37 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 9 Mar 2019 10:37:35 +0000
(11:37 +0100)
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
6bb70c5
..
fd78eaf
100644
(file)
--- a/
modules/debian_org/manifests/init.pp
+++ b/
modules/debian_org/manifests/init.pp
@@
-217,7
+217,7
@@
class debian_org {
require => Package['debian.org']
}
file { '/etc/nsswitch.conf':
- mode => '0
755
',
+ mode => '0
444
',
source => 'puppet:///modules/debian_org/nsswitch.conf',
}