aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/auto_installation/manifests/download.rb (renamed from modules/libvirtd/manifests/download.rb)0
-rw-r--r--modules/auto_installation/manifests/init.pp4
-rw-r--r--modules/libvirtd/manifests/init.pp1
3 files changed, 4 insertions, 1 deletions
diff --git a/modules/libvirtd/manifests/download.rb b/modules/auto_installation/manifests/download.rb
index d0e6821b..d0e6821b 100644
--- a/modules/libvirtd/manifests/download.rb
+++ b/modules/auto_installation/manifests/download.rb
diff --git a/modules/auto_installation/manifests/init.pp b/modules/auto_installation/manifests/init.pp
index 19c20680..7c5baf64 100644
--- a/modules/auto_installation/manifests/init.pp
+++ b/modules/auto_installation/manifests/init.pp
@@ -15,6 +15,10 @@ class auto_installation {
$pxe_menu_dir = "$pxe_dir/pxelinux.cfg/m/"
}
+ class download {
+ import "download.rb"
+ }
+
class pxe_menu inherits variables {
package { 'syslinux':
diff --git a/modules/libvirtd/manifests/init.pp b/modules/libvirtd/manifests/init.pp
index 0fc8cf90..52475a42 100644
--- a/modules/libvirtd/manifests/init.pp
+++ b/modules/libvirtd/manifests/init.pp
@@ -1,6 +1,5 @@
class libvirtd {
class base {
- import "download.rb"
# make sure to use a recent enough version
# dnsmasq-base -> for nat network
# netcat-openbsd -> for ssh remote access