aboutsummaryrefslogtreecommitdiff
path: root/manifests/install_ovh_from_scratch.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-08-29 23:58:30 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-08-31 00:44:49 +0200
commit1508e956adaa97b7a82c27537f4b124266dacdf0 (patch)
tree1705ef0d5108069fdd71673c2c21519da6d6781e /manifests/install_ovh_from_scratch.pp
parent0b62a18bd9fc4ecd614526a9c0e3f1f17e2ce4fe (diff)
downloadPuppet-1508e956adaa97b7a82c27537f4b124266dacdf0.tar.gz
Puppet-1508e956adaa97b7a82c27537f4b124266dacdf0.tar.zst
Puppet-1508e956adaa97b7a82c27537f4b124266dacdf0.zip
Move classes to hiera
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}