From f860f6d2b475fa611af2b6a66ee1c774757b77f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 9 Aug 2016 16:05:26 +0200 Subject: Add base configuration --- manifests/install_ovh.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/install_ovh.pp') 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 { class { 'base_packages': } class { 'locales': } class { 'cron_puppet': } + class { 'base_configuration': + hostname => 'new.immae.eu' + } reboot { 'after_run': apply => 'finished' -- cgit v1.2.3