aboutsummaryrefslogtreecommitdiff
path: root/manifests/xen/dom0/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/xen/dom0/debian.pp')
-rw-r--r--manifests/xen/dom0/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/xen/dom0/debian.pp b/manifests/xen/dom0/debian.pp
index 56ec52c..9c6d171 100644
--- a/manifests/xen/dom0/debian.pp
+++ b/manifests/xen/dom0/debian.pp
@@ -20,7 +20,7 @@ class virtual::xen::dom0::debian inherits xen::dom0::base {
file {
"/etc/xen-tools/xen-tools.conf":
- owner => root, group => 0, mode => 0644,
+ owner => root, group => 0, mode => '0644',
content => template("site_virtual/xen/${operatingsystem}/${lsbdistcodename}/xen-tools.conf.erb"),
require => Package['xen-tools'];
}