From 252dd0c5ec47de593e06a893e58a21b3eb3e2249 Mon Sep 17 00:00:00 2001 From: Pietro Ferrari Date: Fri, 13 Mar 2009 11:45:10 -0700 Subject: distribute a default xen-tool.conf for riseup. --- manifests/xen.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/xen.pp') diff --git a/manifests/xen.pp b/manifests/xen.pp index 5c4fc09..c824fc6 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -124,5 +124,10 @@ class xen::dom0::debian inherits xen::dom0::base { ensure => "4.1-1~bpo50+1", } } + + file { + "/etc/xen-tools/xen-tools.conf": + owner => root, group => 0, mode => 0644, + content => template("virtual/xen-tool.conf"); } } -- cgit v1.2.3