/[adm]/puppet/modules/libvirtd/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/libvirtd/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1438 by misc, Wed Mar 30 23:10:23 2011 UTC revision 1439 by misc, Thu Mar 31 01:49:33 2011 UTC
# Line 29  class libvirtd { Line 29  class libvirtd {
29              mode => 755,              mode => 755,
30              source => "puppet:///modules/libvirtd/storage_add.py",              source => "puppet:///modules/libvirtd/storage_add.py",
31          }          }
32    
33            file { "/usr/local/bin/network_add.py":
34                ensure => present,
35                owner => root,
36                group => root,
37                mode => 755,
38                source => "puppet:///modules/libvirtd/network_add.py",
39            }
40    
41      }      }
42    
43      class kvm inherits base {      class kvm inherits base {

Legend:
Removed from v.1438  
changed lines
  Added in v.1439

  ViewVC Help
Powered by ViewVC 1.1.30