]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - manifests/install_ovh.pp
Add base configuration
[perso/Immae/Projets/Puppet.git] / manifests / install_ovh.pp
1 node default {
2 include stdlib
3
4 class { 'ovh_cleanup': }
5 class { 'base_packages': }
6 class { 'locales': }
7 class { 'cron_puppet': }
8 class { 'base_configuration':
9 hostname => 'new.immae.eu'
10 }
11
12 reboot { 'after_run':
13 apply => 'finished'
14 }
15 }