diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-08 20:52:34 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-08 21:16:51 +0200 |
commit | 0e0ea47231c04d0634618de89dfa6f500bc3a3cb (patch) | |
tree | 8b29e64862142f8ef8e12a627b8bd22d99fbde0c /manifests | |
parent | 272919cb69a811a5533c4f2da9aa4c29969340ab (diff) | |
download | Puppet-0e0ea47231c04d0634618de89dfa6f500bc3a3cb.tar.gz Puppet-0e0ea47231c04d0634618de89dfa6f500bc3a3cb.tar.zst Puppet-0e0ea47231c04d0634618de89dfa6f500bc3a3cb.zip |
OVH cleanup continue (network interfaces)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | node default { | 1 | node default { |
2 | include stdlib | 2 | include stdlib |
3 | |||
3 | class { 'ovh_cleanup': } | 4 | class { 'ovh_cleanup': } |
4 | class { 'locales': } | 5 | class { 'locales': } |
5 | class { 'base_packages': } | 6 | class { 'base_packages': } |
6 | class { 'cron_puppet': } | 7 | class { 'cron_puppet': } |
8 | |||
9 | reboot { 'after_run': | ||
10 | apply => 'finished' | ||
11 | } | ||
7 | } | 12 | } |