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