]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - manifests/install_ovh.pp
Create install_ovh file
[perso/Immae/Projets/Puppet.git] / manifests / install_ovh.pp
CommitLineData
596f9fef 1node default {
2d02240a 2 include stdlib
0e0ea472 3
943107e9 4 class { 'ovh_cleanup': }
f756de71 5 class { 'locales': }
b21c999a 6 class { 'base_packages': }
5b4fbb5f 7 class { 'cron_puppet': }
0e0ea472
IB
8
9 reboot { 'after_run':
10 apply => 'finished'
11 }
596f9fef 12}