]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - manifests/install_ovh.pp
Add aura helper
[perso/Immae/Projets/Puppet.git] / manifests / install_ovh.pp
CommitLineData
596f9fef 1node default {
2d02240a 2 include stdlib
0e0ea472 3
943107e9 4 class { 'ovh_cleanup': }
b21c999a 5 class { 'base_packages': }
a880172b 6 class { 'locales': }
5b4fbb5f 7 class { 'cron_puppet': }
f860f6d2
IB
8 class { 'base_configuration':
9 hostname => 'new.immae.eu'
10 }
919d772a 11 class { 'aur': }
0e0ea472
IB
12
13 reboot { 'after_run':
14 apply => 'finished'
15 }
596f9fef 16}