]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - manifests/install_ovh.pp
Create install_ovh file
[perso/Immae/Projets/Puppet.git] / manifests / install_ovh.pp
diff --git a/manifests/install_ovh.pp b/manifests/install_ovh.pp
new file mode 100644 (file)
index 0000000..cd2063a
--- /dev/null
@@ -0,0 +1,12 @@
+node default {
+    include stdlib
+
+    class { 'ovh_cleanup': }
+    class { 'locales': }
+    class { 'base_packages': }
+    class { 'cron_puppet': }
+
+    reboot { 'after_run':
+      apply => 'finished'
+    }
+}