aboutsummaryrefslogtreecommitdiff
path: root/manifests/install_ovh_from_scratch.pp
blob: f5224fa6f3767818ba712dd275c6b41844abbcfc (plain) (blame)
1
2
3
4
5
6
7
8
node default {
    include stdlib

    class { 'base_installation':
      stage       => "setup",
      grub_device => "/dev/sdb",
    }
}