/[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 984 by misc, Thu Feb 10 11:38:19 2011 UTC revision 985 by misc, Thu Feb 10 12:20:05 2011 UTC
# Line 20  class libvirtd { Line 20  class libvirtd {
20          }          }
21            
22      }      }
23    
24        # see http://wiki.libvirt.org/page/SSHPolicyKitSetup
25        define group_access() {
26            # to pull polkit and create the directory
27            include libvirtd::base
28            file { "/etc/polkit-1/localauthority/50-local.d/50-$name-libvirt-remote-access.pkla":
29                owner => root,
30                group => root,
31                perms => 644,
32                ensure => present,
33                content => template("libvirtd/50-template-libvirt-remote-access.pkla"),
34            }
35        }
36  }  }

Legend:
Removed from v.984  
changed lines
  Added in v.985

  ViewVC Help
Powered by ViewVC 1.1.28