Add GRUB fix for failed boot.

This commit is contained in:
Ciaby 2014-07-18 23:17:48 -04:00
parent dc860c8af9
commit de925cdd05
2 changed files with 48 additions and 0 deletions

View file

@ -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,