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:
13a25f5
)
make sure /etc/default/grub.d is just populated by puppet
author
Peter Palfrader
<peter@palfrader.org>
Sat, 19 Aug 2017 14:40:55 +0000
(16:40 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 19 Aug 2017 14:45:15 +0000
(16:45 +0200)
modules/grub/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/grub/manifests/init.pp
b/modules/grub/manifests/init.pp
index
1f0079f
..
a2cbb59
100644
(file)
--- a/
modules/grub/manifests/init.pp
+++ b/
modules/grub/manifests/init.pp
@@
-31,7
+31,12
@@
class grub {
}
file { '/etc/default/grub.d':
- ensure => directory
+ ensure => directory,
+ mode => '0555',
+ purge => true,
+ force => true,
+ recurse => true,
+ source => 'puppet:///files/empty/',
}
file { '/etc/default/grub.d/puppet-grub-serial.cfg':