X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=blobdiff_plain;f=manifests%2Finstall_ovh_from_scratch.pp;fp=manifests%2Finstall_ovh_from_scratch.pp;h=f5224fa6f3767818ba712dd275c6b41844abbcfc;hp=4888cfcee33f30dd5c99e5d67b637cfb9a8c6fb6;hb=7fed35a408b9ec37454169425823785b5fc8978b;hpb=ba2cf1b5d938810077b0fd73844faf432e8e8f9d diff --git a/manifests/install_ovh_from_scratch.pp b/manifests/install_ovh_from_scratch.pp index 4888cfc..f5224fa 100644 --- a/manifests/install_ovh_from_scratch.pp +++ b/manifests/install_ovh_from_scratch.pp @@ -1,20 +1,8 @@ node default { include stdlib - stage { 'base_configuration': } - stage { 'base_packages': } - Stage["setup"] - -> Stage['base_packages'] - -> Stage['base_configuration'] - -> Stage['main'] - - class { 'base_packages': - stage => "base_packages" - } - class { 'base_configuration': - stage => "base_configuration", - code_path => "/etc/puppetlabs/code", - device => "/dev/sdb", - hostname => 'new.immae.eu', + class { 'base_installation': + stage => "setup", + grub_device => "/dev/sdb", } }