]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - manifests/install_ovh_from_scratch.pp
Move classes to hiera
[perso/Immae/Projets/Puppet.git] / manifests / install_ovh_from_scratch.pp
diff --git a/manifests/install_ovh_from_scratch.pp b/manifests/install_ovh_from_scratch.pp
deleted file mode 100644 (file)
index f5224fa..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-node default {
-    include stdlib
-
-    class { 'base_installation':
-      stage       => "setup",
-      grub_device => "/dev/sdb",
-    }
-}