/etc/default/grub: fix serial console on arm64 VMs
[mirror/dsa-puppet.git] / modules / grub / manifests / init.pp
index dab3d56..eab53d4 100644 (file)
@@ -1,7 +1,7 @@
 class grub {
        if ($::kernel == 'Linux' and $::is_virtual and $::virtual == 'kvm') {
                file { '/etc/default/grub':
-                       source  => 'puppet:///modules/grub/etc-default-grub',
+                       content  => template('grub/etc-default-grub.erb'),
                        notify  => Exec['update-grub']
                }