From 7995fda6df67717aaf1b188ba5da25f25e935ac1 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 10 Feb 2011 12:33:52 +0000 Subject: fix again previous commit --- modules/libvirtd/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/libvirtd/manifests/init.pp') diff --git a/modules/libvirtd/manifests/init.pp b/modules/libvirtd/manifests/init.pp index 70517fca..da04bbfa 100644 --- a/modules/libvirtd/manifests/init.pp +++ b/modules/libvirtd/manifests/init.pp @@ -28,7 +28,7 @@ class libvirtd { file { "/etc/polkit-1/localauthority/50-local.d/50-$name-libvirt-remote-access.pkla": owner => root, group => root, - perms => 644, + mode => 644, ensure => present, content => template("libvirtd/50-template-libvirt-remote-access.pkla"), } -- cgit v1.2.1