diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-05 02:23:26 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-05 02:23:26 +0000 |
commit | b8ae08e259705dc2bd4ff89e6bd279e922be00b4 (patch) | |
tree | 8fe14683cfa126857a25785bb4cc34ffbd34485e /modules/auto_installation | |
parent | 2e5ba5126bcd7a9967b1d05505ee641ef5037635 (diff) | |
download | puppet-b8ae08e259705dc2bd4ff89e6bd279e922be00b4.tar puppet-b8ae08e259705dc2bd4ff89e6bd279e922be00b4.tar.gz puppet-b8ae08e259705dc2bd4ff89e6bd279e922be00b4.tar.bz2 puppet-b8ae08e259705dc2bd4ff89e6bd279e922be00b4.tar.xz puppet-b8ae08e259705dc2bd4ff89e6bd279e922be00b4.zip |
- fix define naming
Diffstat (limited to 'modules/auto_installation')
-rw-r--r-- | modules/auto_installation/manifests/download.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auto_installation/manifests/download.rb b/modules/auto_installation/manifests/download.rb index d0e6821b..12cc53bf 100644 --- a/modules/auto_installation/manifests/download.rb +++ b/modules/auto_installation/manifests/download.rb @@ -1,4 +1,4 @@ -define "libvirtd::download::netboot_images", :path, :versions, :archs, :mirror_path, :files do +define "auto_installation::download::netboot_images", :path, :versions, :archs, :mirror_path, :files do # example : # mandriva : # ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/devel/%{version}/%{arch}/isolinux/alt0/ |