diff options
| author | Michael Scherer <misc@mageia.org> | 2011-03-31 01:49:33 +0000 |
|---|---|---|
| committer | Michael Scherer <misc@mageia.org> | 2011-03-31 01:49:33 +0000 |
| commit | d3f25373513266e1101687234c56116890e6a1e8 (patch) | |
| tree | d642f9275c8f29632099256759b6b00ce331967a /modules/libvirtd/manifests | |
| parent | 08f091b55a22a4023a1f7fc66725110189d1101a (diff) | |
| download | puppet-d3f25373513266e1101687234c56116890e6a1e8.tar puppet-d3f25373513266e1101687234c56116890e6a1e8.tar.gz puppet-d3f25373513266e1101687234c56116890e6a1e8.tar.bz2 puppet-d3f25373513266e1101687234c56116890e6a1e8.tar.xz puppet-d3f25373513266e1101687234c56116890e6a1e8.zip | |
add helper script to create network in libvirt
Diffstat (limited to 'modules/libvirtd/manifests')
| -rw-r--r-- | modules/libvirtd/manifests/init.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/libvirtd/manifests/init.pp b/modules/libvirtd/manifests/init.pp index 63359016..f93bc26e 100644 --- a/modules/libvirtd/manifests/init.pp +++ b/modules/libvirtd/manifests/init.pp @@ -29,6 +29,15 @@ class libvirtd { mode => 755, source => "puppet:///modules/libvirtd/storage_add.py", } + + file { "/usr/local/bin/network_add.py": + ensure => present, + owner => root, + group => root, + mode => 755, + source => "puppet:///modules/libvirtd/network_add.py", + } + } class kvm inherits base { |
