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:
ab175ec
)
no longer try release-specific sudoers files
author
Peter Palfrader
<peter@palfrader.org>
Sun, 8 Sep 2019 13:54:58 +0000
(15:54 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 8 Sep 2019 13:54:58 +0000
(15:54 +0200)
modules/sudo/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/sudo/manifests/init.pp
b/modules/sudo/manifests/init.pp
index
be8bf2a
..
a2f2278
100644
(file)
--- a/
modules/sudo/manifests/init.pp
+++ b/
modules/sudo/manifests/init.pp
@@
-11,8
+11,7
@@
class sudo {
file { '/etc/sudoers':
mode => '0440',
- source => [ "puppet:///modules/sudo/sudoers.${::lsbdistcodename}",
- 'puppet:///modules/sudo/sudoers' ],
+ source => 'puppet:///modules/sudo/sudoers',
require => Package['sudo'],
}
}