aboutsummaryrefslogtreecommitdiff
path: root/manifests/xen.pp
diff options
context:
space:
mode:
authorPietro Ferrari <pietro@riseup.net>2009-03-13 11:45:10 -0700
committerPietro Ferrari <pietro@riseup.net>2009-03-13 11:45:10 -0700
commit252dd0c5ec47de593e06a893e58a21b3eb3e2249 (patch)
tree750216a408d5582c625570e965eef692660afbe3 /manifests/xen.pp
parent892d869bd31da353749029ce453b469e2dabf58c (diff)
downloadpuppet-virtual-252dd0c5ec47de593e06a893e58a21b3eb3e2249.tar.gz
puppet-virtual-252dd0c5ec47de593e06a893e58a21b3eb3e2249.tar.bz2
distribute a default xen-tool.conf for riseup.
Diffstat (limited to 'manifests/xen.pp')
-rw-r--r--manifests/xen.pp5
1 files changed, 5 insertions, 0 deletions
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");
}
}