From 0e0ea47231c04d0634618de89dfa6f500bc3a3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 8 Aug 2016 20:52:34 +0200 Subject: OVH cleanup continue (network interfaces) --- manifests/site.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests') diff --git a/manifests/site.pp b/manifests/site.pp index d8c9843..cd2063a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,7 +1,12 @@ node default { include stdlib + class { 'ovh_cleanup': } class { 'locales': } class { 'base_packages': } class { 'cron_puppet': } + + reboot { 'after_run': + apply => 'finished' + } } -- cgit v1.2.3