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 ++++++++++++ manifests/site.pp | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 manifests/install_ovh.pp delete mode 100644 manifests/site.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' + } +} diff --git a/manifests/site.pp b/manifests/site.pp deleted file mode 100644 index cd2063a..0000000 --- a/manifests/site.pp +++ /dev/null @@ -1,12 +0,0 @@ -node default { - include stdlib - - class { 'ovh_cleanup': } - class { 'locales': } - class { 'base_packages': } - class { 'cron_puppet': } - - reboot { 'after_run': - apply => 'finished' - } -} -- cgit v1.2.3