aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/install_ovh.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/install_ovh.pp b/manifests/install_ovh.pp
index 48c3eff..41a9ad2 100644
--- a/manifests/install_ovh.pp
+++ b/manifests/install_ovh.pp
@@ -5,6 +5,9 @@ node default {
5 class { 'base_packages': } 5 class { 'base_packages': }
6 class { 'locales': } 6 class { 'locales': }
7 class { 'cron_puppet': } 7 class { 'cron_puppet': }
8 class { 'base_configuration':
9 hostname => 'new.immae.eu'
10 }
8 11
9 reboot { 'after_run': 12 reboot { 'after_run':
10 apply => 'finished' 13 apply => 'finished'