]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - manifests/install_ovh.pp
Add base configuration
[perso/Immae/Projets/Puppet.git] / manifests / install_ovh.pp
index 48c3effdda3539492936ab1dcb436cae3ce4a06c..41a9ad22023c9def3ab0da241fcad4d8f79f95bd 100644 (file)
@@ -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'