aboutsummaryrefslogtreecommitdiff
path: root/manifests/install_ovh.pp
diff options
context:
space:
mode:
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}