diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-09 16:05:26 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-09 17:58:53 +0200 |
commit | f860f6d2b475fa611af2b6a66ee1c774757b77f4 (patch) | |
tree | 50f68b7e404f8f00fcde9975d61158f18770e704 /manifests | |
parent | fa935f639002f0333cadb34efaa4129842bca084 (diff) | |
download | Puppet-f860f6d2b475fa611af2b6a66ee1c774757b77f4.tar.gz Puppet-f860f6d2b475fa611af2b6a66ee1c774757b77f4.tar.zst Puppet-f860f6d2b475fa611af2b6a66ee1c774757b77f4.zip |
Add base configuration
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/install_ovh.pp | 3 |
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' |