diff options
-rw-r--r-- | modules/auto_installation/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auto_installation/manifests/init.pp b/modules/auto_installation/manifests/init.pp index 187b31b2..42c25310 100644 --- a/modules/auto_installation/manifests/init.pp +++ b/modules/auto_installation/manifests/init.pp @@ -82,6 +82,7 @@ class auto_installation { file { $netinst_path: ensure => directory, + require => Package[libvirt-utils], } libvirtd::storage { "netinst": |