]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - manifests/install_ovh_from_scratch.pp
Refactor base installation module
[perso/Immae/Projets/Puppet.git] / manifests / install_ovh_from_scratch.pp
1 node default {
2 include stdlib
3
4 class { 'base_installation':
5 stage => "setup",
6 grub_device => "/dev/sdb",
7 }
8 }