X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=manifests%2Finstall_ovh.pp;h=41a9ad22023c9def3ab0da241fcad4d8f79f95bd;hb=f860f6d2b475fa611af2b6a66ee1c774757b77f4;hp=cd2063adf72d6a5aa7366a8bdad9eb89189d83fe;hpb=16745a6252d7fe9472bffb2873212bd6b64c4f07;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/manifests/install_ovh.pp b/manifests/install_ovh.pp index cd2063a..41a9ad2 100644 --- a/manifests/install_ovh.pp +++ b/manifests/install_ovh.pp @@ -2,9 +2,12 @@ node default { include stdlib class { 'ovh_cleanup': } - class { 'locales': } class { 'base_packages': } + class { 'locales': } class { 'cron_puppet': } + class { 'base_configuration': + hostname => 'new.immae.eu' + } reboot { 'after_run': apply => 'finished'