Fixed "unquoted file mode" errors given by puppet-lint.

This commit is contained in:
Timo Mkinen 2012-03-27 16:10:01 +03:00
parent 17341ec85c
commit 84edcd61ed
64 changed files with 512 additions and 512 deletions

View file

@ -41,7 +41,7 @@ class libvirt::kvm inherits libvirt::client {
file { "/etc/libvirt/libvirtd.conf":
ensure => present,
mode => 0644,
mode => "0644",
owner => "root",
group => "root",
content => template("libvirt/libvirtd.conf.erb"),