aboutsummaryrefslogtreecommitdiff
path: root/manifests/install_ovh_from_scratch.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/install_ovh_from_scratch.pp')
-rw-r--r--manifests/install_ovh_from_scratch.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/install_ovh_from_scratch.pp b/manifests/install_ovh_from_scratch.pp
deleted file mode 100644
index f5224fa..0000000
--- a/manifests/install_ovh_from_scratch.pp
+++ /dev/null
@@ -1,8 +0,0 @@
1node default {
2 include stdlib
3
4 class { 'base_installation':
5 stage => "setup",
6 grub_device => "/dev/sdb",
7 }
8}