From 16745a6252d7fe9472bffb2873212bd6b64c4f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 9 Aug 2016 00:54:14 +0200 Subject: Create install_ovh file --- manifests/install_ovh.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifests/install_ovh.pp (limited to 'manifests/install_ovh.pp') 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 @@ +node default { + include stdlib + + class { 'ovh_cleanup': } + class { 'locales': } + class { 'base_packages': } + class { 'cron_puppet': } + + reboot { 'after_run': + apply => 'finished' + } +} -- cgit v1.2.3