Add GRUB fix for failed boot.
This commit is contained in:
parent
dc860c8af9
commit
de925cdd05
2 changed files with 48 additions and 0 deletions
|
@ -80,6 +80,17 @@ class rhizomatica_base_system {
|
|||
include ntp
|
||||
include kannel
|
||||
|
||||
#Grub fix
|
||||
file { '/etc/default/grub':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/rhizomatica_base_system/etc/default/grub',
|
||||
notify => Exec['update-grub'],
|
||||
}
|
||||
|
||||
exec { 'update-grub':
|
||||
refreshonly => true,
|
||||
}
|
||||
|
||||
#Rizhomatica scripts
|
||||
file { '/home/rhizomatica/bin':
|
||||
ensure => directory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue