]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - manifests/install_ovh.pp
Add aura helper
[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 class { 'aur': }
12
13 reboot { 'after_run':
14 apply => 'finished'
15 }
16 }