]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - manifests/install_ovh.pp
Add base configuration
[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 }
0e0ea472
IB
11
12 reboot { 'after_run':
13 apply => 'finished'
14 }
596f9fef 15}