aboutsummaryrefslogtreecommitdiff
path: root/manifests/install_ovh.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-09 00:54:14 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-09 00:54:14 +0200
commit16745a6252d7fe9472bffb2873212bd6b64c4f07 (patch)
tree4bf0f0b3dda12a91ba7fb7cd615cba9ea3903f7a /manifests/install_ovh.pp
parent70473c2de728f7bffb99b66fedf75e07a66d41fa (diff)
downloadPuppet-16745a6252d7fe9472bffb2873212bd6b64c4f07.tar.gz
Puppet-16745a6252d7fe9472bffb2873212bd6b64c4f07.tar.zst
Puppet-16745a6252d7fe9472bffb2873212bd6b64c4f07.zip
Create install_ovh file
Diffstat (limited to 'manifests/install_ovh.pp')
-rw-r--r--manifests/install_ovh.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/install_ovh.pp b/manifests/install_ovh.pp
new file mode 100644
index 0000000..cd2063a
--- /dev/null
+++ b/manifests/install_ovh.pp
@@ -0,0 +1,12 @@
1node default {
2 include stdlib
3
4 class { 'ovh_cleanup': }
5 class { 'locales': }
6 class { 'base_packages': }
7 class { 'cron_puppet': }
8
9 reboot { 'after_run':
10 apply => 'finished'
11 }
12}