X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=manifests%2Finstall_ovh.pp;fp=manifests%2Finstall_ovh.pp;h=cd2063adf72d6a5aa7366a8bdad9eb89189d83fe;hb=16745a6252d7fe9472bffb2873212bd6b64c4f07;hp=0000000000000000000000000000000000000000;hpb=70473c2de728f7bffb99b66fedf75e07a66d41fa;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/manifests/install_ovh.pp b/manifests/install_ovh.pp new file mode 100644 index 0000000..cd2063a --- /dev/null +++ b/manifests/install_ovh.pp @@ -0,0 +1,12 @@ +node default { + include stdlib + + class { 'ovh_cleanup': } + class { 'locales': } + class { 'base_packages': } + class { 'cron_puppet': } + + reboot { 'after_run': + apply => 'finished' + } +}